Search the web
Sign In
New User? Sign Up
scientific-traders · Scientific Traders
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 173 - 213 of 989   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
173
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...
czar3398
Offline Send Email
Jun 2, 2005
2:30 pm
174
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...
czar3398
Offline Send Email
Jun 6, 2005
9:19 pm
175
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...
Trey Johnson
dickjohnson3
Offline Send Email
Jun 7, 2005
4:04 pm
176
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, ...
Trey Johnson
dickjohnson3
Offline Send Email
Jun 7, 2005
4:36 pm
177
That got it working. I tried 1000 different ways to run evolve but never tried sgevolve. Thanks for the help. ... when ... type ... error. ... templates ... ...
czar3398
Offline Send Email
Jun 7, 2005
8:05 pm
179
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 Johnson
dickjohnson3
Offline Send Email
Jun 8, 2005
8:38 pm
180
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 ...
Terry Thrift
buffthrift
Offline Send Email
Jun 11, 2005
4:05 pm
181
... 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...
Jeffrey Owen Katz, Ph...
optionstrade...
Offline Send Email
Jun 18, 2005
9:01 am
182
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...
Send Email
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...
Larry Lewis
lewisle2
Offline Send Email
Jun 18, 2005
2:35 pm
184
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...
Larry Lewis
lewisle2
Offline Send Email
Jun 18, 2005
2:57 pm
185
Thanks! I am sure many people use VC++ and will find this very helpful. Jeff. ... traders...
Jeffrey Owen Katz, Ph...
optionstrade...
Offline Send Email
Jun 20, 2005
7:09 am
187
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...
Jeffrey Owen Katz, Ph...
optionstrade...
Offline Send Email
Jul 8, 2005
8:41 am
188
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...
kiwitraderguy
Offline Send Email
Jul 12, 2005
6:17 am
189
Jeff, Thanks for the info. I'll give it a look. Larry ... as ... Worden ... the ... C++...
Larry Lewis
lewisle2
Offline Send Email
Jul 15, 2005
4:37 pm
197
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...
hpeganz
Online Now Send Email
Sep 22, 2005
7:16 am
198
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...
Andrew McClure
kiwitraderguy
Offline Send Email
Oct 3, 2005
8:17 pm
199
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...
Kevin Chenette
kchenette
Offline Send Email
Oct 10, 2005
2:36 pm
200
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...
Kevin Chenette
kchenette
Offline Send Email
Oct 11, 2005
3:54 pm
201
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....
Trey Johnson
dickjohnson3
Offline Send Email
Oct 11, 2005
4:47 pm
203
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...
Kevin Chenette
kchenette
Offline Send Email
Oct 18, 2005
6:27 pm
204
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...
Kevin Chenette
kchenette
Offline Send Email
Oct 18, 2005
7:00 pm
205
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....
Kevin Chenette
kchenette
Offline Send Email
Oct 18, 2005
11:30 pm
206
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...
Trey Johnson
dickjohnson3
Offline Send Email
Oct 18, 2005
11:40 pm
207
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...
Richard Foulk
richard_foulk
Offline Send Email
Oct 19, 2005
4:46 am
208
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...
Kevin Chenette
kchenette
Offline Send Email
Oct 19, 2005
1:35 pm
209
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...
Kevin Chenette
kchenette
Offline Send Email
Oct 19, 2005
8:54 pm
210
You probably need to put the tty in raw mode to turn off line buffering so that a single keystroke will be acted on immediately....
Richard Foulk
richard_foulk
Offline Send Email
Oct 19, 2005
10:26 pm
212
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...
lallometacb
Offline Send Email
Nov 2, 2005
8:31 am
213
Hello Juan, You should contact Jeff directly, katz@.... He emailed me the updated version. Trey ... From:...
Trey Johnson
dickjohnson3
Offline Send Email
Nov 2, 2005
7:55 pm
Messages 173 - 213 of 989   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help