Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Combine VolumeUpDown and Heiken Ashi

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

    Combine VolumeUpDown and Heiken Ashi

    Hi
    I'm trying to put the color of the bars of the VolumeUpDown indicator with the same as the bars in the chart when I put the HeikenAshi indicator. For example if the Candlestick is green, the bar below should be green too.

    I know that the VolumeUpDown show the color of the price so I want to show the color of the HeikenAshi candlestick.

    Thanks for the help!

    #2
    Hello Pablo GJ,

    If you are trying to detect parameters set in another indicator, there will not be a supported method to do this.

    You will need to set the colors to the default colors of the HeikenAshi in the script by default or manually.

    That said, it is not supported to do so, but the following tip may help in finding what indicators are applied to the chart.

    foreach(Indicator i in ChartControl.Indicators)
    { }

    Also, to detect the color of bars set for the chart (not the indicator) this is also unsupported but the following tip may help.

    ChartControl.DownColor
    ChartControl.UpColor
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    83 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    45 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    65 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    68 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    57 views
    0 likes
    Last Post CarlTrading  
    Working...
    X