Triple Exponential Average (TRIX) – indicator MetaTrader 5

Triple Exponential Average Indicator
Triple Exponential Average (TRIX) was developed by Jack Hutson as an oscillator of the overbought/oversold market conditions. It can also be used as the Momentum indicator. Triple smoothing is used for removing the cyclic components in price movements with the period less than that of TRIX. The zone is used as the indicator of overbought … Read more

Optimize cross Moving average – indicator MetaTrader 4

Optimize cross Moving average - indicator for MetaTrader 4
Updated Version. See description below.Still believing in Cross Moving Average and — as a programmer — always seeking the simplest solution. I came acros the sentance “there is no magic setting for cross MA”. This indicator tries out a lot of settings each time the time frame or the symbol changes or even one each … Read more

An Expert Advisor – Index Moving Average – EA MetaTrader 5

An Expert Advisor - Index Moving Average
This Expert Advisor implements the trading strategy, based on the Index Moving Average (IMA) indicator, its money management system dependent on the specified risk and loss size. The strategy The daily bars are used for trading. The signals checks when the new bar is appear. The formulae is: k=(ima0 – ima1)/|ima1| where ima0 – the … Read more

Optimize single Moving average trading – indicator MetaTrader 4

Optimize single Moving average trading - indicator for MetaTrader 4
This code is following the idea of MA Profit, except that it is using a single Moving Average instead of the cross moving average system. Using only a single moving average speeds up optimization, it can check all moving averages between 10 and 1000 in nearly no time. Trading with single moving average gives three … Read more