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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    88 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    135 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    119 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    69 views
    0 likes
    Last Post PaulMohn  
    Working...
    X