moving profit target automatically as moving stop loss to Break Even

Forums ProRealTime English forum ProOrder support moving profit target automatically as moving stop loss to Break Even

Viewing 2 posts - 1 through 2 (of 2 total)
  • #104410

    Hello everyone ! I use the following code for break-even trades. This works perfectly (for example: when I have 5 pips profit on the EUR/USD my stop loss change from -10 pips change to +1 pip so I can’t lose anymore on this position:

    I searched this forum but can’t find anything about it. Does anyone know if it is possible to do something similar with a profit target ? For example my system opens a trade as follows:

    Stop loss: 10 pips
    Profit target: 10 pips

    If I lose 5 pips (-5) in an open losing position then I want to move my profit target automatically from +10 pips to -1 pips. From here there are 2 scenarios:

    Losing 1 pip (profit target)
    Losing 10 pips (stop loss)

    Thank you.

    #104413

    I never heard about this technique.

    You can use the same code reversing conditions, look for losses and as soon as you reach -startbreakeven you set breakeven to Tradeprice – PointsToKeep.

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

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