Hello  I would like you to write the code of an Expert Advisor, in order to :  Phase1/ be tested and optimized in the MT4 strategy tester  Phase2/  be finalized for real full automatic use with VPS (with exceptions, security, stop/restart autotrading, etc...) Important:  Please give a price for Phase 1 only and the complete job 1+2 ; unlocked code please. Thanks very much Indicators required:  Exponential Moving Average EMA (Close) (variable , default = 200 ) STOCHASTICS :  128/1/8 Can be used on Forex (EURUSD, GBPUSD, EURGBP, USDCHF, USDJPY, AUDJPY, EURJPY. . . )  Usable on all Intraday Time Units (H4, H1, M15, M5 and M1)  Days and schedules: every day 24/24  Simultaneous positions on the same instrument possible Possibility to use EA on 12 simultaneous graphs  ______________________________________________________________________ Long Entry Cond1= EMA flat or bullish  Cond2= STOCH 128/1/8 crosses up value 51 (variable , default = 51) If Cond1 AND Cond2 (at current bar Close)  then  BUY (T) lots AT MARKET (variable, default T=0.01)  Short entry  Cond1= EMA flat or bearish  Cond2= STOCH 128/1/8 crosses down value 49 (variable, default = 49) If Cond1 AND Cond2 (at current bar Close)  then SELL Short (T) lots AT MARKET (variable, default T=0.01)  Long / short position exit: 1/ Stoploss = Entry price -/+ (X) points (variable, Default X=100) 2/ TrailingStop = Entry price -/+ (Y) points (variable, Default Y=150)  3/ TakeProfit =  +/- (Z) points (variable, Default Z =1000)