I am trying to draw a horizontal trend line (by AFL code) centered
on my price chart pane, would I use a plot function, line array, GfxLineTo, can
someone point me in the right direction.
On that same note when I draw a trend line using the trend line
drawing tool in the drawing tool bar is there somewhere I can see the actual
code, I am not talking about the properties. If I could see that then I would
be able to modify that to suit my needs.
I have figured out that x = the vertical position and y = the
horizontal position. They need a start and end point. I assume somewhere in
there I need to reference graphspace to plot it centered on my chart. I have
looked for 2 hours for various AFL code that draws lines found some that are
part of a bigger code was’nt any help.
I feel once I can get something on my chart then I can change
bits and pccs and see the result and begin to get an Idea on how AFL works.
Any input is appreciated.
Bruce