XP Moving Average! - page 8

 

I'm acting on the change of colour. Am I doing it wrong?

 
fx_geezer:
I'm acting on the change of colour. Am I doing it wrong?

If you want signs to Enter/Exit be clear, using XPMA you have to wait for bar to be closed. Or color possible can be changed right after your entry.

Hope this help

viat

 

Past Repainting Obsession!

viat:
If you want signs to Enter/Exit be clear, using XPMA you have to wait for bar to be closed. Or color possible can be changed right after your entry.

Hope this help

viat

That's right! changing the current bar color does not mean it "repaint the past"! Well I have a new obsession caled Past Repainting!

I'm wroking now in new version of my PPO and a Colored version of PPO!

I hope they do not repaint the past!

 

XPMA with VIDYA

Codersguru,

Thanks for all your hard work.

Is it possible to add one more option for XPMA ?

I would like VIDYA moving average to try this system:

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

Thank you !

 

xpMA + VIDYA!

tomstaufer:
Codersguru,

Thanks for all your hard work.

Is it possible to add one more option for XPMA ?

I would like VIDYA moving average to try this system:

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

Thank you !

Could you attach VIDYA indicator?

 

VIDYA indicator

Codersguru,

I do not have VIDYA indicator, but maybe this information will be helpfull:

http://trader.online.pl/MSZ/e-w-Chandes_VIDYA_21_5_Indicator.html

http://www.xeatrade.com/all/

http://www.meta-formula.com/Metastock-Formulas-V.html

http://www.fmlabs.com/reference/default.htm?url=VariableMA.htm

Update:

I think this is what I need (from VT Trader):

UpDay:= Sum((Price-Ref(Price,-1))*(Price>Ref(Price,-1)),Periods);

DownDay:= Sum((Ref(Price,-1)-Price)*(Price<Ref(Price,-1)),Periods);

_CMO:= 100 * ((UpDay-DownDay)/(UpDay+DownDay));

SC:= 2/(pds+1);

absCMO:= abs(_CMO)/100;

Vidya:= If(BarCount()<=(pds+1), Price, (SC*AbsCMO*Price) + (1-(SC*AbsCMO)) * PREV);

 
codersguru:
That's right! changing the current bar color does not mean it "repaint the past"! Well I have a new obsession caled Past Repainting!

I'm wroking now in new version of my PPO and a Colored version of PPO!

I hope they do not repaint the past!

Of course the FIRST model of this indicator really DID repaint the past; meaning, after the bar closed it would paint BEHIND the bar, and even behind SEVERAL bars. OUCH!

But that's all "in the past" now . Now, with the new version, there is no repainting the past. Excellent job, Codersguru!

 

30 pips

Another 30 pips in Euro/Us.. and going for more !!!

Not bad. Tks. Codersguru !!

 

Sorry

Sorry my enthusiasm. Is just because i am happy coz never before i had win 130 pips in half week trading only one pair. Hope it was not only good luck.

 
fxnewbie:
Sorry my enthusiasm. Is just because i am happy coz never before i had win 130 pips in half week trading only one pair. Hope it was not only good luck.

Hi fxnewbie.

Your enthusiasm is welcome. Congratulation with your wins!!

Cheers

viat