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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 146 - 182 of 989   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
146
Hi all, How do I use intra-day data on C-trader? I am trying to test systems on intraday data for example: 1 minute or etc... I also saw one of the files in...
Ryugan Mizuta
trend4562002
Offline Send Email
May 2, 2005
9:12 pm
147
Hello Ryugan, In order to use intra-day data, C-Trader will require some modifications. I haven't set mine up for this yet. There was an email from Jeff...
Trey Johnson
dickjohnson3
Offline Send Email
May 4, 2005
4:19 pm
148
Hi, I will post these new date and time routines in a few minutes. For intraday data, I use an unsigned int (or unsigned long, which is the same as an...
Jeffrey Owen Katz, Ph...
optionstrade...
Offline Send Email
May 8, 2005
8:21 am
149
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
May 8, 2005
8:38 am
150
Hi Jeff, I recently purchased C-Trader and am creating new batch files to work with the Microsoft Visual C++ compiler. I'm using the 2003 version of the .NET...
lewisle2
Offline Send Email
May 9, 2005
1:10 pm
151
Hi all, I have been running the sconx but I wanted to check sconx2 so I ran all the "buildunx" file and ran the makefile in the traps2. I got an error message...
Ryugan Mizuta
trend4562002
Offline Send Email
May 11, 2005
6:49 pm
152
Hi Jeff Thanks for posting the routines. They will make things a lot easier for me. Julian...
Julian Reed
zogree
Offline Send Email
May 12, 2005
2:53 am
153
Hi, I've been trying to do a lot of things and trying to figure out how I can use ctrader. I've been trying to see whether I can use my intraday data to test...
Ryugan Mizuta
trend4562002
Offline Send Email
May 12, 2005
8:36 am
154
Hello Ryugan, Make sure all the file names are lowercase. This probably won't make a difference, but I moved the folders, jklib2, traps2, and nrc206, into the...
Trey Johnson
dickjohnson3
Offline Send Email
May 12, 2005
3:05 pm
156
All, Problem resolved - A minor modification to traps.h will allow demonstrating the makeportfolio command using the .prn data files supplied in the DATA...
Larry Lewis
lewisle2
Offline Send Email
May 13, 2005
12:13 pm
158
Hi I've built a simple system that uses MAs, SwingPoints, Fib Retracements and the CCI on hourly forex data. The system back tests fine, with larger stops,...
Andrew McClure
kiwitraderguy
Offline Send Email
May 15, 2005
11:27 am
159
Jeff Further to my last message on this: Is there a way using existing TS routines to say: 1. enter a buy at open - buys at next opening bar 2. enter...
Andrew McClure
kiwitraderguy
Offline Send Email
May 16, 2005
4:37 am
163
Hello List, I'm having a problem coding a simple stop using 'ts.entryprice(0)'. Here's the code for the exits: if(ts.position()>0){ ep = ts.entryprice(0); ...
Trey Johnson
dickjohnson3
Offline Send Email
May 24, 2005
3:49 pm
164
Hi, Not sure if I can be of any help. The ts.entryprice is an array that contains the entry price for all trades. Therefore entryprice(0) is the entryprice for...
zac
marginclassi...
Offline Send Email
May 24, 2005
4:26 pm
165
This is probably a simple problem to solve but: If I've gone long using: ts.buyopen('1', 100); how do I change the position on a later bar to long 150? Both ...
marginclassifier
marginclassi...
Offline Send Email
May 25, 2005
12:31 pm
166
Hello Zac, Sorry for the delayed response. As soon as I get a chance, I'll take a look at it. I ran a simple test this morning to see if I could bet multiple...
Trey Johnson
dickjohnson3
Offline Send Email
May 25, 2005
1:14 pm
167
Hello List, For those that are interested, here is the solution to create a stop using the entryprice of the most recent trade. if(ts.position()>0){ ep =...
Trey Johnson
dickjohnson3
Offline Send Email
May 25, 2005
1:17 pm
168
Hello Jeff, How does one scale in/out or use multiple entries in the same direction within C-Trader? Thanks, Trey...
Trey Johnson
dickjohnson3
Offline Send Email
May 25, 2005
7:14 pm
169
Hi Trey Given any thought to my problem? The main one is this: How can I make sure that if I am stopping out a trade, the stop is done at the stop level, and...
Andrew McClure
kiwitraderguy
Offline Send Email
May 27, 2005
10:21 am
170
Hi, Look at the file X20mod01, it might be of help. // initialization and exits for longs on entry day // initialization and exits for shorts on entry day ... ...
zac
marginclassi...
Offline Send Email
May 27, 2005
12:28 pm
171
Thanks, that's a big improvement. Andrew At 00:24 28/05/2005, you wrote: Hi, Look at the file X20mod01, it might be of help. // initialization and exits for...
Andrew McClure
kiwitraderguy
Offline Send Email
May 30, 2005
9:28 am
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
Messages 146 - 182 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