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 542 - 664 of 989   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
542
I am now reading this book and it does seem quite good. I am looking forward to his discussion of t-test and bootstrap. I am a little confused though about the...
Kevin Chenette
kchenette
Offline Send Email
Mar 7, 2007
6:53 pm
543
I was confused too. Like you I assumed that it was classical detrending; but it is not. It is simply centering each days return to compensate for any long or...
thomasdrewyallop
thomasdrewya...
Offline Send Email
Mar 8, 2007
5:07 am
549
Well, it looks like I have some time to study while my systems try to find their way back home. I went ahead and ordered 'Evidence Based Technical Analysis'. A...
Kevin Chenette
kchenette
Offline Send Email
Mar 16, 2007
3:21 am
556
Have anyone get ctrader compiled in VC++ env? I have problems like: c:\ctrd\scicon2\tsim202\trdsim2.hpp(23) : error C2061: syntax error : identifier 'TRDSIM' ...
steve_ctrader
Offline Send Email
Mar 28, 2007
5:14 pm
558
Did you use the makefile autogenerated by the figfix for VC ? I recall it works quite smooth, I converted the project to dsw to be able to open it within the...
Gil
gild_jahman
Offline Send Email
Mar 29, 2007
8:21 am
559
No I did not. Where can I get the "figfix for VC"? ... From: "Gil" <gil.dobry@...> ... Did you use the makefile autogenerated by the figfix for VC ? I...
steve_mu@...
steve_ctrader
Offline Send Email
Mar 29, 2007
2:40 pm
560
It's called "Bigfix", it comes with the ctrader....
Gil Dobry
gild_jahman
Offline Send Email
Mar 29, 2007
8:53 pm
579
does anyone have a data converter that convert the glbx data (in zip format) into text data file (of .prn format) of ctrader? Thanks....
steve_ctrader
Offline Send Email
Apr 16, 2007
8:50 pm
585
Kevin, I am just new to use of N-Train and this forum. Can you put the charts into the file area? I cant see them. Not sure if I can help, but perhaps...
jondinga
Offline Send Email
Apr 19, 2007
4:27 pm
587
Greetings! I am very new to the use of N-Train, and am certainly not trained in statistics or C++ .. so I am just a guy looking for good tools, trying to not...
jondinga
Offline Send Email
Apr 19, 2007
5:22 pm
588
Hi Jon, Welcome to the group. I have uploaded my charts into a folder titled Charts in the file area. Thanks for the suggestion. I have C-Trader and not...
Kevin Chenette
kchenette
Offline Send Email
Apr 19, 2007
6:45 pm
593
hey steve, what's the format of the file, i don't know what glbx data is, but i made some changes to the data converter that comes with c-trader to handle...
Trey Johnson
dickjohnson3
Offline Send Email
Apr 24, 2007
9:30 pm
599
Hello I just started learning easylanguage code. I'm stuck right now with my system, which I don't know how to express "greater or less than" with the code...
mitsushiro6982
Offline Send Email
Apr 29, 2007
5:58 pm
610
Hi Trey, I have hit the same page in that ... did you locate a solution? If you have, please post! Thankyou! Jon ... but i made ... handle other ... problem. ...
jondinga
Offline Send Email
May 17, 2007
12:01 pm
611
... and ... well its easy , just use > for greater than or < for lesser than. example, condition1 = open > highest(high,length) + 20 points and open < highest ...
w_kamdani
Offline Send Email
May 17, 2007
8:51 pm
614
Jon, Can you post a couple of lines of the data along with the file type? This would help me get started on the changes to the data converter. Thanks, Trey...
Trey Johnson
dickjohnson3
Offline Send Email
May 26, 2007
2:32 pm
615
... express ... points ... highest ... Thanks for ur clear answers!!...
mitsushiro6982
Offline Send Email
May 27, 2007
5:20 am
639
Hi all, I am using the c-trader. I started building Traps by following steps as given in vcbuild.pdf file provided in this group. I 've successfully built...
sivakumar_pudi
Offline Send Email
Aug 21, 2007
12:33 pm
641
Hi Siva, I am also new to CTRADERX. I encountered similar problem the week earlier. Let try the following... 1. Unzip (CDROM drive) or...
James
fungpan
Offline Send Email
Aug 24, 2007
7:01 am
643
Hello Siva, Just type "loadportfolio" instead of "loadportfolio pfolio.dat". Best Regards, Trey...
Trey Johnson
dickjohnson3
Offline Send Email
Aug 24, 2007
4:59 pm
644
I just noticed that I always get the same output with GA test. Then I dig into this function ============================================= float...
James
fungpan
Offline Send Email
Aug 25, 2007
4:24 am
645
I found negative values in several .prn files. Is that possible? Or are they bad data? Example in CRUDE_LIGHT CL_CLC.PRN file: ...
James
fungpan
Offline Send Email
Aug 26, 2007
8:28 am
646
Hello James, If you seed a random number generator with the same value you will get the same sequence of 'random numbers' and hence the same GA output. In some...
Trey Johnson
dickjohnson3
Offline Send Email
Aug 28, 2007
2:05 pm
647
Hello James, Unfortunately, as futures contracts are back-adjusted it usually results in negative values at some point. If you run the pinexd.exe program it...
Trey Johnson
dickjohnson3
Offline Send Email
Aug 28, 2007
2:13 pm
648
Hi James Many Thanks for your help regarding my query. I've executed the steps you posted and it worked.But again the problem is with mopt p1= 8,12,1 command ...
siva kumar pudi
sivakumar_pudi
Offline Send Email
Aug 29, 2007
3:59 am
649
Hi Siva, I guess you must match the right # of parameters and values, like longs, shorts, open, stop, limit,...etc to the model that you want to test. If you...
James
fungpan
Offline Send Email
Aug 29, 2007
4:59 pm
651
Siva, One more thing I like to add to my last post. The exception handling function used in the source code, nrerror("text...."), with declaration in...
James
fungpan
Offline Send Email
Aug 30, 2007
7:23 pm
661
Jeff, Is there a possibility that you could show us the Easy Language code for setting up an entry signal on these parms? Best parms: 3 717 997 401 7 782 204...
James
fungpan
Offline Send Email
Sep 18, 2007
6:42 pm
663
James, If you could be more specific about the translations, I can convert to easylanguage. What are each of the variables and what exactly does 'down' mean? ...
Trey Johnson
dickjohnson3
Offline Send Email
Sep 18, 2007
9:28 pm
664
Hi Trey, Glad you could help. Here is my situation, I spent about a month to convert CTrader and ran a 8-rule-template with genetic algorithm used in the book...
James
fungpan
Offline Send Email
Sep 18, 2007
11:23 pm
Messages 542 - 664 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