1. The EA should have maximum of 5 open orders at any point of time 2. Initial standard order size will be 0.01 which will be a input parameter as well 3. An Averaging variable input parameter will be set as 0.04 default 4. will trade with SL & TP that will be set through input parameters 5. Trailing stop is activated once the profits pips reach as the same value of SL to the value of SL. 6.When the last 4 closed orders are in loss(-ve), the next order size will be Averaging size, otherwise it will be back to standard order size 7.When the last 10 closed order are in loss, the order size becomes 1.5 times of the Averaging size 8. Order will be opened when under the following conditions for any pair at any time frame for which the 2 indicators are attached 8.1 PipFinite Trend Laser & PipFinite Razor Scalper should give the same direction signal(buy or sell) 8.2 Two step Higher time frame direction of the Trend Laser should match the signal as well (example if the indicator order time frame is M15 min, the two step higher time frame is H1 and if it's H1 then the 2 step higher time frame is D1) 9. Maximum DD is a variable and if this is reached, no orders are openend further and all open orders but one is forced closed The Expert Advisor must check and correctly process possible errors in Trading operations EA should give error messages when there are no indicators assigned to the charts Source code will be part of the deliverables with sufficient comments