Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

Smoothed Awesome Indicator - MetaTrader 4 Script - MT4/MT5 Resources

author EAcpu | 4 reads | 0 comments |

Smoothed Awesome indicator - indicator for MetaTrader 4

Smoothed Awesome indicator - indicator for MetaTrader 4

This indicator is a modification of the classic indicator Awesome indicator .

It calculates the smooth rate of change of two smoothed moving averages . More precisely, the indicator has 3 inputs: shortmean and longmean representing two smoothed moving averages (5 and 34 respectively by default). The last input, meanAO, represents the smoothed moving average of the rate of change between the short mean and the long mean.

In the image below you can display the indicator on the EURAUD daily chart, where the inputs 5 and 34 represent the index average and 7 represents the rate of change average. You can compare this indicator with the classic Awesome indicator, which takes as input the index averages 5 and 34 in the image below.

Smoothed Awesome indicator - indicator for MetaTrader 4

I have attached the improved version of the AwesomeMod indicator as well as the new version AwesomeMod_EA, useful for EAs. You can display two versions of the chart here:

Smoothed Awesome indicator - indicator for MetaTrader 4

The only difference is that this indicator has only one buffer, so if you use it in an EA you must define:

 Double AOMod current = custom ( void ,0, "Awesome Mod_EA" ,short mean,long mean,meanAO, 0 , 0 );

double AOMod previous = custom ( void , 0 , "Awesome Mod_EA" , short mean, long mean, meanAO, 0 , 1 );

Attachment download

📎 AwesomeMod.mq4 (3.35 KB)

📎 AwesomeMod_EA.mq4 (2.71 KB)

Source: MQL5 #11106

Verification code Refresh