Hello,
Is there some function in EFS that I can call, that will tell me if the EFS strategy is running in real-time mode or in backtesting mode?
For example, the EFS code might return a 1 if running in real-time, or 0 if running in backtesting mode due to the strategy running due to a backtest being done.
Is this possible in EFS language?
The reason I ask this question is because in the platform that i used previously, when i applied a strategy to a chart (to do auto trading via generating auto trade signals), it did a backtest first, and then after the backtest was finished the strategy then started to run live in real-time. Also, when the strategy was running in real-time, sometimes when my internet connection went down for a few minutes, when this happened it caused the strategy to "re-calulate" and when it re-calculted this was the same as performing a backtest. Also, due to daily maintenance, the strategy also re-calculated.
Does this happen in E-signal too? for example, does my computer still remember the values stored in my variables and global variables within an EFS, if my computer goes offline and then goes back online in a few minutes? (assuming that the variables contain values that were recorded say 20 days ago ie 20 bars back from todays bar).
ALso, in E-signal, is there a daily maintenance period which causes me to be switched to another server at e-signal? if so, does this daily maintenance cause the EFS strategy applied to a chart to "re-calculate" so that the values stored within variables are still retained and remembered by my computer?
Thanks in advance.
Regards
Rod
Is there some function in EFS that I can call, that will tell me if the EFS strategy is running in real-time mode or in backtesting mode?
For example, the EFS code might return a 1 if running in real-time, or 0 if running in backtesting mode due to the strategy running due to a backtest being done.
Is this possible in EFS language?
The reason I ask this question is because in the platform that i used previously, when i applied a strategy to a chart (to do auto trading via generating auto trade signals), it did a backtest first, and then after the backtest was finished the strategy then started to run live in real-time. Also, when the strategy was running in real-time, sometimes when my internet connection went down for a few minutes, when this happened it caused the strategy to "re-calulate" and when it re-calculted this was the same as performing a backtest. Also, due to daily maintenance, the strategy also re-calculated.
Does this happen in E-signal too? for example, does my computer still remember the values stored in my variables and global variables within an EFS, if my computer goes offline and then goes back online in a few minutes? (assuming that the variables contain values that were recorded say 20 days ago ie 20 bars back from todays bar).
ALso, in E-signal, is there a daily maintenance period which causes me to be switched to another server at e-signal? if so, does this daily maintenance cause the EFS strategy applied to a chart to "re-calculate" so that the values stored within variables are still retained and remembered by my computer?
Thanks in advance.
Regards
Rod
Comment