Sobe
Junior member
- Messages
- 43
- Likes
- 1
Hi,
I'd like to introduce my method of trading. Trading the OsMA. I hope to provide some insight to an indicator and trading methodology I have used and continued to develop over many years of trading.
I hope to get lots of feedback, and anyone interested in joining me is more than welcome. I'll continue to post lots of charts and examples, as well as the indicator I use.
It's hard to find much information about OsMA, so I'll provide what I know of it here:
What is it?
Oscillator of Moving Average (OsMA) is the difference between an oscillator and oscillator smoothing. When using OsMA, the Moving Average Convergence/Divergence (MACD) base-line is used as the oscillator, and the signal line is used as the smoothing.
The MACD is calculated by subtracting the value of a 26-period exponential moving average from a 12-period exponential moving average. A 9-period simple moving average of the MACD (the signal line) is then plotted on top of the MACD.
Of course these are the standard OsMA settings. (12, 26, 9)
How does it work?
When OsMA is increasing, whether above or below the Zero line it indicates buying. On the other hand, when OsMA is decreasing, it indicates selling.
Crossing the Zero line indicates a possible trend change and the Oscillator is no longer converging, but has begun to diverge.
Price discrepancies can give excellent trading opportunities.
My Indicator
The base code for the OsMA indicator is the one on the Metatrader 4 platform. While I am a professional trader, I am an amateur programmer. My indicator works well, but not perfect. I'm sure if a professional programmer looks at the code, they'd probably laugh, but hey, it works for me. I modified it to show different colors when OsMa is increasing or decreasing, and is above or below the Zero line. In addition, I added a multiple time frame parameter. Leaving it at (0) will show the current time frame.
Attached is my indicator.
I'd like to introduce my method of trading. Trading the OsMA. I hope to provide some insight to an indicator and trading methodology I have used and continued to develop over many years of trading.
I hope to get lots of feedback, and anyone interested in joining me is more than welcome. I'll continue to post lots of charts and examples, as well as the indicator I use.
It's hard to find much information about OsMA, so I'll provide what I know of it here:
What is it?
Oscillator of Moving Average (OsMA) is the difference between an oscillator and oscillator smoothing. When using OsMA, the Moving Average Convergence/Divergence (MACD) base-line is used as the oscillator, and the signal line is used as the smoothing.
The MACD is calculated by subtracting the value of a 26-period exponential moving average from a 12-period exponential moving average. A 9-period simple moving average of the MACD (the signal line) is then plotted on top of the MACD.
Of course these are the standard OsMA settings. (12, 26, 9)
How does it work?
When OsMA is increasing, whether above or below the Zero line it indicates buying. On the other hand, when OsMA is decreasing, it indicates selling.
Crossing the Zero line indicates a possible trend change and the Oscillator is no longer converging, but has begun to diverge.
Price discrepancies can give excellent trading opportunities.
My Indicator
The base code for the OsMA indicator is the one on the Metatrader 4 platform. While I am a professional trader, I am an amateur programmer. My indicator works well, but not perfect. I'm sure if a professional programmer looks at the code, they'd probably laugh, but hey, it works for me. I modified it to show different colors when OsMa is increasing or decreasing, and is above or below the Zero line. In addition, I added a multiple time frame parameter. Leaving it at (0) will show the current time frame.
Attached is my indicator.