EA/Robot based on your Moving Average Crossover Strategy . ********************************************************************************************************************* INDICATORS USED: - Moving Average 1 - Moving Average 2 - Moving Average 3 ********************************************************************************************************************* INDICATOR SPECIFIC INPUTS: * This Indicator will also have the below Indicator Specific Inputs. * manually we can change all the Inputs on our own . EXample Settings:- Mov Avg 1 Period - 8 Mov Avg 1 Shift - 0 Mov Avg 1 Method - Simple / Exponential / Smoothed / Weighted Mov Avg 1 Apply To - Close Price Mov Avg 2 Period - 20 Mov Avg 2 Shift - 0 Mov Avg 2 Method - Simple / Exponential / Smoothed / Weighted Mov Avg 2 Apply To - Close Price Mov Avg 3 Period - 24 Mov Avg 3 Shift - 20 Mov Avg 3 Method - Simple / Exponential / Smoothed / Weighted Mov Avg 3 Apply To - Close Price ********************************************************************************************************************* EA/ROBOT SPECIFIC INPUTS: * manually we can change all the Inputs on our own . Lots - 0.01 to max lot size StartTime - 00:00 EndTime - 23:59 Is this time calculate using server time or local time? please explain NOTE:All the Pip Values can be adjusted TP1 - True/False TP1 Pips - 10 Pips TP1 Lot - 0.40 TP2 - True/False TP2 Pips - 20 Pips TP2 Lot - 0.20 TP3 - True/False TP3 Pips - 40 Pips TP3 Lot - 0.20 TP4 - True/False TP4 Pips - 80 Pips TP4 Lot - 0.10 * TP1, TP2, TP3, TP4 can be used in Partial Profit Booking. * In the above case, - 1.0 is the Total Lotsize. - 0.40 will be Closed at 10 Pips Profit (TP1) - 0.20 will be Closed at 20 Pips Profit (TP2) - 0.20 will be Closed at 40 Pips Profit (TP3) - 0.10 will be Closed at 80 Pips Profit (TP4) * If any Lot is left even after TP4, then that would be closed when Opposite Signal comes in. Initial SL - True/False Initial SL Pips - 40 Pips(customisable) Break Even TSL - True/False(custom pips) Note: * If Break Even TSL Set as True, as soon as the TP1 is Hit, SL will be moved to Break Even (that is at Opening Price) Use ProfitLock TSL - True/False ProfitLock TSL Pips - 40 Pips Activate ProfitLock TSL After - 40 Pips Note: * If UseProfitLockTSL is set as True, then you can activate the Trailing Stop Loss after the Trade reaches a profit of 10 pips or 20 pips or whatever I needed (custom) ********************************************************************************************************************* MULTI-TASKING & MULTI-TIMEFRAME: * I want to Run the EA/Robot On Different Time Frames of the Same Pair at the Same Time simultaneously. * For Example, - this EA on EURUSD 5 Min, 15 Min, 30 Min, 1 Hour, 4 Hour, Daily Time frames all at same time. - The EA will manage Orders for each time frame separately. - The EA won't merge or confuse Orders of One Time Frame with Another Time Frame. - Entry and Exit will be according to that Time Frame Settings. ********************************************************************************************************************* WORKING: The EA should work as below. BUY ENTRY CONDITIONS: --------------------- * Moving Average 1 should be above other 2 Moving Averages. * Moving Average 2 should be above Moving Average 3. * If the above conditions is true, then a Buy Trade will be Opened Up. * Sell Trade if any should be closed automatically. NOTE:Please Explain When the trade will be executed by ROBOT when condition met , like 1st bar of the signal or 2 nd bar open of the signal? SELL ENTRY CONDITIONS: ---------------------- * Moving Average 1 should be below other 2 Moving Averages. * Moving Average 2 should be below Moving Average 3. * If the above conditions is true, then a Sell Trade will be Opened Up. * Buy Trade if any would be closed automatically. BUY EXIT CONDITIONS: -------------------- * Buy Trade can be Exited if Moving Average 1 Crosses Below Moving Average 2. * Buy Trade can be Exited by TP1, TP2, TP3, TP4. * Buy Trade can be Exited by SL. * Buy Trade can be Exited by Break Even TSL. * Buy Trade can be Exited by Profit Lock TSL. * Buy Trade can be Exited by Opp. Sell Trade. SELL EXIT CONDITIONS: --------------------- * Sell Trade can be Exited if Moving Average 1 Crosses Above Moving Average 2. * Sell Trade can be Exited by TP1, TP2, TP3, TP4. * Sell Trade can be Exited by SL. * Sell Trade can be Exited by Break Even TSL. * Sell Trade can be Exited by Profit Lock TSL. * Sell Trade can be Exited by Opp. Buy Trade. TRADE SEQUENCE: --------------- * After a Buy Trade, Next Trade can only be a Sell Trade. * Likewise, after a Sell Trade Next Trade can only be a Buy Trade. COMMON FOR BOTH BUY AND SELL: ----------------------------- * Start Timing and End Timing shall be managed as given in the Inputs. * Lot Size shall be managed as given in the Inputs. * SL shall be managed as given in Inputs. * Break Even TSL shall be managed as given in Inputs. * Profit TSL shall be managed as given in Inputs. * TP1, TP2, TP3, TP4 shall be managed as given in the Inputs. Other: * EA source code should be given to me, not locking the EA,it should work on all mt4 platforms, for any currency pair, any time frame , same currency different timeframe, different currency pair same time,Please reply me *********************************************************************************************************************