Metastock Exploration Formula |
21 Day Trigger |
Look at these two oscillators in MSWIN, and compare them to Dahl. Put a 21 day EMA on each, think of the 21 day ema as a trigger. See what they tell you -- Dahl is long term, Ian is shortest term.
|
Filter: |
Raschke Oscillator = Mov(Fml( "Raschke 3-10" ),16,E)
where "Raschke 3-10" = Mov(C,3,S) - Mov(C,10,S)
Ian Oscillator = (Mov(C,4,S)-Mov(C,9,S)) + (Mov(C,9,S)-Mov(C,17,S)) |
|
Did you know ...
How do I set up a custom alert in MetaStock?
To set up a custom alert in MetaStock, go to the "Alerts" or "Notifications" menu, specify the alert condition, choose the notification method, and save the alert. MetaStock will notify you when the condition is met.
|