YouTube![]() BJF Trading Group | 2011-Jan-26 06-48 (GMT+01:00) Paris http://docs.google.com/View?id=dg3m7zmf_26t6j364fn This Document⬆ | ![]() |
FREE Metatrader Expert Advisor 3 EMA 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 Coupon for 16% OFF for any product(s) on our website: http://iticsoftware.com 16900777 Share it with your friends. Add product to Shopping Cart and press "Checkout" Login or Register Account. Use the code in your cart. Enter your code in to "coupon" field and click "Apply Coupon" and to see your discount instantly applied to your order. 2011 © BJF Trading Group inc. Feel free to contact us for any assistance: coding@iticsoftware.com HIGH RISK WARNING: Foreign exchange trading carries a high level of risk that may not be suitable for all investors. Leverage creates additional risk and loss exposure. Before you decide to trade foreign exchange, carefully consider your investment objectives, experience level, and risk tolerance. You could lose some or all of your initial investment; do not invest money that you cannot afford to lose. Educate yourself on the risks as | ||
| We have received a lot of question about free expert advisor 3EMA.Download link: http://iticsoftware.com/free-expert-advisor-3EMA.zip The main request is about optimization parameters: start - step - end. Optimization parameters for free expert advisor 3EMA: StopLoss = 250; //from 40 to 250 step 10 TakeProfit = 100; //from 40 to 350 step 10 FastMA.Period = 20; //from 1 to 50 step 5 FastMA.ma_shift = 0; //from 1 to 50 step 5 SlowMA.Period = 50; //from 1 to 100 step 5 SlowMA.ma_shift = 0; //from 1 to 100 step 5 SlowMA2.Period = 100; //from 1 to 200 step 5 SlowMA2.ma_shift = 0; //from 1 to 200 step 5 Best regards! BJF Trading Group inc. |
| Free weekly forecasts for different pairs. Links. ⇦ BJF Trading Group MDunleavy chart ⇦ |