Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

eSignal & continuous EUREX future contracts

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Unfortuantely the eSignal API still would not support these contracts.

    Comment


      #17
      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


        #18
        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


          #19
          Thanks Bertrand, I'll pass this onto the vendor as well....


          cheers,


          CanOz

          Comment


            #20
            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


              #21
              Hi capstonetrader,

              Could you please create a new thread in the appropriate section of the forums. In the new thread let us know what area of the platform you're working in, like a NinjaScript indicator or strategy.
              Ryan M.NinjaTrader Customer Service

              Comment


                #22
                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


                  #23
                  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
                  72 views
                  0 likes
                  Last Post argusthome  
                  Started by NabilKhattabi, 03-06-2026, 11:18 AM
                  0 responses
                  44 views
                  0 likes
                  Last Post NabilKhattabi  
                  Started by Deep42, 03-06-2026, 12:28 AM
                  0 responses
                  25 views
                  0 likes
                  Last Post Deep42
                  by Deep42
                   
                  Started by TheRealMorford, 03-05-2026, 06:15 PM
                  0 responses
                  30 views
                  0 likes
                  Last Post TheRealMorford  
                  Started by Mindset, 02-28-2026, 06:16 AM
                  0 responses
                  61 views
                  0 likes
                  Last Post Mindset
                  by Mindset
                   
                  Working...
                  X