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 charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    61 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    148 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    162 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    98 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    286 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X