I have 4 lines drawn by my EFS with the
return new Array(vMainEMA, vMinorEMA, vUPPER, vLOWER) ;
command.
But I do not need to have right side cluttered up with their values.
How can I suprress these displays in efs?
return new Array(vMainEMA, vMinorEMA, vUPPER, vLOWER) ;
command.
But I do not need to have right side cluttered up with their values.
How can I suprress these displays in efs?
Comment