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
Mladen
This bit here:
[CODE][extern int StepMAMode = 0; //StepMA Mode: 0-new,1-old /CODE]
in which part of the code is step size points?Or how is step size points calculated ?
Any suggestion?
Mladen
This bit here:
[CODE][extern int StepMAMode = 0; //StepMA Mode: 0-new,1-old /CODE]
in which part of the code is step size points?Or how is step size points calculated ?In this part :
double volty = MathMax(size*__Point,mult*Sum/length);
}
else volty = size*__Point;
Hii friends
has anyone ml-StepMa_v7.2.pdf.mq5 indicator?
if anyone have this indi can you share it pls.?
thanks in advice friends.
suat
Hii friends
has anyone ml-StepMa_v7.2.pdf.mq5 indicator?
if anyone have this indi can you share it pls.?
thanks in advice friends.
suatDoes anyone have this one?: https://www.mql5.com/en/forum/179290/page107
or this one?: https://www.mql5.com/en/forum/179290/page106
or this one?: https://www.mql5.com/en/forum/179290/page105
or this one?: https://www.mql5.com/en/forum/179290/page104
or maybe this one?: https://www.mql5.com/en/forum/179290/page103
If you shift any indicator 1 or more bars backwards you will get the same results.
In this part :
double volty = MathMax(size*__Point,mult*Sum/length);
}
else volty = size*__Point;MR.mladen where can i find STEP RSI
MR.mladen where can i find STEP RSI
tradersm
Check out this version (for example) : https://www.mql5.com/en/forum/general
In this part :
double volty = MathMax(size*__Point,mult*Sum/length);
}
else volty = size*__Point;Mladen,
What is the difference between ATR based renko box bars and step moving average?Because step size points are calculated according to atr is that correct?
Thank you