12-28-2023, 03:55 PM
Hello,
What setting should i use with Stochastic Indicator to find a trend.
For Trend :
For Reversal :
What setting should i use with Stochastic Indicator to find a trend.
For Trend :
Code:
kperiod = 10;
dperiod = 3;
slowing = 3;
lo_level = 25;
up_level = 75;
For Reversal :
Code:
kperiod = 32;
dperiod = 12;
slowing = 12;
lo_level = 30;
up_level = 70;