I discovered it plots only close instead of high low. I am gonna fix same tonight and test the new AFL and let you guys know!
Plot(C,"P&F Chart Close",IIf( PFC > PFO, ParamColor("UpColor",colorWhite), ParamColor("DownColor",colorRed) ),stylePointAndFigure);
Notes
- The dashed columns are compressed view of X or views as I am zoomed in shown area only! You don't worry about that!
- There is a Switch whose value if set = 0, you can manually define box size, else it takes the pre- defined input matched with Stockcharts parameters!