1) Perpaps this is a very obvious question, but assuming that I get a trading signal in a futures linked data (I use Pinnacle CLC data), in witch contract do I...
You always trade the front month until the rollover date. For Pinnacle, there is a list of rollover dates for each commodity or futures contract. On that date,...
Hello group, as you know I was looking for a payable solution to replace my Codebase database library from squiter under Linux. I found one on www.sqlite.org...
The problem with system development is that there is no real way to test there is a logical programming error. Unlike other software development projects...
Hi, is anyone here using IQFeed for historical and/or real time data collection into C-Trader? I have IB too, but when I last used it, their quote server...
Pablo, One idea is to insert "print" statements below a calculation such as 3*ATR, and compare the results to results in another program such as excel, using ...
Hello Trey, Thanks for your answer! Unfortunately there does not seem to be any other approach than doing the system coding in two separate systems (C-Trader...
OK thanks Leon, I'm glad I asked. I'll contact Jeff directly. I asked on the group so that if anyone else hasn't received it they will know it's available. ...
Hi Danny, welcome to the group! regarding Windows / Linux / losing hair, I'll tell you a short story. I always used Windows to develop things, until I found...
Hi i´m also new at this group !! I´m from Brazil !! Please can anybody help me , I don’t have a clue in how to build the soft at llinux or unix…. If...
Hi! have you followed the instructions in readme.txt? which one are you building, C Trader Pro or the classic C trader? if you tell us what you did and what's...
Barnabas, I too use a Mac and do all my software development on that machine. Although I do have Debian Linux and Windows XP on one PC, I use only the Mac for...
Barnabas thank´s for answering in so short notice !!! It´s the c-trader pro , i just downloaded from a server and expanded to a "tropic" folder. I read the...
Hi, If you are using Windows, you can install Cygwin (free over the internet) and build the software in the Cygwin environment in Windows! Compileing software...
Hi Jeff sorry to bother but i´m pretty shure i´m doing some stupid thing !! im sending the shot of my screen that may be helpful. Thank´s again for the help...
Looks like you don't have gcc installed. ... Looks like you don't have gcc installed. On May 12, 2009, at 1:19 PM, Vitor wrote: Hi Jeff sorry to bother but...
Hi, you do not have GCC installed. Try this first: http://www.eecg.utoronto.ca/~aamodt/ece242/cygwin.html if you have gcc installed you should get some...
If you have cygwin, you should run the cygwin installer again, and select the gcc development package to install it. Then typing "make " will work. ... If you...
Also tropic and mktdata should be in a folder accessible from cygwin. You would also run make from the cygwin shell prompt, not Windows command line. ... -- ...
hi! i am just debugging one of my models and have found out that pf.isdate and pf.osdate are only referenced from calc_stats and write_summary. when running...
as soon as i posted the message i realized how dumb my question was :) so disregard my previous question about IS and OOS dates :) however, i'd like to ask how...
I've been looking at how the in-sample and out-of-sample periods are defined in C-Trader Pro and in C-Trader. I have only looked at how they are defined. There...
Hi, You are right: the dates are used in calc_stats. And, that is where the in-sample statistics used by gopt and mopt are calculated! The statistics are...
Hi, The way it handles them is determined by the fitness function (at least as far as optimization is concerned). For performance measures, it depends on the...
So if I understand well, if I want to do WFO, I'll have to do step over all bars that are outside of the current window as well? for example: the full data set...