For example, by running through the strategy analyzer, I figured out the # of times daily bars touch the following price - $100, $110, $120, $130, ..., $200
And I want to print the stats out in a histogram. The x axes would show the prices, and the histogram would show the # of times those prices were touched.
How could I accomplish this?
Thanks!

Comment