Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

AwesomeMod - indicator for MetaTrader 5

Views:
3745
Rating:
(8)
Published:
2018.06.16 10:06
AwesomeMod.mq5 (14.24 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The indicator represents two Awesome Oscillators with different smoothing periods, AO Fast and AO Slow, calculated based on three components: Fast EMA, Medium EMA, and Slow EMA.

It has six input parameters:

  • Fast EMA period - fast EMA period for calculating the AO;
  • Medium EMA period - medium EMA period for calculating the AO;
  • Slow EMA period - slow EMA period for calculating the AO;
  • AO. Fast MA period - fast AO smoothing period;
  • AO. Slow MA period - slow AO smoothing period;
  • Applied price - the price of EMA calculating.

Calculations:

AO Fast = MVA(100*(Fast_EMA/Medium_EMA - 1), AO_Fast_Period)
AO Slow = MVA(100*(Medium_EMA/Slow_EMA - 1), AO_Slow_Period)

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20567

Absorption Absorption

The EA trades with the Absorption pattern. Working with pending orders Buy Stop and Sell Stop.

Advance_Decline_Line Advance_Decline_Line

Indicator of trend strength and of the possible changes in its direction.

CC CC

John Ehlers Cyclic Component Indicator.

IT IT

Instantaneous Trendline - John Ehlers "instantaneous" trendline.