Best Blackhat Forum

Full Version: What is best Stochastic Indicator values to find a trend and Reversal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

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;
Reference URL's