Announcement

Collapse
No announcement yet.

setColorPriceBars(true);

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

  • setColorPriceBars(true);

    Please add

    setColorPriceBars(true);

    to preMain() when

    setPriceBarColor(Color.RGB(0,0,0));

    is invoked.

    Is setColorPriceBars(true); really required?

  • #2
    Apparently it is. Will attempt to massage the code into being more accomodating, but the FW does have the ability to stick things in various spots depending on the XML configuration in the 'keywords' folder. I will come up with a replacement Alert.XML file later today that should auto-add the line for you.

    Comment


    • #3
      Sorry for taking so long guys. This file should go in your \Program Files\eSignal\keywords folder, overwriting the old 'Globals.xml' file.
      This will add a 'setColorPriceBars(true);' to your preMain() automatically when 'setPriceBarColor()' is added to your formula (and take it away when all instances of 'setPriceBarColor()' are gone).

      This will be included in the next installation package in a future release, for now, just download and copy:

      http://share.esignal.com/download.js...le=Globals.xml

      Comment

      Working...
      X