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...
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...
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...
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' ...
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...
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...
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...
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...
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...
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...
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...
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. ...
... and ... well its easy , just use > for greater than or < for lesser than. example, condition1 = open > highest(high,length) + 20 points and open < highest ...
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...
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...
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...
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...
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 ...
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...
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...
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, 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? ...
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...