Project specifications: Build an EA that will hedge / recover all open positions on the account (with a magic nr trigger in case I just want specific orders to be recovered) For testing purpose, developer should consider entries as following: - 20 & 50 MA cross generate trading signal - SL placed at 2x ATR away from entry point, - TP placed at 2x SL distance (1:2 RR setup) - volume scaled so that the risk will be x % of the account balance (default 1) Developer has the liberty to implement any hedging / recovery method he considers fit, as long as trades are recovered with a small profit and the DD is managed < 10% of acc balance One suggestion should be a Fibonacci type gridding as per the following MT4 product https://www.mql5.com/en/market/product/28140?source=Site+Market+MT4+Search+Rating004%3agrid# Source code required at the end of the project. Project will not be accepted if the trades are poorly managed & recovered and the 10% rule is violated