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, 05-11-2026, 05:56 AM
    0 responses
    52 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    29 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    188 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    351 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    273 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X