Ok, I have everything compiled and running except for the example in gopt103. I have made all filenames lowercase I have used the fix.exe on the appropriate...
I currently am running the traps program with the genetic chapter file (the example used in chapter 12) as trapsmod.c. It is compiled and running. I am having...
Hello, Are you using the command, 'sgevolve'? This is the command when using the genetic algorithms to create rules for entries. If you type anything other...
Hello Andrew, Sorry for the delayed response. I looked back at your original message. Yes, you can implement a trailing stop. If you open the file, ...
That got it working. I tried 1000 different ways to run evolve but never tried sgevolve. Thanks for the help. ... when ... type ... error. ... templates ... ...
Hello List, I noticed that the PINEXD data utility alters the data to the right of the decimal place on the SP500. For example, the input data file shows:...
Trey: It might be a representation issue. Floating point numbers are not always able to store numbers exactly. Seems like people sometimes scale the values ...
... being ... the ... anyone ... What you see is roundoff error in floating point arithmetic, which for floats is 7 significant digits. If you round to the...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the scientific-traders group. File :...
scientific-traders@ya...
Jun 18, 2005 2:28 pm
183
Hi folks, I've just uploaded a zip file called VCbuild.zip containing new batch files that allow the SCONX2 version of C-Trader to be built using a Microsft...
All, Does anyone have a version of PINEXD.C that can be built using the g++ compiler distributed with C-Trader, or using a Microsoft Visual C++ compiler? The...
Hi, Take a look at file io.h in the MinGW include directory. The functions _findfirst, _findnext, and _findclose are there defined as well as the structure...
Has anyone tried to train a neural net to calculate the black and scholes data provided on Jeff's web site using the logevolve approach (i.e. example2 and...
I bought the CD some time back and installed everything yesterday. I am just wondering how to manage futures in foreign currencies. Also I would like to...
Hi Helmut What is it about foreign currency futures you are having issues with? How do these differ from vanilla futures? I've enhanced my version of c-trader...
I'd like to perform walk forward analysis on some of my existing Tradestation systems. It looks like I might be able to do this within N-Train. Does anyone...
It looks like I would be able to do this with C-Trader and some C++ code, but maybe N-Train already does a pretty good job? It has an already built interface...
Hello Kevin, Yes, you can do walk forward testing with C-Trader, although you might need to some additional code depending on the type of walk-forward testing....
I compiled 'gopt103' and 'ml1lib' using g++ 3.4.2 under fedora core 3 but I have run into the wall with nt1lib. It could be temporary but it looks somewhat...
The kbutils compile error: $ g++ -x c++ kbutils.c kbutils.c: In function `unsigned char kb_getch_w()': kbutils.c:69: error: `read' undeclared (first use this...
Okay, kbutils is a 'c' program that needs to be compiled into a library. I got some errors regarding 'read' which aren't part of any of the referenced headers....
Hello Kevin, I wish I could be of more help, but I compiled my version under WinXP. I haven't had to use "kbutils.c". If you still get errors with nt1lib, you...
The keyboard routines are an artifact of single-user Windows. Unix doesn't provide them in that form. Though the curses library has some vaguely similar...
I will look at signals. I suppose I could even use gtk. The kbutils functions are only required for the examples in the nt1lib directory. I was able to compile...
Everything compiled and is running on Fedora Core 3. For the kbutils I added the following to the programs that needed to use kb_hit (was kbhit) or kb_getch_w...
Dear ALL, I am really disapointed with the CD I received a few months ago from Scientific Consultant Services, Inc. . I bought on March 21st / 22nd, 2005 the...