Deyaz:iStochastic(NULL, 0, 11, 3, 3, MODE_SMMA, 0, MODE_MAIN, 0);
SMMA(x) == EMA(2x-1) The Smoothed Moving Average or SMMA - How to Avoid It - NinjaTrader Programming

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hey,
I've a short question.
How can I define the level of the Stochastic Oscillator (Standard is 80 as the highest and 20 as the lowest)?
Usually I use this code:
iStochastic(NULL, 0, 11, 3, 3, MODE_SMMA, 0, MODE_MAIN, 0);
But I don't know how to change to 80/20 setting to my own.
Cheers
D
//Edit: Ahh, I had an error in reasoning. Don't really need these adjustments for an EA. Can be closed. Thanks.