yes the prequisites r there . the old one(MRTQ13) and the new one from amibrokerfan working but i only need normal candle option in the rocketjet. any way i am not expert in afl, actualy nothing in coding. u can have a guide from nma by rajendran may be if that code do the work here. any way thanx for ur work
Kaly
if( ParamToggle("Plot Normal Candle", "No,Yes", 1 ) )
PlotOHLC( flowerOpen, flowerHigh, flowerLow, flowerClose, " " , barcolor, styleCandle | styleThick );
else
PlotOHLC( Open, High, Low, Close, " " , barcolor2, styleCandle | styleThick );
here is the code of candle choice in RocketJet. put the if()....else part as /* ...*/ and u will get normal candle in RocketJet.
eg
/*if( ParamToggle("Plot Normal Candle", "No,Yes", 1 ) )
PlotOHLC( flowerOpen, flowerHigh, flowerLow, flowerClose, " " , barcolor, styleCandle | styleThick );
else*/
PlotOHLC( Open, High, Low, Close, " " , barcolor2, styleCandle | styleThick );
sr