What are the differences between the following two statements? When does one give different information than the other?
PHP Code:
if(getCurrentBarIndex() == 0)
if(getBarState() == BARSTATE_CURRENTBAR)
Comment