Alex try loading that efs and then change through some windows. For some reason after one changes to another symbol our through a few symbols the error starts popping up.
???
This is a new one for me, never seen an efs do this before.
FibbGann
Seems to happen only if you click the chart while the bars are still being loaded.
Try adding the following in function onLButtonDown and function onLButtonDblClk if(getBarState()==BARSTATE_ALLBARS){
return null;
}
That seems to take care of the issue
Alex
Comment