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 NullPointStrategies, Today, 05:17 AM
    0 responses
    43 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    124 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    65 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    42 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X