I came across one of smjones' scripts that works like a buy or sell limit order that sets SL & TP. Would really appreciate if someone can add a 'move stop to break even' setting. eg....
extern string BE="Break even settings";
extern bool BreakEven = false;
extern int BreakEvenPips = 15;
extern int BreakEvenProfit = 2;
If you're really bored a trailing stop option would be nice also
extern string BE="Break even settings";
extern bool BreakEven = false;
extern int BreakEvenPips = 15;
extern int BreakEvenProfit = 2;
If you're really bored a trailing stop option would be nice also
Attached File(s)
Buy EA.mq4
2 KB
|
357 downloads
Sell EA.mq4
2 KB
|
320 downloads