I have developed a point and figure chart script that work exactly like the Stockcharts site, I even have the percentage (Log/Ln) box version done, and I have the 1x1 1 box reversal done as well as suggested by Richard D. Wyckoff. I have verified the math (both the traditional box, ATR, etc, even the percentage log version), all done correctly. It is not done using low level graphic. Fxshrat implemented a beautiful version using low level graphics which I would like to learn how to do. What I need is a way to scale the y axis, and make the plot look nice. The issue I have is, as you can see in the charts, when I first drag and drop the chart into the canvas, it looks out of place (top pane), so I have to press the shift key and adjust the mouse manually to scale the y axis to make it look nice (bottom pane). However, what I need is to fix the y axis to have a custom unit of ATR box * 5, in this case, the ATR box is 3 cents, so I need the y scaling to be 15 cents ( 3cents * 5 boxes ). I tried playing around with the Axes & Grid parameter (setchartoptions) to no avail.
What I would like to do is:
1). Implement a custom y axix.
2). Turn off the background grid, so I can supply the GUI horizontal/vertical lines separately.
Thanks for your time and any suggestion(s) you have