PureBytes Links
Trading Reference Links
|
Thanks for the idea, but as Omega Man mentioned I can't use this since I
need to detect end of days for backtesting -- when they are not at the end
of a chart.
At 12:07 AM 10/2/99 -0400, Ron Archer wrote:
>If LastBarOnChart and condition then...
>
>{ *******************************************************************
>
> Function : LastBarOnChart
>
> Last Edit : 6/13/96
>
> Provided By : Omega Research, Inc. (c) Copyright 1996
>
>********************************************************************}
>LastBarOnChart = Date=LastCalcDate and Time=LastCalcTime;
>
>
|