Hi, this is the default behaviour, but there is a formula for the calculation and not a fixed value in pips, this strategy was originally created as a black box system. The formula is below.
Buy Trade
if position bid price - entry price >= optimizer 48 * tick size
Modify stop loss bid price - optimizer 50 * tick size
Sell Trade
if position entry price - ask price >= optimizer 49 * tick size
Modify stop loss ask price + optimizer 51 * tick size
You could try increasing the adjustable parameters 48, 49, 50 & 51
Make sure you are using the correct symbol for the cBot, so EURUSD is for EURUSD and no other symbol.
The optimised settings find the best values overall.