Source: https://fxcodebase.com/code/viewtopic.php?f=17&t=60389
Forum: 17 · Topic 60389 · 5 post(s)
Alexander.Gettinger · Mon Mar 03, 2014 9:53 am
This indicator is a ported MQL5 indicator from http://www.mql5.com/en/code/2134.
Formulas: AO_Fast = MVA(100(Short_EMA/Medium_EMA-1), AO_Fast_Period), AO_Slow = MVA(100(Medium_EMA/Long_EMA-1), AO_Slow_Period).
Download:

If both Fast and Slow values are greater than Zero Line, Green Arrow up If both Fast and Slow values are less than Zero Line, Red Arrow down
MTF MCP Awesome Modified List.lua
Alexander.Gettinger · Mon Mar 03, 2014 9:55 am
MQL4 version of Awesome Modified oscillator: viewtopic.php?f=38&t=60390.
Coondawg71 · Tue Apr 28, 2015 10:19 am
Can we please request additional versions to this indicator:
Buy: Fast and Slow value greater than Zero Line. Sell: Fast and Slow value greater than Zero Line.
2.) Can we please request MTF MCP Awesome Modified List: Arrow per time frame indicating trend for Awesome Modified value, If both Fast and Slow values are greater than Zero Line, Green Arrow up If both Fast and Slow values are less than Zero Line, Red Arrow down If conflicting values, grey.
Thanks!!!
sjc
Apprentice · Thu Apr 30, 2015 2:14 pm
MTF MCP Awesome Modified List Added.
Apprentice · Fri Jun 29, 2018 7:01 am
The indicator was revised and updated.