Page 160 of 180
Re: Coding Help
Posted: Fri Jul 05, 2024 2:39 am
by pointer
mrtools wrote: Fri Jul 05, 2024 1:48 am
To me the best way to make something like that is make the indicator without multi time frame then call it multi time frame in the EA.
many thanks for fast reply!! do you mean make the indicator always return a single timeframe value and in EA give iCustom a different timeframe parameter than EA running on?
i try to understand this, but in this indicator it seems not "traditional" mtf like your others amazing indicators on this forum. it actually takes two different timeframes as input to get heiken ashi prices to determine recent trend. i'm a bit lost...
Re: Coding Help
Posted: Fri Jul 05, 2024 3:08 am
by mrtools
pointer wrote: Fri Jul 05, 2024 2:39 am
many thanks for fast reply!! do you mean make the indicator always return a single timeframe value and in EA give iCustom a different timeframe parameter than EA running on?
i try to understand this, but in this indicator it seems not "traditional" mtf like your others amazing indicators on this forum. it actually takes two different timeframes as input to get heiken ashi prices to determine recent trend. i'm a bit lost...
Yes.
Re: Coding Help
Posted: Wed Jul 17, 2024 11:58 pm
by pin12
MForex Smart Scalper with One Shot and Stop Loss options
Hello!
Would it be possible to add the STOP LOSS function to this expert advisor and also a configurable option that can only make one order at a time?
The idea is to make it a one shot EA with stop loss and take profit.
Thank you
Re: Coding Help
Posted: Tue Jul 23, 2024 1:27 pm
by pin12
Hello
Would it be possible to convert this indicator from MT5 to MT4 please?
Re: Coding Help
Posted: Wed Jul 24, 2024 1:07 am
by mrtools
pin12 wrote: Tue Jul 23, 2024 1:27 pm
Hello
Would it be possible to convert this indicator from MT5 to MT4 please?
Posted a version
here
Re: Coding Help
Posted: Wed Jul 24, 2024 10:51 am
by pin12
mrtools wrote: Wed Jul 24, 2024 1:07 am
Posted a version
here
Thank you very much

Re: Coding Help
Posted: Sat Aug 03, 2024 2:38 pm
by mohammedsam
Hello
This indicator analyze specified objects when i run it and open the indicator which will be analyzed.
can you add Indicator Name feature ( which indicator will be analyzed , and it must be in Indicator folder of MT4 ) at this indicator and alert for the arrow.
this will make the indicator open the specified indicator and analyze it automatically.
I hope you help me in this.
Regards,
Re: Coding Help
Posted: Mon Aug 05, 2024 8:35 pm
by md2008
Hello everyone! Can someone help me? I'd like to add alerts to this indicator: an alert for when the MACD crosses over the MA, and another alert for when the MACD changes from negative to positive.
Re: Coding Help
Posted: Mon Aug 05, 2024 11:06 pm
by Intrest 1
Hello.
Could someone check the correctness of the code for this indicator?
Re: Coding Help
Posted: Mon Aug 05, 2024 11:24 pm
by mrtools
md2008 wrote: Mon Aug 05, 2024 8:35 pm
Hello everyone! Can someone help me? I'd like to add alerts to this indicator: an alert for when the MACD crosses over the MA, and another alert for when the MACD changes from negative to positive.
Hello, added the alerts.