I noticed some wrapping problems in the code. See http://finance.groups.yahoo.com/group/amibroker/message/70154 for a better response.
The last best-fit IIR2 does not give the solutions the last best-fit parabolic can give In the following code I calculate the IIR2 coefficient K...
John, IIR would not be that convenient . In the att. gif I have plotted 4 representative lines for k=0.1 to 0.4 [it is hard to need more...]....
The candle sequence is still on the left of the parabolic.
Since the whole candle X is on the right side of the parabolic, we have to Sell at next bar Open[upper graph]. The trend may continue sometimes...
will be plotted if we replace all the LastValue statements with the respective SelectedValue. Plot(C,"C",1,64); perc=3;//sensitivity...
The day T2 confirmed the change of the trend for December Crude Oil. Since the end of the T2 session was +4.6%, it was too late, perhaps, to...
This copper example is characteristic : 26/8 : The descending parabolic has already crossed the price chart. 27/8 : The cross has moved one bar...
We see ^NDX, ^N225 and ^VXO for Aug27, 2004 and two bars later. For ^NDX and ^N225 the parabolic trendline is still ascending but it is moving...
The following AFL code will plot the best-fit parabolic from the last Peak[or Trough] till now. The boundary parabolas will also be plotted, in...
A clear Sell/Short signal for CLZ04 was confirmed by June2 session. Since the markets were confused about OPEC decisions etc, there were...
For two points (x1,y1), (x2,y2) the equation of the line is (y-y1)/(x-x1)=(y-y2)/(x-x2) After solving y, you may plot [supposing x1 < x2] from...
The calibration is described in #2 of the reference. I prefer to limit the Ti3 distorsion between TEMA10 and TEMA20 or DEMA10 and DEMA30 to avoid...
Yes, of course. Did you see any problem ?
Here is another comparison of the EFA [Elementary Fourier Analysis] versus the FFT [Fast Fourier Transformation]. In FFT I used the 7 most...
Tillson T3 should be handled with care, various "s" values may cause distorsion. We may calibrate this distorsion to be, say, between DEMA10 and...
Note also that the described procedure is innovative and unique in the T/A literature, as far as I know. The statistical softwares usually...
What is complicated, the concept or the code ? The concept, ie the sinusoidal analysis of a non-periodic function is quite common in theoretical...
You may see now the FFT comparison and the results. The concept of my Elementary Fourier analysis is a bit different.
Here is the comparison of my Elementary Fourier AFL analysis and FFT usual procedure. The sample was 921 bars of the Nikkei smoothed RSI. The...
Separate names with a comma.