Работа завершена
Техническое задание
Dear Friend Coder,
I have a strategy that open trade in my Mt5 account but some bad days SL hit and i loose that amount so I want to create a hedging strategy to reduce my loss this case.
this Hedge EA see my open trades and read Stop loss or TP in pips and it open Market order Automatically same time but opposite direction with predefine some settings as below :
1.1 Lot size -Auto -it based on open trade so same lot size
1.2 Manually lot size -it ask me in input
1.3 Auto Copy Stop loss and take profit in pips - same as per my open trade but direction of order is opposite
1.4 Manual Stop loss and take profit in pips
-example if i order buy 10 lot of nasdaq manual or come by my other EA with 5000 pips in SL then this new Hedge ea
Automatically open sell side order with same 10 lot size and same pips for Take profit in pips if i choose 1.1 Auto lot true and 1.3 Auto SL or TP options.
or if i choose 1.2 manual then lot size can be accordingly and 1.4 then Pips can be different also in SL and TP it can define in setting.
Thanks