Free Expert Advisor 3EMA
FREE Metatrader Expert Advisor 3 EMA Conception
Buy if (FastMA above SlowMA) and (FastMA above SlowMA2) and (SlowMA above SlowMA2)
Sell if (FastMA below SlowMA) and (FastMA below SlowMA2) and (SlowMA below SlowMA2)
Close orders on SL, TP, reversed signal
FREE Metatrader Expert Advisor 3 EMA Options
extern string _tmp1_ = " --- Trade params ---";
extern int AccDigits = 5;
// set 5 for all pairs if you have 5 digits after decimal
// point on EURUSD pair (1.34217 etc.)
// set 4 for all pairs if you have 4 digits after decimal
// point on EURUSD pair (1.3423 etc.)
extern bool MarketExecution = false; // set true for ECN brokers
// true means that sl and tp will be added only after order open
extern double Lot = 0.1; // lots volume
extern int StopLoss = 250; // StopLoss is 100 pips
// 0 is the same as no StopLoss
extern int TakeProfit = 100; // TakeProfit is 100 pips
// 0 is the same as no TakeProfit
extern int Slippage = 3; // max. permissible slippage value, pips
extern int Magic = 20110122; // unique orders ID
extern string _tmp2_ = " --- MAs ---";
extern bool MA.TradeOpenBar = false;
// true: get MA signals from open bar
// false: get MA signals from closed bar
extern int FastMA.Period = 20;
extern int FastMA.ma_shift = 0;
extern int FastMA.ma_method = MODE_EMA;
extern int FastMA.applied_price = PRICE_CLOSE;
// FastMA options
extern int SlowMA.Period = 50;
extern int SlowMA.ma_shift = 0;
extern int SlowMA.ma_method = MODE_EMA;
extern int SlowMA.applied_price = PRICE_CLOSE;
// SlowMA options
extern int SlowMA2.Period = 100;
extern int SlowMA2.ma_shift = 0;
extern int SlowMA2.ma_method = MODE_EMA;
extern int SlowMA2.applied_price = PRICE_CLOSE;
// SlowMA2 options
! We can add the following extra options:
1a) Move StopLoss to breakeven when trade is in profit by X pips
cost +$45
1b) TrailingStop (standard or by fractals)
cost +$45
2a) Dynamic lot calculation (as percent of Account Balance, Accout Equity or account Free Margin)
cost +$45
2b) Dynamic lot calculation (according to Martingale theory)
cost +$95
3) Close open orders at CloseTime
or close only profitable open orders at CloseTime
CloseTime is external param
cost +$45
4) Trade time to open order from hh:mm to hh:mm
example: from 6:30 to 22:45 by ServerTime
cost +$55
5) Possibility to define work days of the week
example:
extern string _tmp3_ = " --- Trade days ---";
extern bool MondayOn = true;
extern bool TuesdayOn = true;
extern bool WednesdayOn = true;
extern bool ThursdayOn = true;
extern bool FridayOn = false;
extern bool SaturdayOn = false;
extern bool SundayOn = false;
cost +$45
6) Sound, Popup, Email alerts on open/close of an order
cost +$65
7) StopLoss, TakeProfit, TrailingStop are hidden to brokers
In this case EA uses 2 types of stops: Fake (or visible) stops and Hidden (or invisible) stops
cost +$180
contact us
Your Review: Note: HTML is not translated!
Rating: Bad Good
Enter the code in the box below:


Categories
Information
News & RSS 
Shopping Cart
Bestsellers



Specials
Featured

