Finding the min max of a stock chart
I usually use a combination of Moving Average and Exponential Moving Average. It proved (empirically) to be well fitted for the task (enough for my needs, at least). The results are tuned with only two parameters. Here is a sample: Edit In case it is useful for somebody, here is my Mathematica code: f[sym_] := … Read more