Thread: Oscillator
View Single Post
  #2 (permalink)  
Old 01-27-2006, 05:12 PM
igorad's Avatar
igorad igorad is offline
Senior Member
 
Join Date: Oct 2005
Location: Ukraine
Posts: 963
igorad is on a distinguished road
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
__________________
Let's improve trade skills together
http://finance.groups.yahoo.com/group/TrendLaboratory
Reply With Quote