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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 198 - 235 of 989   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
214
Hi Juan, I checked our records and you did receive the most current version of the CD. The only reason I can think of that you believe you have the 2000...
Donna McCormick
donna_scs
Offline Send Email
Nov 3, 2005
4:01 am
215
Hello List, Your most welcome, Donna. Juan, a few of us have had problems getting the software up and running. You might want to check the archives of the...
Trey Johnson
dickjohnson3
Offline Send Email
Nov 3, 2005
3:46 pm
216
Dear Jeff / Donna, First of all, my apoligies for being in a mistake. As you mentioned there is a directory with files created in 2004. As a result of this, I...
jdelcarm@...
lallometacb
Offline Send Email
Nov 3, 2005
5:29 pm
217
Hello Juan, Which model are you testing in trapsmod.c? I believe that error is from one of the functions, Highest or Lowest. You might want to check the dates...
Trey Johnson
dickjohnson3
Offline Send Email
Nov 3, 2005
5:47 pm
218
I wanted to further examine system results to see if there are other things that I should include into my fitness factor for better walk forward results. I was...
Kevin Chenette
kchenette
Offline Send Email
Nov 4, 2005
3:42 pm
219
I store global variables from TradeStation into the Scientific Consultants Services Inc global server, SCSIsrvr. I'm crunching a lot of data and wonder whether...
HD
hdwightrobinson
Offline Send Email
Nov 7, 2005
12:46 am
221
Hi Dwight, I am interested in knowing the answer to your question. It seems most that most people are probably running C-Trader with data from somewhere other ...
Kevin Chenette
kchenette
Offline Send Email
Nov 15, 2005
9:43 pm
227
Hello, does anyone know how C-Trader can access Data from Tradestation (open, high, low, close). Best wishes gehirnquirl...
gehirnquirl
Offline Send Email
Dec 25, 2005
5:25 pm
228
Hello, I don't know of any way to access TS(xpo format) data directly, but you can export the data from TS to ascii files which can then be accessed by...
Trey Johnson
dickjohnson3
Offline Send Email
Dec 26, 2005
8:12 pm
229
What is C-Trader? What other software does SCSI have available? Are any of you making money with it? ... From: <scientific-traders@yahoogroups.com> To:...
HD
hdwightrobinson
Offline Send Email
Dec 26, 2005
8:52 pm
230
Hi Trey and thanks for your answer, perhaps there is a DLL that can access stock-data directly. For N-Train there is TradeNet.dll to do this from Tradestation....
gehirnquirl
Offline Send Email
Dec 27, 2005
8:59 pm
231
Hello, Try the code below. Create an indicator, you can call it "ASCII" or something. Copy/paste the code below and then apply to a chart. It will then create...
Trey Johnson
dickjohnson3
Offline Send Email
Dec 27, 2005
10:43 pm
232
Hello, Try the code below. Create an indicator, you can call it "ASCII" or something. Copy/paste the code below and then apply to a chart. It will then create...
Trey Johnson
dickjohnson3
Offline Send Email
Dec 27, 2005
10:46 pm
233
I'd certainly be keen to learn of anyone who's developed an interface into getting data from IB. I'm using IB myself, and am about to write an IB-> MySQL...
Andrew McClure
kiwitraderguy
Offline Send Email
Dec 28, 2005
5:40 am
234
Hi Trey, thanks for your answer- I have to think about it. Regards gehirnquirl ... it "ASCII" ... It ... hard ... Trader ... know. ... global ... +", "+ ... ...
gehirnquirl
Offline Send Email
Dec 29, 2005
12:47 pm
235
For discussions about how to communicate with Tradestation you might want to visit a TS forum . If you go to...
HD
hdwightrobinson
Offline Send Email
Dec 29, 2005
2:49 pm
Messages 198 - 235 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