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

Multi Instrument and multiple timeframes

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

    Multi Instrument and multiple timeframes

    Do you have any examples of a strategy that references multiple instrument and multiple timeframes? In terms of performance, would it perform the same as single instrument strategy?

    If I want to avoid this type of coding ...

    if (BarsInProgress == 0)
    {
    Print(Time[0] + " " +Instrument.FullName + " 0: " +

    if (BarsInProgress == 1)
    {
    Print(Time[0] + " " +Instrument.FullName + " 1: " +

    How can I determine which dataseries\instrument is in progress with out all the if statements?

    Thanks in advance!!

    #2
    Hello mrmistermike2016,

    Thanks for your post.

    In your NinjaTrader is the example strategy "SampleMultiTimeFrame" that is commented in the code section to assist with understanding its function.

    Here is a link to a reference example of entering on one-time frame and exiting on another: http://ninjatrader.com/support/forum...ead.php?t=5787

    Using the BarsInProgress is the only way to know which instrument & time frame has called the OnBarUpdate(). The helpguide offers a good read on multi time frame/series coding here: http://ninjatrader.com/support/helpG...nstruments.htm

    I would not be able to advise on a strategies performance as there are simply too many variables.
    Paul H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by warreng86, 11-10-2020, 02:04 PM
    7 responses
    1,360 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by Perr0Grande, Today, 08:16 PM
    0 responses
    5 views
    0 likes
    Last Post Perr0Grande  
    Started by elderan, Today, 08:03 PM
    0 responses
    9 views
    0 likes
    Last Post elderan
    by elderan
     
    Started by algospoke, Today, 06:40 PM
    0 responses
    10 views
    0 likes
    Last Post algospoke  
    Started by maybeimnotrader, Today, 05:46 PM
    0 responses
    14 views
    0 likes
    Last Post maybeimnotrader  
    Working...
    X