is EPMA the same as LSMA?
BUMP! I need help!
Anyone?! No One Knows The Code Of Epma?!
is EPMA the same as LSMA?
Dude, I wrote you a huge reply and the site lost it because my log-in timed out and I had to re-enter my password. It was more than you ever wanted to know about linear regression indicators.
Bottom line, I'm pretty sure LSMA is the same thing, it's available here: http://www.xeatrade.com/trading/11/L/358.html
T3 is a similar indicator and is also available in MT4 on the www.xeatrade.com site. T3 is basically a much-smoothed EPMA.
You can read about various linear regression indicators here:
I hope this helps (and actually gets thru this time when I hit 'Submit Reply')
Dude, I wrote you a huge reply and the site lost it because my log-in timed out and I had to re-enter my password. It was more than you ever wanted to know about linear regression indicators.
Bottom line, I'm pretty sure LSMA is the same thing, it's available here: http://www.xeatrade.com/trading/11/L/358.html
T3 is a similar indicator and is also available in MT4 on the www.xeatrade.com site. T3 is basically a much-smoothed EPMA.
You can read about various linear regression indicators here:
I hope this helps (and actually gets thru this time when I hit 'Submit Reply')Thank you very much!
Thank you very much!
You're welcome.. I hope it helps!
BTW, I just noticed this --> https://www.mql5.com/en/forum/173057
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Anyone has it and would like to share?
I know that the code for MetaStock is:
(14 * Sum( Cum( 1 ) * C,14 ) - Sum( Cum( 1),14) * Sum( C,14) ) /
(14 * Sum( Pwr( Cum( 1 ),2),14 ) - Pwr( Sum(Cum( 1 ),14 ),2 ) ) *
Cum( 1 ) + (Mov(C,14,S) - Mov( Cum( 1 ),14,S) *
(14 * Sum( Cum( 1 ) * C,14) - Sum( Cum( 1 ),14 ) * Sum( C,14) ) /
(14 *Sum( Pwr( Cum( 1 ),2 ),14) - Pwr( Sum( Cum( 1 ),14 ),2 ) ) )
so maybe someone who knows EasyLanguage would translate it into MQL4 ? Or at least maybe someone would be able to tell me what does it mean: Sum( Cum( 1 ) * C,14 )... what is the value of Cum(1) ?