This simple code works fine in a chart, but does nothing in a backtest

PlotShapes(1*shapeUpTriangle,colorRed,0,ShortPrice);


in the backtest, I want this :

PlotShapes(short*shapeUpTriangle,colorRed,0,ShortPrice);


Whats wrong here?




Camu: With Great Power Comes Great Pain

Reply via email to