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 argusthome, 03-08-2026, 10:06 AM
    0 responses
    110 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    59 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    37 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    41 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    78 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X