Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Heiken Ashi

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

    Heiken Ashi

    Everytime I use the HA indicator the regular candle chart dissapears, irespective of panel. Is there and way I can have both Heiken Ashi and the bar chart on the same chart in two separate panels at the same time

    #2
    Hello RIBOOWW2,

    Unfortunately this is not possible without making a coding change to the HA indicator. It's designed to hide the price bars so you will have to remove or comment the lines that do this. As a hint here, it's the following lines (60 & 61) that do this:

    Code:
    BarColorSeries.Set(Math.Max(0, CurrentBar + Math.Max(0, Displacement) + (CalculateOnBarClose ? 1 : 0)), Color.Transparent);
    CandleOutlineColorSeries.Set(Math.Max(0, CurrentBar + Math.Max(0, Displacement) + (CalculateOnBarClose ? 1 : 0)), Color.Transparent);
    Last edited by NinjaTrader_RyanM1; 04-19-2011, 01:54 PM.
    Ryan M.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Balage0922, Today, 07:38 AM
    0 responses
    3 views
    0 likes
    Last Post Balage0922  
    Started by JoMoon2024, Today, 06:56 AM
    0 responses
    6 views
    0 likes
    Last Post JoMoon2024  
    Started by Haiasi, 04-25-2024, 06:53 PM
    2 responses
    19 views
    0 likes
    Last Post Massinisa  
    Started by Creamers, Today, 05:32 AM
    0 responses
    6 views
    0 likes
    Last Post Creamers  
    Started by Segwin, 05-07-2018, 02:15 PM
    12 responses
    1,786 views
    0 likes
    Last Post Leafcutter  
    Working...
    X