I added the following statement to a working efs. Now it crashes. Closes the chart. Would someone knowlegable in this function please provide some instruction on its proper use. I already looked at the help file.
Thanks.
Thanks.
PHP Code:
if (getBarState() == BARSTATE_NEWBAR)
{
reloadEFS();
}
Comment