using the instruction:
if(getCurrentBarIndex() == 0) sellShortStopLimit(vTicker,vPosition,nStopLevel,nS topLevel-2);
gets the error message:
Reference Error: sellShortStopLimit is not defined
???
if(getCurrentBarIndex() == 0) sellShortStopLimit(vTicker,vPosition,nStopLevel,nS topLevel-2);
gets the error message:
Reference Error: sellShortStopLimit is not defined
???
Comment