Hide the StopLoss

Forums ProRealTime English forum ProOrder support Hide the StopLoss

Viewing 6 posts - 1 through 6 (of 6 total)
  • #200362

    Is there a way to hide your stop loss. It feels like IG/brokers are fishing for our stoplosses.
    How often has the market turned right after the stoploss has been hit?

    I don’t want to use the command:

    Can you write by code

    What do I replace XXX  and YYY with to get the same value as

    #200367

    if you are not swinging a real big d**k i would not worry about the broker is stop hunting you xD

    take a second and think about how many orders there are out there, if you could see them as lines on the chart, i promise you you could not see one single candle

    #200368
    JS

    Hi @SnorreDK

    I agree with Snucke but if you still want to hide the stoploss, you can possibly use (pending) STOP orders:

    If LongOnMarket and Close > longexit then

       Sell at longexit STOP

    EndIf

    if ShortOnMarket and Close < shortexit then

       ExitShort at shortexit STOP

    EndIf

    #200369

    Even your pending orders are kown by the broker, so a better solution would be to exit at market whenever you exit price is hit, be it either a TP or a SL.

     

     

    #200372
    JS

    Roberto is of course right about the market orders…

    (Pending Stop orders are as visible as Stop Loss orders)

    1 user thanked author for this post.
    #200495

    Here’s the most perfect timing (not) – from yesterday.

    -Conspiracy me

Viewing 6 posts - 1 through 6 (of 6 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login