I'm writing a simple EFS to place some horizontal lines on a chart. The lines appear when I load the EFS, but the price bars are blacked out. I'm sure there is a simple explanation (user error ), but I don't know how to fix this. Edward a.k.a. azmodeus01
addLineTool( LineTool.HORZ, (nFEL - nLO), 1, Color.green, nLineOffset);
I need to see the price bars as well as the lines (of course). All help is appreciated.
I FIGURED IT OUT. THANKS TO ALL, ANYHOW. AZ.
addLineTool( LineTool.HORZ, (nFEL - nLO), 1, Color.green, nLineOffset);
I need to see the price bars as well as the lines (of course). All help is appreciated.
I FIGURED IT OUT. THANKS TO ALL, ANYHOW. AZ.
Comment