1. Are these statements functionally equivalent:
isLastBarOnChart();
(getCurrentBarIndex() == 0);
2. Is there a function to program a delay? (Suspends execution of code for given number of milliseconds)
3. Where can I find info about ALL functions available in EFS? In some downloades efs files I have found functions which are not documented anywhere, yet seem to work, such as:
getTextWidth(), getTextHeight(), drawTextPixel().
Thanks!
isLastBarOnChart();
(getCurrentBarIndex() == 0);
2. Is there a function to program a delay? (Suspends execution of code for given number of milliseconds)
3. Where can I find info about ALL functions available in EFS? In some downloades efs files I have found functions which are not documented anywhere, yet seem to work, such as:
getTextWidth(), getTextHeight(), drawTextPixel().
Thanks!
Comment