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 your group to be featured on the Yahoo! Groups website? 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 579 - 672 of 989   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
665
Hello James, I think the easiest way to set this up in EL would be something like the following: Condition1 = Close < XAverage(Close,26.67); Condition2 =...
Trey Johnson
dickjohnson3
Offline Send Email
Sep 19, 2007
5:35 pm
666
Trey, Thanks so much for the EL code. I will try them asap. The latter part of your message interested me more than the code for now. It seems to me that you...
James
fungpan
Offline Send Email
Sep 19, 2007
7:50 pm
667
James, I think anyone with the drive can learn to trade but it's incredibly difficult. I've been at it for a couple of years and am no where near being a...
Trey Johnson
dickjohnson3
Offline Send Email
Sep 20, 2007
12:47 pm
668
Here is some EL code I wrote that might be interesting to some. The comments may need to be cleaned up when you import in order to verify. In other iterations...
Kevin Chenette
kchenette
Offline Send Email
Sep 20, 2007
1:15 pm
669
Trey, Thanks so much for your insightful and genuine advice and guidance. It feels good to know there are people out there willing to share their experience on...
James
fungpan
Offline Send Email
Sep 21, 2007
8:39 am
671
James, I know of many educated gamblers that went broke. If you get excitement from trading this will only effect your decision making,   I believe, it is as...
solusbg
Offline Send Email
Sep 21, 2007
9:32 am
672
Hi Ben, Good points you made there and good advice too. In my one year experience trading forex through trial and error, I believe knowledge and experience is...
James
fungpan
Offline Send Email
Sep 22, 2007
12:27 am
Messages 579 - 672 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