Announcement

Collapse
No announcement yet.

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 NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    54 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    130 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    72 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    44 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X