Hello,budhi1976 wrote: Wed Jul 10, 2024 9:14 pm Respected mrtools, I am wondering if you have a MTF version of this SMACD indi?
Added mtf.
Hello,budhi1976 wrote: Wed Jul 10, 2024 9:14 pm Respected mrtools, I am wondering if you have a MTF version of this SMACD indi?
Hi Mrtools,
Hello,lukgoku wrote: Fri Jul 12, 2024 5:42 am Hi Mrtools,
I have been using this indicator for a long time and I thank you for this new version. Would it be possible to have it for mt5?
Good day mrtools,
wtjfree wrote: Tue Jul 23, 2024 6:42 pm Good day mrtools,
May I ask when was the red and green arrows drawn?
In other words, what is the candle's index number when an arrow was drawn?
I've been watching for a few days, and I realised that the red and green arrows were not drawn when the first candle closed.
I have set "MainHP"=10 and "SignalHP"=90
The indicator named ! Stochastic signals mtf 1.03 (arrows + alerts)
Would you please clarify if that is possible?
Code: Select all
if(ArrayMaximum(ExtMapBuffer2,SignalHP*2+1,i)==i+SignalHP)
ExtMapBuffer5[i+SignalHP]=ExtMapBuffer2[i+SignalHP];
if(ArrayMinimum(ExtMapBuffer2,SignalHP*2+1,i)==i+SignalHP)
ExtMapBuffer6[i+SignalHP]=ExtMapBuffer2[i+SignalHP];