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

Strategy deployment for Micro Futures

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

    Strategy deployment for Micro Futures

    Hello,

    I have backtested a strategy for the ES futures and would like to deploy to the micro ES. However the data history for the micro future is still very short.

    I have considered the idea of adding the MES as an extra data series via the command

    AddDataSeries("MES 06-19", Data.BarsPeriodType.Minute, 240, Data.MarketDataType.Last);

    and then submitting the order as

    EnterLong (1, lots , "L1");

    However, I do not seem to be making any trades when I backtest even for the short period that MES has been active.

    What am I doing wrong?

    #2
    Hello im197,

    Use prints and trace orders to understand the behavior of your script.

    Below is a link to a forum post that demonstrates using prints to understand behavior.


    Are you finding the condition is evaluating as true?

    Is the order being ignored?

    Please let me know if you would like assistance analyzing the output.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by cmtjoancolmenero, Yesterday, 03:58 PM
    6 responses
    28 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by gbourque, Today, 06:39 AM
    2 responses
    14 views
    0 likes
    Last Post gbourque  
    Started by rexsole, Today, 08:39 AM
    0 responses
    4 views
    0 likes
    Last Post rexsole
    by rexsole
     
    Started by trilliantrader, Yesterday, 03:01 PM
    3 responses
    31 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Started by Brevo, Today, 01:45 AM
    1 response
    14 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Working...
    X