PDA

View Full Version : Check Indicator Double Stochastic


beaker
04-23-2008, 02:05 AM
Hello,

the indicator double stochastic is a bit different than from my mentor. Is it possible that someone checks the formula ? here is the formula my mentor uses in trade navigator:

Formule Double Stochastic 10

MovingAvgX ((((PL - Lowest (PL , 10)) / Deler2) * 100) , 3 , False)

where:

PL=MovingAvgX (((Close - Lowest Low (10)) / Deler) * 100 , 3 , False)

Deler= IFF (highest_minus_lowest > 0 , highest_minus_lowest , 1)

Deler2=IFF (highest_minus_lowest#2 > 0 , highest_minus_lowest#2 , 1)

Highest_minus_lowest=Highest High (10) - Lowest Low (10)

Highest_minus_lowest#2=Highest High (5) - Lowest Low (5)


I have no technical skills and hope you can help me. This would also improve NT I think.

NinjaTrader_Dierk
04-23-2008, 02:14 AM
I suggest contacting a certified NinjaScript consultants in case you'd need custom indicators implemented in NT: http://www.ninjatrader.com/webnew/partners_onlinetrading_NinjaScript.htm