AMA SLOPE - New Stuff - page 4

 
zaqcool:
Hi everyone i have this indicator that i want it to be automated can somembody make an EA out of it enty and exit based change of colour if thats possible then lets do it

HMA is old MA - probably a lot of EAs around already

 
fxbs:
AMAoptimized_final itself(chart window): https://www.mql5.com/ru/code/7385 Perry Kaufman AMA optimized (final) - MQL4Code Base

hi fxbs, any chance of inserting audio alerts? (2 independent buy/sell on/off audio alerts)

 

These were coded by Baramantan, with a little different use of Kaufman Ama.

 

...

Similar as the previous one but has 7 in 1 : 1 AD 2 RSI 3 CCI 4 Momentum 5 Stochastic 6 WPR 7 DeMark

Files:
ama_ad.gif  29 kb
ama_ad_2.gif  29 kb
ama_ad.mq4  8 kb
 

Updated Ama Slope posted here https://www.mql5.com/en/forum/180648/page377

 

Mladen,

I know you probably busy these days dealing with new MT4...but I really want you to add an alert for this AMA Optimized indicator, when the dot changes color. Can you please?

ama_optimized.mq4

Files:
 

Kama slope originally from here https://www.mql5.com/en/forum/180648/page377 made to be compatible with new mt4 builds.

 

Hi All, how can I use this or other indicators in my EA if they change colors? I know with the iCustom() function I can get a value but how to get the color? Can I add an external function for an indicator and call it from my EA? I’m new to mq4 but have programmer experience...

Thx,

Antony

 
Antony1:
Hi All, how can I use this or other indicators in my EA if they change colors? I know with the iCustom() function I can get a value but how to get the color? Can I add an external function for an indicator and call it from my EA? I’m new to mq4 but have programmer experience...

Thx,

Antony

Antony

You can not

The only normal way you can communicate from an EA with an indicator is by reading the values of buffer(s). You could use some other ways (global variables - very sensitive to errors, external files - both the ea and the indicator need to have specialized parts dedicated just for that, and some more ...) but by far the simplest and the most efficient way is using good old buffers for that

 
wccmcd:
Mladen,

I know you probably busy these days dealing with new MT4...but I really want you to add an alert for this AMA Optimized indicator, when the dot changes color. Can you please?

ama_optimized.mq4

wccmcd

There is an error in that indicator (it is calculating the Kaufman ama the wrong way)

Maybe better to use some correct AMA indicator

Reason: