Hi,
Why It's not working when I put the next code above everything in the function main?
How can I do that my EFS will load only on speccific symbol ?
Like when I limit the EFS for Intervals:
Kind Regards,
ser-E
Why It's not working when I put the next code above everything in the function main?
Code:
if ( !sym("ES #F") ) return;
Like when I limit the EFS for Intervals:
Code:
if ( isDaily() ) return;
ser-E
Comment