OmniTrader Professional Forum
-
OmniScripts
Ehlers Elegant Oscillator |
^ Top | ||
Mel![]() Posts: 235 Joined: 3/18/2006 ![]() | Ehlers has an excellent oscillator based on the inverse fisher transform. I have it here, also with a system based on the turns Mel ![]() ![]() | |
^ Top | ||
Mel![]() Posts: 235 Joined: 3/18/2006 ![]() | Here are improved versions of the indicator and system. Since the inverse fisher transform is simply the tanh, I simplified the calculation using that. the system is much improved with some filtering of signals around the zero line. This oscillator works very differently than most of them. It uses the derivative of price, approximated by C-C[1], and normalizes that into standard deviations, which approximates a gaussian distribution. That is transformed into a soft-limited line using the inverse fisher transform. It is smoothed by a Super smoother filter, which acts as an integrator. The period is used in the SSF allow you to trade off quicker reactions against more smoothing. ![]() ![]() | |
^ Top | ||
Jim Dean![]() Posts: 3433 Joined: 3/13/2006 Location: L'ville, GA ![]() | Cool. Thanks! | |
^ Top | ||
mgerber![]() Posts: 61 Joined: 3/30/2006 Location: Issaquah, WA ![]() | Nice; thanks Mel! --Mark G. | |
^ Top | ||
aztrix![]() Posts: 23 Joined: 8/28/2021 Location: Sydney, NSW, Australia ![]() | Thanks Mel Altho the oscillator looks great it seems to have substantial drawdowns in the PortSim Is this expected or just the test stock list i.e. US symbols with $50 million daily trade turnover (AVG(C,10) * AVG(V,10) > 50000000)? How does your stock list perform? Also ±18 months zero activity at the start of the FT … Cheers Aztrix ![]() | |
^ Top | ||
Mel![]() Posts: 235 Joined: 3/18/2006 ![]() | With oscillators, performance depends on the filtering in your strategy and your exit strategy. Oscillators give good signals when a stock is ranging or in a weak trend. In a stronger trend, cyclic oscillator signals are drowned out by the trend, and are just noisy. In a strong trend, you should be by and hold, not RTM. For short term trading while trending use Bands (Bollinger, Keltner, etc.) to get good RTM signals, or do pullbacks, don't rely on cycles. Mel | |
^ Top | ||
aztrix![]() Posts: 23 Joined: 8/28/2021 Location: Sydney, NSW, Australia ![]() | Thanks Mel |