Announcement

Collapse
No announcement yet.

set the color of each candlestick bar

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

  • set the color of each candlestick bar

    is it possible to set the color of each candlestick bar to different color according to some rules? For example, when the RSI >= 70, the candlestick body ( and wick ) would be painted red, while when RSI <= 30, it is painted lime? I tried using setColorPriceBars(true), setDefaultPriceBarColor(color ),
    setPriceBarColor(color), but it seems they don't work. I am using esignal 10.1.



    - Clearpicks
    Last edited by clearpicks; 06-15-2009, 07:07 AM.

  • #2
    Re: set the color of each candlestick bar

    clearpicks
    Yes it is possible.
    Alex


    Originally posted by clearpicks
    is it possible to set the color of each candlestick bar to different color according to some rules? For example, when the RSI >= 70, the candlestick body ( and wick ) would be painted red, while when RSI <= 30, it is painted lime? I tried using setColorPriceBars(true), setDefaultPriceBarColor(color ),
    setPriceBarColor(color), but it seems they don't work. I am using esignal 10.1.



    - Clearpicks

    Comment


    • #3
      It worked after I removed the study then applied the efs again. Simply reloading the study after I modified the efs did not work. I don't know why.

      Comment

      Working...
      X