What is the algorithm/calculation for the Autowave line in QCharts?
Announcement
Collapse
No announcement yet.
Autowave Calculation
Collapse
X
-
AutoWave is just doing Fibonacci retracements based on parms as specified in AutoWave Preferences. For example, a set of bars to trace High/Low points (wave size). The screenshot shows AutoWave in addition to a standard Fib that gives the same results.
A google of "excel fibonacci" provides ample samples of how to code Fibs in excel.
LAMAttached Files
Comment
-
I've implemented AutoWave in code before (Objective-C, not Excel). I have a pretty good understanding of how it's calculated (and have reported a bug in the current QCharts implementation). Give me a shout if you have questions: [email protected].
nall.
Comment
Comment