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 trilliantrader, Yesterday, 03:01 PM
    3 responses
    30 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Started by cmtjoancolmenero, Yesterday, 03:58 PM
    4 responses
    26 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by Brevo, Today, 01:45 AM
    1 response
    14 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by rjbtrade1, 11-30-2023, 04:38 PM
    2 responses
    74 views
    0 likes
    Last Post DavidHP
    by DavidHP
     
    Started by suroot, 04-10-2017, 02:18 AM
    5 responses
    3,022 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X