Announcement

Collapse
No announcement yet.

incorrect paintbar study

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

  • incorrect paintbar study

    I have a paintbar that frequently does not paint correctly while I am running it on the YM at a 15tick chart interval. I can reload the paintbar and it updates.
    Any suggestions as to why this is happening.

    I am attaching the paintbar.

    Thanks,

    DaTr8dr
    Attached Files

  • #2
    DaTr8dr

    Two things that come to mind would be to add the following statements to preMain(). Note that you will have to do this with the Editor but if you have the latest Globals.xml the Wizard will then recognize them (ie not override them)

    setColorPriceBars( true );
    setComputeOnClose();

    Alex

    Comment


    • #3
      thanks alex.

      Comment

      Working...
      X