Page 12 of 23

Re: Indicators by William Blau (TSI, SMI, ECO & more) for MT4

Posted: Mon Aug 13, 2018 6:34 pm
by marwilli
mrtools wrote: Mon Aug 13, 2018 12:04 pm

That one had arrows on zero cross only, added signal cross arrows.
Verty greatfully. :-) Thank you very much
best regards Markus

Re: Indicators by William Blau (TSI, SMI, ECO & more) for MT4

Posted: Mon Aug 13, 2018 6:49 pm
by FBI
It shows nice divergence, don`t know yet how easy is to trade live.

Re: Indicators by William Blau (TSI, SMI, ECO & more) for MT4

Posted: Fri Aug 24, 2018 12:54 pm
by society
mrtools wrote: Mon Aug 13, 2018 12:04 pm

That one had arrows on zero cross only, added signal cross arrows.
Would you be so kind as to add alerts?

Re: Indicators by William Blau (TSI, SMI, ECO & more) for MT4

Posted: Fri Aug 24, 2018 1:39 pm
by mrtools
society wrote: Fri Aug 24, 2018 12:54 pm

Would you be so kind as to add alerts?
Added alerts.

Re: Indicators by William Blau (TSI, SMI, ECO & more) for MT4

Posted: Wed Aug 29, 2018 10:05 pm
by DTRCT
mrtools wrote: Fri Aug 24, 2018 1:39 pm

Added alerts.
Hi @mrtools
Thank you for uploading this indi.
But i get this alert when the indi. loaded to chart, Pls help to fix

Re: Indicators by William Blau (TSI, SMI, ECO & more) for MT4

Posted: Wed Aug 29, 2018 10:23 pm
by mrtools
DTRCT wrote: Wed Aug 29, 2018 10:05 pm
Hi @mrtools
Thank you for uploading this indi.
But i get this alert when the indi. loaded to chart, Pls help to fix
When you download make sure and keep the name of the indicator exactly the same as posted otherwise you will get that alert and the indicator will not work.

Re: Indicators by William Blau (TSI, SMI, ECO & more) for MT4

Posted: Thu Aug 30, 2018 1:31 am
by mntiwana
DTRCT wrote: Wed Aug 29, 2018 10:05 pm
Hi @mrtools
Thank you for uploading this indi.
But i get this alert when the indi. loaded to chart, Pls help to fix
Simply code is renaming protected - looks like you down loaded 2 instances of the same code (indicator) - just remove "(1)" part from the name and use it as original name as Mrtools advised you

Re: Indicators by William Blau (TSI, SMI, ECO & more) for MT4

Posted: Tue Dec 25, 2018 2:33 am
by Krelian99
MATLAB-documentation: Hilbert-Transformation returns a complex helical sequence, sometimes called the analytic signal, from a real data sequence.

The analytic signal x = xr + jxi has a real part, xr, which is the original data, and an imaginary part, xi, which contains the Hilbert transform. The imaginary part is a version of the original real sequence with a 90° phase shift. Sines are therefore transformed to cosines, and conversely, cosines are transformed to sines. The Hilbert-transformed series has the same amplitude and frequency content as the original sequence. The transform includes phase information that depends on the phase of the original.

The Hilbert transform is useful in calculating instantaneous attributes of a time series, especially the amplitude and the frequency. The instantaneous amplitude is the amplitude of the complex Hilbert transform; the instantaneous frequency is the time rate of change of the instantaneous phase angle. For a pure sinusoid, the instantaneous amplitude and frequency are constant. The instantaneous phase, however, is a sawtooth, reflecting how the local phase angle varies linearly over a single cycle. For mixtures of sinusoids, the attributes are short term, or local, averages spanning no more than two or three points.
The answer for you how to use it is on slide 28/29 of the pdf. The osci period should have 1/2*dominant cycle to be in phase, so set PAcycle to 0.5 for scalping/swing trading, 1 to 2 for trend tranding. Maybe use 2 instances with different cycles for better riding the momentum.

Re: Indicators by William Blau (TSI, SMI, ECO & more) for MT4

Posted: Tue Dec 25, 2018 8:45 am
by global
Krelian99 wrote: Tue Dec 25, 2018 2:33 am

The answer for you how to use it is on slide 28/29 of the pdf. The osci period should have 1/2*dominant cycle to be in phase, so set PAcycle to 0.5 for scalping/swing trading, 1 to 2 for trend tranding. Maybe use 2 instances with different cycles for better riding the momentum.
Thank you very much Krelian99. Makes a lot of sense. So should we always set Phase Accumulation PaFilter to the same value as PaCycle and if so, why is that? Usually filters eliminate noise but just to be sure, exactly what is PaFilter filtering out in this case? Also are there maximum and minimum values (50 for example) recommended for the DzLookBackBars (Dynamic zone look back) parameter or is 70 the optimal value and if so why 70? I prefer to use 0.05 for the Dz Probability options.

Re: Indicators by William Blau (TSI, SMI, ECO & more) for MT4

Posted: Tue Dec 25, 2018 11:33 pm
by Krelian99
global wrote: Tue Dec 25, 2018 8:45 am Thank you very much Krelian99. Makes a lot of sense. So should we always set Phase Accumulation PaFilter to the same value as PaCycle and if so, why is that? Usually filters eliminate noise but just to be sure, exactly what is PaFilter filtering out in this case? Also are there maximum and minimum values (50 for example) recommended for the DzLookBackBars (Dynamic zone look back) parameter or is 70 the optimal value and if so why 70? I prefer to use 0.05 for the Dz Probability options.
No, as all-pass with the Filter you filter out high and low frequencies. The art of filter designing is to filter out disturbance and frequencies that you don't need or want to see. Low frequencies have to less energy and too high frquencies is disturbance. You can filter with Hilbert Transformation, for proper filter design I recommend you other types of filters.

NTL, values around 80 for PAfilter give good results.