Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
eSignal & continuous EUREX future contracts
Collapse
X
-
Esignal and Continuous contracts in NinjaTrader
I too am having trouble getting a continuous contract for FDAX ##-##. I'm using eSignal and i want to understand this correctly.
I have a strategy that i am leasing and it reference s FDAX##-## in the code for a continuous contract. If i pull up a chart of FDAX##-##, no data loads onto the chart. Obviously we are not getting any signals either.
If i use the current contract FDAX 06-12, then i get continuous data going back as long as eSignal supports (i assume about 120 days).
MY QUESTION IS: how can i setup the code in the strategy to reference the current contract, regardless of what month that actually is so that when rollover comes along all i have to do is load the new contract month chart and apply the strategy to it???
Cheers,
CanOz
Comment
-
CanOz, correct you could not sue the ##-## expiry here - setup a user defined input for the added series so you can point to the current front month as needed - for example currently 06-12 > NT would then merge back as far as the eSignal backfill would allow. I believe with the extended data option that would be 30-40 days for tickdata.
Comment
-
-
Is there some sample code to use a string variable as an input so that the FDAX symbol could be changed as a user input?
Thanks
Comment
-
RyanM,
This is related to the current thread. Hard coded strategy uses a secondary data series FDAX ##-##. If I want to make the data series an input so it will work in E-Signal as this thread is discussing, what is the best way?
public string Data = "FDAX ##-##";
protected override void Initialize()
{
Add(Data, PeriodType.Minute, 5);
}
Comment
-
Yes, that would provide for an input for your secondary series in a NinjaScript indicator or strategy.Last edited by NinjaTrader_RyanM1; 03-23-2012, 10:54 AM.Ryan M.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
85 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
47 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
29 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
67 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment