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 Aviram Y, Today, 05:29 AM
    0 responses
    2 views
    0 likes
    Last Post Aviram Y  
    Started by quantismo, 04-17-2024, 05:13 PM
    3 responses
    25 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by ScottWalsh, 04-16-2024, 04:29 PM
    7 responses
    34 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by cls71, Today, 04:45 AM
    0 responses
    6 views
    0 likes
    Last Post cls71
    by cls71
     
    Started by mjairg, 07-20-2023, 11:57 PM
    3 responses
    217 views
    1 like
    Last Post PaulMohn  
    Working...
    X