75.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

12-28-2023, 03:55 PM (This post was last modified: 12-28-2023 03:56 PM by Kingofuniverse.)
Post: #1
What is best Stochastic Indicator values to find a trend and Reversal
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;




47.gif