Hi, my general objective is a Goodman Swing Chart indicator as those described by Michael Archer. So I was thinking of starting with analyzing directions, it’s worth noticing that I reorganize the array I store them in for a future synchronization, but it is totally disposable. The problem I have is that when the indicator is drawn it doesn’t show all changing direction points (or inflexion points), a problem of concept I think. Any help in this code or in the general guideline will be very much appreciated.
can u point out where this goodman can be read so that we know the principles before we can comment on the code
The book that best describes it is Forex Chartist by the author mentioned above. Yet I’m trying to get permission to post an image from the book or, on its failiure, a replica of it. Basically it concerns swing charting on the fact that it filters noise by two external variables which are the box size and the reversal amount. The difference is that this chart is attached to a bar chart (mostly), making a transition from price specific to time specific charting. I’ll have the image posted by tomorrow whether it be the book’s or my replica of it.
Thanks for the reply ronaldosim.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi, my general objective is a Goodman Swing Chart indicator as those described by Michael Archer. So I was thinking of starting with analyzing directions, it’s worth noticing that I reorganize the array I store them in for a future synchronization, but it is totally disposable. The problem I have is that when the indicator is drawn it doesn’t show all changing direction points (or inflexion points), a problem of concept I think. Any help in this code or in the general guideline will be very much appreciated.