I have downloaded the latest version of eSignal. It takes a loooooong time to load. Is this correct, or should I remove it and reload?
Also, I need to have a back test program terminate trades at 12:30 pm. I can use getHour and getMinute, but I cant combine them to make 12:30 in and if statement;
If(Time>12:30){
strategy.doSell..................etc etc.
Any suggestions?
Thanks
Gfk
Also, I need to have a back test program terminate trades at 12:30 pm. I can use getHour and getMinute, but I cant combine them to make 12:30 in and if statement;
If(Time>12:30){
strategy.doSell..................etc etc.
Any suggestions?
Thanks
Gfk
Comment