Quote:
|
Originally Posted by 006
Hello. I'm a professional, I've been peeking at the metatrader moving average of oscillator indicator while using my actual models. I'm wondering what the formula is if anyone can tell me. If so, I might want to give my humble opinion on it when I know what the calculations are if anyone is interested. I like the views in here and hope to contribute more going forward. I really appreciate your feedback.
|
Hi,
You ask about the formula of the OsMA?
If yes, the formula is:
Diff = EMA (FastEMALen,Close) - EMA (SlowEMALen,Close);
Sig = SMA (SignalSMALen, Diff);
OsMA = Diff-Sig;
Igor