Hello,
Within an EFS, if i record the EntryPrice by writing the following code:
If Condition1 = true then
{
Buy 1 contract at Market;
Entry_price=Close[0];
};
Note that the above code is like Easylanguage in TradeStation (where Close[0] is the current price), i assume that the same can be done in EFS language? My question is if I run the above code, will EFS remember the exact entry price recorded in the Entry_Price variable if my computer is switched on and then off over the weekend? or instead will the variable only show a Open, High, Low or Close value and not the exact entry price which took place in the past, say 10 daily bars ago?
My next question is: within EFS how do I call the "number of bars elapsed since entry date"?
Also, another question, in EFS can I somehow call the current "marketPosition" ie 1 for long, 0 for flat and -1 for short?
My final question is: Can I run EFS strategies on "continuous contracts" like on symbol R 1!-EIR to do "both" backtesting and also live automated trading in real-time?
I used to use tradestation and other plaforms for many years, but now have to switch to e-signal as e-signal allows me to trade many more international markets, like Canadian and aussie bonds for example. Just need to try and work out first if i can do what i need to do in e-signal. I'm also using NinjaTrader to send trade signals from tradestation and e-signal to my broker, if anyone is interested in this type of set-up, i hope my questions can help someone else too.
Thanks in advance. Any help would be very much appreciated.
Regards
Rod
Within an EFS, if i record the EntryPrice by writing the following code:
If Condition1 = true then
{
Buy 1 contract at Market;
Entry_price=Close[0];
};
Note that the above code is like Easylanguage in TradeStation (where Close[0] is the current price), i assume that the same can be done in EFS language? My question is if I run the above code, will EFS remember the exact entry price recorded in the Entry_Price variable if my computer is switched on and then off over the weekend? or instead will the variable only show a Open, High, Low or Close value and not the exact entry price which took place in the past, say 10 daily bars ago?
My next question is: within EFS how do I call the "number of bars elapsed since entry date"?
Also, another question, in EFS can I somehow call the current "marketPosition" ie 1 for long, 0 for flat and -1 for short?
My final question is: Can I run EFS strategies on "continuous contracts" like on symbol R 1!-EIR to do "both" backtesting and also live automated trading in real-time?
I used to use tradestation and other plaforms for many years, but now have to switch to e-signal as e-signal allows me to trade many more international markets, like Canadian and aussie bonds for example. Just need to try and work out first if i can do what i need to do in e-signal. I'm also using NinjaTrader to send trade signals from tradestation and e-signal to my broker, if anyone is interested in this type of set-up, i hope my questions can help someone else too.
Thanks in advance. Any help would be very much appreciated.
Regards
Rod
Comment