Hello,
What setting should i use with Stochastic Indicator to find a trend.
For Trend :
kperiod = 10;
dperiod = 3;
slowing = 3;
lo_level = 25;
up_level = 75;
For Reversal :
kperiod = 32;
dperiod = 12;
slowing = 12;
lo_level = 30;
up_level = 70;
1 Like
I thought stochastic indicators are normally used to show reversals.
Do you really need indicators to show a trend?
Yes, Also for reversal.
The EA which i am currently working with, use Two Stochastic indicators for finding trend and reversal.
Trend :
Counter Trend :
So, i am looking for best settings to find trend and reversal.