My first foray into coding with Meta Trader MQ4 has been to code a very simple reversal system using two moving averages. The system is a long term trend following strategy that buys when the smaller moving average moves above the longer and sells when the smaller MA moves below the longer one. Once the [...]
Archive for the ‘MQ4’ Category
Double Moving Average MQ4
Posted in MQ4, Speculation, Technical Analysis, tagged moving averages, MQ4, technical analysis, trading system on November 26, 2011 | Leave a Comment »
Double Simple Moving Average MQ4
Posted in MQ4, tagged MQ4, trading system on May 15, 2010 | 1 Comment »
//+——————————————————————+ //| DoubleMovingAverage.mq4 | //| Copyright © 2010, Coding Powers Ltd | //| [...]