PureBytes Links
Trading Reference Links
|
> Dear ELA gurus:
> In a system, How can i know if the current bar is the last one, i mean
> "the last bar" as the last of the total bars used by the system?. Is there
> a function like MaxBar? (the only one i know is MaxBarsBack) I need this
> to write some strings on screen once the system finish its calculations.
> Thanks Hernan
AMIGO,
use
If date = LastCalcDate and time = LastCalcTime then........
OR
If LastBarOnChart then........
......as seen on the world famous CODE LIST - courtesy of MARK BROWN
- no omega tooooting allowed there
rgds hans
www.sincerely.com
|