
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
The only thing I should do now is to implement drawing of parabolas (for illustration purposes) although I still consider parabolas only for placing limit orders.
ZZZ The calculations are still forced
2006.07.13 22:44:33 VG_Ch9 EURJPY,H1: Channel 0 parabola A=-0.0013 B=0.0475 C=146.18
2006.07.13 22:44:33 VG_Ch9 EURJPY,H1: Time Optimized Algorithm 47 ms
2006.07.13 22:44:33 VG_Ch9 EURJPY,H1: initialized
Not only parabola calculation here, but a lot of other unnecessary mathematics :)
And I think I've figured out the forced calculation algorithm too ;), well, it's all for tomorrow.
I have come to the conclusion that the parameter A, which is zero in the graph, is not actually zero, there are just significant digits after the 4 decimal point. Otherwise the parabola would not draw a parabola, it would draw a straight line.
It remains to check the derivative (for academic interest) and calculate the sum of gradients (deviations from the parabola) separately.
I notice that you are drawing parabolas for those channels that you selected by criteria, and then the question arises what this parabola means. The question is not really clear-cut. It depends on what we will use it for, or rather I have not yet understood why we need a parabola built from data of a channel that was selected without this parabola or any of the field characteristics. That's why I decided to select parabolas using the same scheme as for regression channels, thus defining a pivot zone at the intersection of a parabola and limits of confidence intervals of the channels selected before, but here I have another problem, because there are a few channels and a few parabolas which to combine them with I do not know yet.
Well... I've almost finalized the forced algorithm for calculation of channels, I just needed to give it a couple of touches to make it work properly; I already see that it takes 78 ms to calculate 5000 bars and it used to take about 10000 ms with the same accuracy.
I agree, and now I think "may I take an umbrella or may I not take it". We are used to it, of course, and it is not a problem to make another version of the indicator. Let's add the RMS from a parabola and go (moreover it is also considered analytically). Yesterday I understood Vladislav's phrase "iterative methods of channel creation". 99.9% sure.
EuroFunt
and EuroOzzie
Rosh
Tell me, do your ideas are very much different from the algorithm shown by solandr at the end of 16 pp?
Tell me your ideas are very different from the algorithm shown by solandr at the end of 16 pages?
I have an idea so far, but no implementation. Most of the points I agree with his plan on page 16. I would probably use (but I should investigate it first) the first derivative and position of price in channel. And maybe abandon Murray and replace it with another. For now I'm thinking of looking at the channels in their pure form, without additional filters.