Hi, seems like this group is a bit low on traffic nowadays :) anyway, I'll try to post a question: in a multi-instrument portfolio, how do you select the ones...
Barnabas, This is a wide open questions and most people will have different opinions for sure, but here are a couple of ideas of the top of my head. You might ...
Trey, thanks for the tip. After selection or weighting based on correalation, would you trade live all securities from the portfolio, or only those which...
Hello group, because I am just new to this group, a small intro of myself. I am Danny and I am living in Flanders - Belgium. Yes I speak Flemish like 65% of...
Barnabas, I would not trade only those that proved good in testing. This introduces hind sight bias. You can always pick a random portfolio or only include ...
Danny, Welcome to the group. Generally, there isn't a lot of activity here but hopefully things will start to pick up. I'd be more than happy to share many of...
Tx Trey, I bought the toolbox because I wanted to replace my codebase data engine (cost in linux 900usd) and mldownloader (only working in windows) but it...
First Debian -> problems on my laptop so Opensuse 11 but this one was giving me hell on my desktop so Debian 5 on my desktop and yep I am getting there :-) ...
Hi, CTPro is primarily a backtesting and development platform, not a database manager. The internal file formats are designed for high speed and efficient...
Randy, There are many issues with back testing and many times past performance doesn't hold. It can be very difficult to determine the reason why. You can...
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...