Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

how to get rid of stop order

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

    how to get rid of stop order

    Hello

    let's assume I have this code:

    SetStopLoss(CalculationMode.Percent,stoppercent/100);
    EnterLong(
    1,"buy");

    This will create a stop loss order once in position.

    Question: How do I get rid of that stop order and revert to a naked position?
    can I just call SetStopLoss(CalculationMode.Price,0) ?

    P.S. I notice that when I do call this function the scale of the chart is changed such that the 0 price (==stop price) is included on the chart.
    I do not want to change the chart scale, I just want to cancel the stop order.

    regards
    andreas





    #2
    Andreas, unfortunately you can't unset the stoploss, to cancel a stop explicitly you could use the Exit methods and CancelOrder those.

    For SetStopLoss just resubmit at a price faraway from getting hit to 'disarm' those then.

    For ChartTrader you could now disable to include the stop and target orders so it would not disrupt the chart's display.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    647 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    368 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    571 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X