Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Automated strategy instrument question

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

    Automated strategy instrument question

    Hello,

    I'm checking to see if its possible to run an automated strategy on a certain instrument but have it take trades on a different one... In my particular example I'd like to run my strategy on NQ but take trades on MNQ. I have tried just running the strategy on MNQ but it produces completely different results as the instrument mechanics and tick volume is different. I use tick charts and I've played with intervals to achieve the same amount of bars per day but even then the indicator I use for the strategy does not act the same on MNQ as it does on NQ. Hope my question makes sense. Let me know

    Thanks
    Michael

    #2
    Hello Michael,

    Welcome to the NinjaTrader forums!

    It is possible for the strategy to place trades to an added series and this must be coded into the script with AddDataSeries().

    AddDataSeries(string instrumentName)



    Below is a link to a reference sample on adding series.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    87 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    132 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    118 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    67 views
    0 likes
    Last Post PaulMohn  
    Working...
    X