The overbought and oversold levels of the Stochastic can be adjusted. By changing these values, you can flexibly modify the entry levels for buying and selling. For example, if you want to adjust the entry levels, you can modify them as follows:
input int Inp_STO_Level_UP = 70; // Change the buy entry level to 70
input int Inp_STO_Level_DOWN = 30; // Change the sell entry level to 30
By doing this, the entry conditions for the Stochastic will be relaxed, potentially increasing the number of trading opportunities.
Thank you for your feedback.
The overbought and oversold levels of the Stochastic can be adjusted. By changing these values, you can flexibly modify the entry levels for buying and selling. For example, if you want to adjust the entry levels, you can modify them as follows:
input int Inp_STO_Level_UP = 70; // Change the buy entry level to 70
input int Inp_STO_Level_DOWN = 30; // Change the sell entry level to 30