Is it possible to list or extract the data from the point and figure chart, i.e.,:
Whether a column is X or O.
The start date of the column.
The end date of the column.
The lowest X or O box value in the column.
The highest X or O box value in the column.
Thanks.
Size:
Color:
With some research, I made progress on answering my own question. The strategy 'Point and Figure (PnF) Basic' illustrates many things about accessing point and figure data.
But, with my level of proficiency with C#, I am stuck on one basic thing. I would like to use the Column class to be able to extract the column high and column low give a bar number. Would somebody be kind enough to give me a sample line of code to demonstrate this?
For example, in a modified copy of 'Point and Figure (PnF) Basic', I attempted
CODE:
Please log in to see this code.
and
CODE:
Please log in to see this code.
and neither of these works. I'm know I am doing something very basically wrong.
Thanks for any help.
Size:
Color:
In doing more searching, I stumbled upon the answer to my own question. To use the Column class:
CODE:
Please log in to see this code.
Size:
Color: