This is the line I have in my EFS that is working fine at the moment as long as I use ES #F
if(vSym == "ES #F") {if(sEssion == "24h") s=1; if(sEssion == "Day") s=37};
What I would like to do is probably simple but I can't figure it out
I would like the EFS to find any permutation of ES xx so I dont have to use the #F and dont have to change the EFS on every contract change.
Can anyone help Please
if(vSym == "ES #F") {if(sEssion == "24h") s=1; if(sEssion == "Day") s=37};
What I would like to do is probably simple but I can't figure it out
I would like the EFS to find any permutation of ES xx so I dont have to use the #F and dont have to change the EFS on every contract change.
Can anyone help Please
Comment