Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Visualizing Multi-Instruments

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

    Visualizing Multi-Instruments

    Within a strategy a stock (eg.AAPL) shall be traded only if the Close[0] of an index is greater than its EMA(50)

    In order to handle the second instrument I added it by
    Add("^Comp", PeriodType.Day, 1);

    This adds the second intrument but does not display it in the chart.

    However, how can I add a second chart panel within the strategy analyzer in order to visualize the second instrument an the indicator depending on it?

    Best Regards

    Thomas

    #2
    Hello Thomas,
    Unfortunately the secondary series wont be displayed in the Strategy Analyzer's Chart tab and there are no native way to do it.

    Please let me know if I can assist you any further.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Hello Joydeep,

      thanks for the fast answer. It is possibe to display an indicator which depends on the second instrument in the strategy analyzer charts?

      Comment


        #4
        Hello Thomas,
        Though I am not 100% sure, but maybe you can draw some synthetic charts using an indicator. You can get some idea on how to draw synthetic charts from this indicator



        Also since you are referencing it from a strategy, this sample code might also come handy which demonstrates how to assign values to an indicator from a strategy
        When running a strategy on a chart you may find the need to plot values onto a chart. If these values are internal strategy calculations that are difficult to migrate to an indicator, you can use the following technique to achieve a plot. NinjaTrader 8 With NinjaTrader 8 we introduced strategy plots which provide the ability


        Please let me know if I can assist you any further.
        JoydeepNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Rapine Heihei, Today, 08:19 PM
        1 response
        8 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by Rapine Heihei, Today, 08:25 PM
        0 responses
        6 views
        0 likes
        Last Post Rapine Heihei  
        Started by f.saeidi, Today, 08:01 PM
        1 response
        9 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by Rapine Heihei, Today, 07:51 PM
        0 responses
        8 views
        0 likes
        Last Post Rapine Heihei  
        Started by frslvr, 04-11-2024, 07:26 AM
        5 responses
        98 views
        1 like
        Last Post caryc123  
        Working...
        X