On a PC chart, the Cursor Window displays a count of the price changes (PCB n/m). Is it possible to show the count next to the current PC bar, or to replicate the PCB calculation and show this next to the current bar?
I have tried using calculations based on changes in getMostRecentTrade(), or changes in close(), or changes in getMostRecentBid()/getMostRecentAsk(), but the figures produced by all these are different from the PCB figure shown in my Cursor Window.
I have tried using calculations based on changes in getMostRecentTrade(), or changes in close(), or changes in getMostRecentBid()/getMostRecentAsk(), but the figures produced by all these are different from the PCB figure shown in my Cursor Window.
Comment