Topic: Break Even Offset
is there a way to offset the breakeven.
example:long trade
break even is set to trigger at 25 pips profit offset is +5 pips
price moves up 40 pips breakeven is triggered, price moves down 50 pips, trade is closed at +5 pips profit.
EDIT>>>>>>>>>
testing this now it looks like it might works
extern int Breakeven_Offset = 0;
// and
SetStopLossAndTakeProfit(symbol, breakprice + Point * Breakeven_Offset , PositionTakeProfit);
Print("Break Even (", BreakEven, " pips) set Stop Loss to ", breakprice, ", Bid = ", bid);