if I use 'setComputeonClose(true);' will EFS ignore any calculations within the
if(vState == BARSTATE_CURRENTBAR && false)
{... } subroutine?
or does the '&& false' already cause that part of the program to be ignored?
if(vState == BARSTATE_CURRENTBAR && false)
{... } subroutine?
or does the '&& false' already cause that part of the program to be ignored?
Comment