Added mtf and made it more user friendly.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
Re: Coding Help
992I 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.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?
Re: Coding Help
993Also just noticed if you put Shift to 1 might help.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.
Re: Coding Help
996Dear MrTools,
Can you please make this indicator MTF and also add the alerts?
Cheers
Thiru
//
//
Can you please make this indicator MTF and also add the alerts?
Cheers
Thiru
//
//
Re: Coding Help
997seems like you better reverse the indicator signals to make it more intuitive/useful?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
Re: Coding Help
998man u are so right haha......... just notice thatmyrx wrote: Sat Jul 06, 2019 10:55 pm seems like you better reverse the indicator signals to make it more intuitive/useful?
Official Forex-station GIF animator at your service
See a GIF with Forex-station.com on it? I probably made it
The best divergence indicator in the world.
Real news exists: Infowars.com
See a GIF with Forex-station.com on it? I probably made it
The best divergence indicator in the world.
Real news exists: Infowars.com
Re: Coding Help
999Dear 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
made changes like this
Can you please change it ?
Edit: Forgot, the transparent button option is also not working. Can you please check that too?
//
//
//
//
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);
Code: Select all
extern string FType = "Helvatica"; // Font type
ObjectSetText(name,caption,FSize,FType,Tncolor);
Edit: Forgot, the transparent button option is also not working. Can you please check that too?
//
//
//
//
Re: Coding Help
1000mrtools
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
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