| This is source code can be run only in Forex Strategy Builder and Forex Strategy Trader platform (www.forexsb.com). This program is copyrighted and coded by Denny Imanuel and available for download. |
| Hilbert Chanel Indicator is an indicator that utilize them classical Hilbert Transform calculation in order to detect the price breakout movement. Basically Hilbert Transform itself is a linear operator that transform a function to produce the convolution calculation over the same domain. It’s used widely as a foundation of many signal processing application and part of the Fourier Transform on the real line. I’m not going to discuss further about the Hilbert Transform because the theoretic aspect is mathematically complex. However, focus on our basic idea of this indicator is detecting the price breakout. There is an upper line (green colour) and lower line (red colour). If the prices touches the green line, an upside breakout or upside movement is detected. When the price touches the redline, the downside breakout and movement is detected. So pretty simple isn’t? Yes it is quite simple, but the code is not as simple as that. You can download and take a look of the coding of this indicator in C# below. Do some testing in Forex Strategy Builder and Forex Strategy Trader. |
| Source Code: (C#) Hilber Channel.cs |
Advertisement
