Search found 1 match

by scg427
15 Jan 2022
Forum: MultiCharts
Topic: PlotPaintBar Compliler Error
Replies: 2
Views: 618

PlotPaintBar Compliler Error

I am trying to paint the bar color depending on the trend I specified, my script is as following: if trend = 1 then begin SetPlotColor(9, Blue); end; if trend = -1 then begin SetPlotColor(9, red); end; PlotPaintBar(O, H, L, C, 9, default); I am getting a compile error on the last line statement (Plo...

Go to advanced search