AMA SLOPE - New Stuff - page 5

 
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

This is one correct Kaufman ama with alerts already added to it (and new metatrader 4 compatible) :

 

AMA slippery slope......

 
mladen:
This is one correct Kaufman ama with alerts already added to it (and new metatrader 4 compatible) :

OMG. Thank you Mladen, I will try the new indicator you gave me. Thank you.

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

Hi mrtools,

I'm trying to use this kama slope indicator in my EA. Unfortunately it reloads very often and the performance in back testing is very slow.

I see the following entries in my journal.

2014.03.30 21:33:16.402 2014.01.09 00:08 Custom indicator Kama Slope_mtf+alerts EURJPY,M15: removed

2014.03.30 21:33:16.398 2014.01.09 00:08 Custom indicator Kama Slope_mtf+alerts EURJPY,M15: loaded successfully

2014.03.30 21:33:16.396 2014.01.09 00:08 Custom indicator Kama Slope_mtf+alerts EURJPY,M15: removed

2014.03.30 21:33:16.392 2014.01.09 00:08 Custom indicator Kama Slope_mtf+alerts EURJPY,M15: loaded successfully

Do you have any idea why it happens. In my beck testing I use the every tick option.

The other AMA Slope indicator from this thread works fast.

Thank you and best regards,

Antony

 
Antony1:
Hi mrtools,

I'm trying to use this kama slope indicator in my EA. Unfortunately it reloads very often and the performance in back testing is very slow.

I see the following entries in my journal.

2014.03.30 21:33:16.402 2014.01.09 00:08 Custom indicator Kama Slope_mtf+alerts EURJPY,M15: removed

2014.03.30 21:33:16.398 2014.01.09 00:08 Custom indicator Kama Slope_mtf+alerts EURJPY,M15: loaded successfully

2014.03.30 21:33:16.396 2014.01.09 00:08 Custom indicator Kama Slope_mtf+alerts EURJPY,M15: removed

2014.03.30 21:33:16.392 2014.01.09 00:08 Custom indicator Kama Slope_mtf+alerts EURJPY,M15: loaded successfully

Do you have any idea why it happens. I’m my beck testing I use the every tick option.

The other AMA Slope indicator from this thread works fast.

Thank you and best regards,

Antony

Hi Antony, it could be the way you coded the iCustom call for the indicator in the EA.

For example for that indicator the iCustom can be something like this

iCustom(NULL,0,"Kama Slope_mtf+alerts",TimeFrame,AmaPeriod,AmaPrice,0,0);

 
mrtools:
Hi Antony, it could be the way you coded the iCustom call for the indicator in the EA.

For example for that indicator the iCustom can be something like this

iCustom(NULL,0,"Kama Slope_mtf+alerts",TimeFrame,AmaPeriod,AmaPrice,0,0);

Hi mrtools,

thank you for a very quick answer.

Indeed my issue was the first parameter because I used INT and the indicator expects STRING.

Now it works great:

double AMASlopeMain = iCustom(NULL,0,"Kama Slope_mtf+alerts", IntegerToString(AMATimeFrame), AMAPeriod,2,0);

Thx and best regards,

Antony

 

Does the a candle version of this indicator exists?

https://www.mql5.com/en/forum/general

 
Demos6:
Does the a candle version of this indicator exists? https://www.mql5.com/en/forum/general

Demos6

Check this : https://www.mql5.com/en/forum/173574/page421

 
Demos6:
Does the a candle version of this indicator exists? https://www.mql5.com/en/forum/general

Any smoother version of that indicator?

 
apprentice coder:
Any smoother version of that indicator?

There were some attempts, but ama (the way it calculates efficiency ratio) prevents it from being efficiently smoothed.

Reason: