Page 1848 of 2170

Re: MT4 Indicator requests and ideas

Posted: Fri May 05, 2023 1:12 am
by Jedidiah
mrtools wrote: Sun Apr 02, 2023 2:16 pm Double Dynamic Zone (DDZ) of Stochastic with T3 smoothing + Multi-timeframe MTF

Mtf added.
Image
Dear Mr. Tools,
If you have time, can you add buttons to this gem?
Grateful

Re: MT4 Indicator requests and ideas

Posted: Fri May 05, 2023 3:15 am
by mrtools
Jedidiah wrote: Fri May 05, 2023 1:12 am Dear Mr. Tools,
If you have time, can you add buttons to this gem?
Grateful
Try here

Re: MT4 Indicator requests and ideas

Posted: Fri May 05, 2023 3:37 am
by Htoo Thet Paing
Dear sir. I want to zone this range. Second day is inside of first day that create zone.

Re: MT4 Indicator requests and ideas

Posted: Fri May 05, 2023 6:10 am
by mrtools
Htoo Thet Paing wrote: Fri May 05, 2023 3:37 am Dear sir. I want to zone this range. Second day is inside of first day that create zone.
Maybe this

Re: MT4 Indicator requests and ideas

Posted: Sat May 06, 2023 4:00 am
by TEAMTRADER
I cannot get this 'change' on one of my indicators - could someone correct the coding so it will work? I am trying to get a specific special colour on the code.
Copied below is the item I cannot get to change

extern color ColorNeutral = clr;255.255.121;

Many thanks
TEAMTRADER

Re: MT4 Indicator requests and ideas

Posted: Sat May 06, 2023 4:08 am
by mrtools
TEAMTRADER wrote: Sat May 06, 2023 4:00 am I cannot get this 'change' on one of my indicators - could someone correct the coding so it will work? I am trying to get a specific special colour on the code.
Copied below is the item I cannot get to change

extern color ColorNeutral = clr;255.255.121;

Many thanks
TEAMTRADER
Some thing like

Code: Select all

input color     ColorNeutral    = C'255,255,121'; 

Re: MT4 Indicator requests and ideas

Posted: Sat May 06, 2023 10:28 am
by Chickenspicy
May alerts please be added to this
thank you for your time

Re: MT4 Indicator requests and ideas

Posted: Sat May 06, 2023 11:42 am
by TE81950
mrtools wrote: Sat May 06, 2023 4:08 am Some thing like

Code: Select all

input color     ColorNeutral    = C'255,255,121'; 

Hello thank you so much for the help I'm hoping someone can help me solve this small coding error... Trying to get a horizontal line Displayed on the chart where Candlestick close at the ATR signal level.

Re: MT4 Indicator requests and ideas

Posted: Sat May 06, 2023 12:20 pm
by Chickenspicy
apologize this is the upgraded version
it is the best indicator around

Re: MT4 Indicator requests and ideas

Posted: Sat May 06, 2023 2:02 pm
by Chickenspicy
may someone please attempt making this code lighter
i cant even load it thanks