- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
In MetaStock 6.0 it's easy to create the Regression Oscillator and theSlope/Close Indicator from Richard Goedde's article, "Market timing with the regression oscillator", which appearsin the March 97 issue of Technical Analysis Stocks and Commodities magazine. First choose Indicator Builder from the Tools menu and enter the following formulas: | |
| |
Regression Oscillator 100 * (CLOSE/ LinearReg(CLOSE,63)-1) | |
| |
Slope/Close 10000* LinRegSlope(CLOSE,63)/CLOSE | |
| |
Next drag each of these formulas from the Indicator QuickList and dropthem on the heading of a chart. To create horizontal lines, click the right mouse button while themouse pointer is positioned ovethe Regression Oscillator to display the shortcut menu. Choose Regression Oscillator Properties. On the Horizontal lines page add horizontal lines at 14, 0, and -14. You can use The Explorer to perform the screen mentioned in the article. First choose The Explorer from the Tools menu, next create a new Exploration with the following information: | |
| |
Regression Oscillator & Slope/Close Indicator Exploration Column A Name: Reg Osc Formula: Fml("Regression Oscillator") Column B Name: Slp/Cls Formula: Fml("Slope/Close") Filter Formula: ColB > 50 and ColA >-15 and ColA < -5 | |
| |
Choose OK and then Explore to run the Exploration. | |
| |
Source / From: |