Thanks Roberto,
Possible to have the Close drawtext changes color? For example:
If close is = or > than High, the color drawtext for close will display in green.
If close is = or < than Low, the color drawtext for close will display in red.
If close is = to Open, the color drawtext for close will display in blue.
Also I have followed the guide https://www.prorealcode.com/documentation/drawtext/ , I tried adding font and size, doesn’t seem to work?
DrawText(“C:#CC#”,BarIndex–1,Distance + Offset*1.0,Bold,16)coloured(204,0,204)