I am trying to figure out the PHP so forgive me if this is not right. But, I was trying to be able to change the text size in here
for the. "H"
for the. "H"
PHP Code:
//drawLineAbsolute(-nOffsetHigh-4, nPriceHigh, -nOffsetHigh+3, nPriceHigh, PS_DASHDOT, 4, HighPriceColor, gID());
PHP Code:
drawTextAbsolute((-nOffsetHigh-1), getValue("High", -nOffsetHigh, 1) , "H", HighPriceColor, null, Text.CENTER | Text.ONTOP | Text.BOTTOM | Text.BOLD, null, 11, gID());
Comment