PureBytes Links
Trading Reference Links
|
-- JAC wrote:
> How does one write an indicator that designates-----LastBarOnChart----?
>
What do you mean? You want an indicator which plots the barnumber?
LastBarOnChart is a Boolean (TRUE/FALSE) function which returns TRUE when the bar being analyzed by the analysis technique (the bar being read by your EasyLanguage code) is the last bar on the chart.
The Omega Man
|