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...
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, 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, 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...
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...
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, 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...
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...