pTRAILING STOP LOSS in MTF

Forums ProRealTime English forum ProOrder support pTRAILING STOP LOSS in MTF

Viewing 4 posts - 1 through 4 (of 4 total)
  • #140924

    Good morning, sorry to bother everyone again with my silly questions.

    I am trying to set a trailing stop loss at a recent low of the x day close.

    Using multi time frame I have set the variable like this:

    I have used GRAPH to check what LongExit returns and it works correctly, it gives me the lowest close of the last 200 days and it updates at the close of the daily bar.

    The default timeframe is HOURLY.

    I want to use ‘LongExit’ as a trailing stop loss. I have this:

    I want it to ONLY MOVE THE STOP at the close of the day, when LongExit changes?

    At the moment it is moving the stop continually in steps of 1, every time the live price moves upwards by 1 point.

    Thanks.

    #140930

    What if I did it this way instead, would this move the pending stop order each day as the value of the variable LongExit is updated at the daily close?

    #140962

    The SET TRAILING instruction attach a trailing stop to the order that is then handle by the broker, so calling this instruction again will have no effect on when the stoploss will be moved.

    Your second example is the good one. Since the “LongExit” variable will be updated once every day, therefore the pending order level will change only once too.

    1 user thanked author for this post.
    #140980

    Ok that’s what I was hoping, merci.

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

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