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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    86 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    125 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    64 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    117 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    67 views
    0 likes
    Last Post PaulMohn  
    Working...
    X