Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

stoploss-profittarget in script

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

    stoploss-profittarget in script

    Hello,

    I want to ask please how the setstoploss and setprofittarget are correct so that they work oco (stoploss hit and target cancelled, or target hit and stoploss cancelled) same as with a trade from an atm in charttrader?

    Is this correct with having in the code for a condition-set
    SetStopLoss("rS1a", CalculationMode.Ticks, st1s1, false);
    SetProfitTarget("rS1a", CalculationMode.Ticks, t1s1);
    entryOrderS1=EnterShort(4,1, "rS1a");​

    and another condition-set
    SetStopLoss("rS1b", CalculationMode.Ticks, st2s1, false);
    SetProfitTarget("rS1b", CalculationMode.Ticks, t2s1);
    entryOrderS2=EnterShort(4,1, "rS1b");​​

    Does the oco fro stop and target work correctly this way from the "rS1a" and "rS1b" (and the name "entryOrderS1" and "entryOrderS2" is not important?)

    Or do I have to add something so that I can be sure it works 100% ok and same as stoploss and profittarget from charttrader-atm.

    Thank you!
    Tony

    #2
    Hello tonynt,

    The stop/target are OCO with how you have used them, when using the from entry signal string with the name of the entry that will tie them to the entry and also becomes oco.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    45 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    21 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    31 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    50 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    42 views
    0 likes
    Last Post CarlTrading  
    Working...
    X