Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ExitLongLimit in Strategy Analyzer

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

    ExitLongLimit in Strategy Analyzer

    ExitLongLimit doesn't seem to be working in strategy analyzer.

    I'm using this overload:

    Code:
    ExitLongLimit(1, true, quantityToTrade, profitTargetPrice, $"PT_{currentTrade.Id}", $"Long_{currentTrade.Id}");
    It works as desired in live and replay. I see the limit order show up and get filled if hit. But in strategy analyzer, the order isn't even in the orders list.

    I'm submitting all orders on the tick data series.

    UPDATE: Solved. Yes, I needed to move the call to ExitLongLimit into OnExecutionUpdate once the entry order is filled
    Last edited by iantriestrading; 05-09-2025, 07:30 PM.

    #2
    ohhhh, could it be because Im calling it immediately after I called EnterLong, without waiting for a position to exist yet?

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    72 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    39 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    63 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    63 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    53 views
    0 likes
    Last Post CarlTrading  
    Working...
    X