XP Moving Average! - page 37

 
HugoGon:
Thanks CodeGuru this indicator saved my life!

Ive got one question is it possible to add the capability to SHIFT = -1

in other words reduce the Whipsaw of this indicator!

Many thanks!

Change

buffer = iCustom(NULL,TimeFrame,"T3MA",MA_Period,T3MA_VolumeFactor,0,i);

to

buffer = iCustom(NULL,TimeFrame,"T3MA",MA_Period,T3MA_VolumeFactor,0,i+1);

 
InTrance:
Change

buffer = iCustom(NULL,TimeFrame,"T3MA",MA_Period,T3MA_VolumeFactor,0,i);

to

buffer = iCustom(NULL,TimeFrame,"T3MA",MA_Period,T3MA_VolumeFactor,0,i+1);

Thanks thats it !!!

 

??????

HugoGon:
Thanks CodeGuru this indicator saved my life!

Ive got one question is it possible to add the capability to SHIFT = -1

in other words reduce the Whipsaw of this indicator!

Many thanks!
InTrance:
Change

buffer = iCustom(NULL,TimeFrame,"T3MA",MA_Period,T3MA_VolumeFactor,0,i);

to

buffer = iCustom(NULL,TimeFrame,"T3MA",MA_Period,T3MA_VolumeFactor,0,i+1);
HugoGon:
Thanks thats it !!!

Obviously it is friday

 

TGIF feature (future?) - jus shift ...

inputs tub:

MA_Shift = 0;

MA_Method = "(SMA0,EMA1,SmmMA2,LWMA3,DEMA4,TEMA5,_T3MA6,JurikMA7,HMA8,DECEMA9,SATL10)";

!!! after TEMA(5) - all the rest - iCustom, so...(needs initial ind. like "T3MA","JMA", HMA,DECEMAv1,SATL...)

Files:
xpma.gif  16 kb
xpma_v21.mq4  17 kb
 

Thank you very much fxbs !!!

 

Any ideas how to make the EA faster? It takes ages to complete a backtest...

Thanks

 
InTrance:
Any ideas how to make the EA faster? It takes ages to complete a backtest... Thanks

yeah, took ages....

But i don't mind if it is accurate and give me at least 90% quality

Anybody find good setting for this EA?

 

CEO posted some time back said he found 50 period jma caught the better part of moves without whipsaws, I cant find the post now exactly.

 

Try it real time

Has anyone else noticed the xpma indicator paints the past bars?

i have tried it out on a few different pairs and time frames and it does this, not unlike many other indicators for this platform, which really defeats the purpose.

 

xpMA Expert Advisor

xpMA is a great indicator, then its EA can be great, if it is possible to apply the following modifcations:

1. An option to use the next signal for closing the open trade instead of Stop Loss and Take Profit. I found that both of them (SL and TP) are killers for this EA.

2. Adding another indicator. PPO is another great indicator made by you. Is it possible to put it into EA (it should be very easy for you, but I am sure it is applicable).

Thanks.

Reason: