Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 ScottWalsh, Today, 06:52 PM
    4 responses
    32 views
    0 likes
    Last Post ScottWalsh  
    Started by olisav57, Today, 07:39 PM
    0 responses
    4 views
    0 likes
    Last Post olisav57  
    Started by trilliantrader, Today, 03:01 PM
    2 responses
    19 views
    0 likes
    Last Post helpwanted  
    Started by cre8able, Today, 07:24 PM
    0 responses
    6 views
    0 likes
    Last Post cre8able  
    Started by Haiasi, Today, 06:53 PM
    1 response
    5 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Working...
    X