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 NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    72 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    143 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    76 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    47 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    51 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X