Thanks David. I do not use any preset value for box size. But If you use a very small box size the PF chart would show nothing but the chart bars in "X" and "O". I find ATR() to be a good reference. BoxSize = any_value > * ATR(free to chose period) ...
Point & Figure vs Candlesticks — PF filters out a lot of "information". That is the purpose. Mathematically, Candlesticks and Candlesticks patterns express the relationship between O,H,L,C of n-units of time periods, while PF expresses the ...
Hi ED, Thanks for the positive feedback. Amibroker does not have built in PnF charts but has the option to plot an array with point and figure style. PnF chart is coded as any other indicator. I use the ATR to make sure the box size is not to small, ...