3 Sma Ea - Vertexfx Vtl

TraderEd

Master Trader
May 8, 2014
167
1
74
Hello,

Three SMA Cross Over is a client side vertexFX expert Adviser. The EA is based on three simple moving averages, fast, medium and slow. The EA open buy positions in a medium term up trend and sell position in a medium term down trend. The trend direction is determined by the slow and medium term moving averages. When medium term SMA is above slow SMA, the trend direction is up and and when the medium term SMA is below slow SMA, the trend direction is down. The trades are triggered by the short term trend changes in an underlying medium term up or down trend. The short term trend changes are determined by the cross over between fast and medium term SMA.

The trading system rules are:

Buy when medium term SMA is above slow SMA and the fast SMA cross above the medium term SMA. Close the buy position when the fast SMA cross below the medium term SMA.

Sell when the medium term SMA is below slow SMA and fast SMA cross below medium term SMA. Close the sell position when the slow SMA cross above the medium term SMA.

To avoid choppy moving average cross overs, a cross over offset can be set in the parameter "SMA Spread". This stipulate a minimum distance for a valid cross over between the moving averages.

The fast, slow and medium term moving average periods can be defined in the parameters. The lot size to trade, and a stop loss can also be defined in the parameters.

20pdbtd.png
 

Attachments

  • 3SMA EA.zip
    3.2 KB · Views: 31