the ProGo Indicator.
PRO GO I:
var: prof(0),pub(0);
Prof=Average(O - C,7);
Value1 = (((Summation( Prof - Lowest(Prof,7),7)) / Summation((highest(Prof,7 ) - Lowest(Prof,7)),7)))*100;
Pub=Average(O - C[1],7);
Value2 = (((Summation( Pub - Lowest(Pub,7),7)) / Summation((highest(Pub,7) - Lowest(Pub,7)),7)))*100;
Plot1( Value1, "Prof" ) ;
Plot2( Value2, "Public" ) ;
Plot3( 25, "25" ) ;
Plot4( 75, "75" ) ;
I tried converting it to ninjatrader but, well it does not plot anything ...
Can someone please correct the code?
Cheers
tradereight

Comment