Announcement

Collapse
No announcement yet.

addLineTool problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • addLineTool problem

    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.
    Last edited by azmodeus01; 11-20-2009, 08:21 AM.

  • #2
    addLineTool problem

    Never mind. I figured ir out, shot myself in the foot.

    Comment

    Working...
    X