Stochastic Question

 

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

 

//Edit: Ahh, I had an error in reasoning. Don't really need these adjustments for an EA. Can be closed. Thanks. 

 
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