[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Plotting shapes over a peak



PureBytes Links

Trading Reference Links

I am trying to just see visually what the peak function does. 

I want to plot a shape over a given peak. i am trying this code but no 
go... any help???

Peaks = Peak(H,2);
PlotShapes(shapeDownArrow * Peaks , colorRed , 0, H, -10);

Thanks!!!

OT