
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Timmy Hanke
If the alertsOnCurrent is set to true and if the values change and then revert back, it must alert on each and every next change of trend. If you set the alertsOnCurrent to false, then it will alert only once when the bar is already closed (and when the closed bar can not change value)
I back-tested it right now and all is working is it is supposed to workThe settings i used was :
1 Hour timeframe
Ma period = 2
Ma metod = 1
step = 0
Better formula = true
Jurik = true
Length = 8
phase=0
alert on current = true
In this setting it alerted is the way i described.
it can be that i changed the settings to much but i got what i wanted out of it.
The settings i used was :
1 Hour timeframe
Ma period = 2
Ma metod = 1
step = 0
Better formula = true
Jurik = true
Length = 8
phase=0
alert on current = true
In this setting it alerted is the way i described.
it can be that i changed the settings to much but i got what i wanted out of it.This part
alert on current = true
is telling it that is the current bat changes it will alert, then if it changes back and on the next bat it changes again, it will alert again (since the previous bar reverted). If you want to avoid that then alert on current has to be set to false
skc It seems to be amibroker code. checking amibroker functions to see if it can be converted
Hey Mladen,
Was wondering if you had any further update on my request
Thanks
SKC
Hey Mladen,
Was wondering if you had any further update on my request
Thanks
SKCSKC
I do not have Amibroker and I simply can not compare the code from Amibroker to metatrader. I was trying to do that using just some help files, but it lead me to nowhere
SKC I do not have Amibroker and I simply can not compare the code from Amibroker to metatrader. I was trying to do that using just some help files, but it lead me to nowhere
Hey no problem, by looking at the code, can you tell me if its like heiken ashi of MT4 ? or can you suggest me anything close or better than that code please
Hey no problem, by looking at the code, can you tell me if its like heiken ashi of MT4 ? or can you suggest me anything close or better than that code please
Judging from these two lines
BarColor=IIf(C>Ref(C,-1),colorGreen,colorRed);
PlotOHLC( Open, High, Low, Close, "", BarColor, styleBar);
It is simply coloring a candle to green or red if the close is > than previous close or < than previous close. But I can not believe that it is just that, so that why I told you that it looks like as if I am missing something
And this one : dss_of_adaptive_super_smoother_4.mq4 In this one it is using 3 prices (instead of just one) as the original stochastic does. Each price is smoothed adaptively using its own adaption period (there is no same period for any othe prices). This way it became completely adaptive and the dss itself is an adaptive dss
Mladen
would please add arrow in color changing with option of arrowonfirst (arrow shifting)
thanks
DSS of adaptive super smoother 4.mq4
Mladen
would please add arrow in color changing with option of arrowonfirst (arrow shifting)
thanks
DSS of adaptive super smoother 4.mq4Dear Mladen & Mrtools
I tried to add arrow by myself, however, it never appears
, it seems I failed to do the first weekend exercise.
Would you please tell me where is the mistake, if possible.
Dear Mladen & Mrtools
I tried to add arrow by myself, however, it never appears
, it seems I failed to do the first weekend exercise.
Would you please tell me where is the mistake, if possible.Talaat E, needed to call the manageArrows(i) function in the start loop.
Talaat E, needed to call the manageArrows(i) function in the start loop.
Ooooh, my stupidness, I should not forget that
Thank my dear Mrtools
can you do same for