Point and figure plot data
Author: pejacobson
Creation Date: 4/27/2021 11:19 AM
profile picture

pejacobson

#1
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.
profile picture

pejacobson

#2
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.
profile picture

pejacobson

#3
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.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).