Page 100 of 158

Re: Coding Help

Posted: Tue Jul 02, 2019 1:39 am
by mrtools
thiru wrote: Mon Jul 01, 2019 10:12 pm Dear Mr Tools,

Can you please make this classic indicator of yours into MTF?

Thanks
Thiru


2019-07-01 20_05_08-EURUSD,M30.png
//
//
dynamic_zones_trend_scalp_2.mq4
Added mtf and made it more user friendly.

Re: Coding Help

Posted: Tue Jul 02, 2019 1:51 am
by Cladi39
pacois wrote: Mon Jul 01, 2019 10:29 pm
Hi, with the icoustom function in this way, will it take the default settings of the indicator, the conditions of the arrows are based on default settings of the jurik volty bands - separate indicator?
I solve the problem pacois, the line never cross the bands soo i a pply == instead ><, soo when line toch band an arrow apears. And yes in this way will take the default setting but i can put other setting in the code too.

Re: Coding Help

Posted: Tue Jul 02, 2019 2:06 am
by mrtools
Cladi39 wrote: Tue Jul 02, 2019 1:51 am

I solve the problem pacois, the line never cross the bands soo i a pply == instead ><, soo when line toch band an arrow apears. And yes in this way will take the default setting but i can put other setting in the code too.
Also just noticed if you put Shift to 1 might help.

Re: Coding Help

Posted: Tue Jul 02, 2019 2:35 am
by Cladi39
mrtools wrote: Tue Jul 02, 2019 2:06 am

Also just noticed if you put Shift to 1 might help.
Yes thanks Mrtools very apreciated help.

Re: Coding Help

Posted: Tue Jul 02, 2019 10:52 am
by thiru
mrtools wrote: Tue Jul 02, 2019 1:39 am Added mtf and made it more user friendly.
Thank you Mr Tools. Look very good now.

Re: Coding Help

Posted: Wed Jul 03, 2019 10:57 pm
by thiru
Dear MrTools,

Can you please make this indicator MTF and also add the alerts?

Cheers
Thiru
//
//

Re: Coding Help

Posted: Sat Jul 06, 2019 10:55 pm
by myrx
thiru wrote: Wed Jul 03, 2019 10:57 pm Dear MrTools,

Can you please make this indicator MTF and also add the alerts?

//
//
dynamic_zone_ift_of_mp_aroon_oscillator.mq4
seems like you better reverse the indicator signals to make it more intuitive/useful? :razz:

Re: Coding Help

Posted: Sat Jul 06, 2019 11:03 pm
by moey_dw
myrx wrote: Sat Jul 06, 2019 10:55 pm seems like you better reverse the indicator signals to make it more intuitive/useful? 😜
man u are so right haha......... just notice that

Re: Coding Help

Posted: Sun Jul 07, 2019 1:25 pm
by thiru
Dear MrTools,

I'm trying to modify the mladen's classic symbol changer - limited to a configurable font. I made some changes but the font won't change, can you please check what's wrong;

original, line 126

Code: Select all

          ObjectSetText(name,caption,FSize,"Arial",Tncolor);
made changes like this

Code: Select all


extern string  FType         = "Helvatica";     // Font type

          ObjectSetText(name,caption,FSize,FType,Tncolor);

Can you please change it ?

Edit: Forgot, the transparent button option is also not working. Can you please check that too?
//
//
//
//

Re: Coding Help

Posted: Mon Jul 08, 2019 11:49 pm
by traderduke
mrtools
The halftrend works great but the cpu load is a lot. Can you put a MAX Bars into it and if possible, update the code. Please resubmit the source.
Thank you
Ray