Page 1 of 1
Continuous Contracts for futures
Posted: Thu Nov 11, 2004 4:27 pm
by scalper
Hi,
I am trying to build my own continuous contract builder. I have finished most the front end GUI and internal logic for reading just about any format of data from all the main venders.
I have been trying to find documents online on exactly how to achieve this task and the rules involved for building continuous contracts. I am a professional programmer and can code anything. I would appreciate any sources or help that would help me in this project.
I a interested in exact rules for:
Forward Adjusted
Backward Adjusted
Perpetual
and any other formats of splicing contracts?
Any help would be appreciated and I promise to send you the utility once its finished. This is for private use only.
Sources would be idea and can be in any programming language.
Thanks
CJ
Posted: Sat Nov 13, 2004 2:19 pm
by Roger Rines
At the bottom on
this page is the link to our Help file for our Continous Contract Data Builder. In that document you should find what you need for Back-Adjusted Continuous (Best for Long Term System Trading), and No-Adjusted Continuation files (Best for Chart Traders).
Forward-Adjusted contracts use the reverse logic of Back-Adjustment and I don't recommend them for System Trading. Perpetuals use a forward looking process that is too complicated to explain in this post, but you'll probably find a definition of what
CSI Data is doing when they create them on their page.
Posted: Fri Jan 07, 2005 6:41 am
by PruBear
How did this work out? I am interested in programs that can back-adjust raw data. I recently purchased a bunch of raw historical data that is not back adjusted (and therefore of little value for testing).
Does anybody know of a program (the above mentioned or another) that can reliably back adjust raw commodity data?
Posted: Fri Jan 07, 2005 10:56 am
by Roger Rines
From our perspective the program is working well. It is in use everyday and does exactly what we need for our long term trading signals. We'll expanding upon the capabilities of the program as time goes on, but for now it is getting the job done quickly and reliably.
Re: Continuous Contracts for futures
Posted: Mon Jan 10, 2005 7:03 am
by future_liffe
scalper wrote:Hi,
I am trying to build my own continuous contract builder. I have finished most the front end GUI and internal logic for reading just about any format of data from all the main venders.
I have been trying to find documents online on exactly how to achieve this task and the rules involved for building continuous contracts. I am a professional programmer and can code anything. I would appreciate any sources or help that would help me in this project.
I a interested in exact rules for:
Forward Adjusted
Backward Adjusted
Perpetual
and any other formats of splicing contracts?
Any help would be appreciated and I promise to send you the utility once its finished. This is for private use only.
Sources would be idea and can be in any programming language.
Thanks
CJ
A friend of mine is a C++ developer and is trying all kinds of software. He has mentioned a tool called 'Tuner' a few times. Its downloadable from this forwarded link and I understood there is also a 2 week free trial:
http://download.strun.com/StrategyTuner ... vSetup.exe
Have fun.