Announcement

Collapse
No announcement yet.

setPriceBarColor of preceding bar

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

  • setPriceBarColor of preceding bar

    Is it possible to set the colour of a preceding bar i.e. I do not want any comparison with current bar? Ignoring incorrect coding protocol, as per simplistic example below:

    IF High(-1) > High(-2) THEN setPriceBarColor(-1) = Pink

    As this is for backtesting, I'm not interested in current bar.

    Thanks for any assistance
    Last edited by TradeFive; 06-24-2012, 01:07 AM.

  • #2
    You can only set the current bar color.

    Comment

    Working...
    X