Thread: Neural Networks
View Single Post
  #26 (permalink)  
Old 11-27-2006, 04:59 PM
GP2X GP2X is offline
Junior Member
 
Join Date: Jul 2006
Posts: 21
GP2X is on a distinguished road
I think there are two ways, one is to use a Java indicator library, and feed Joone with arrays of numbers, like what this guy did: http://www.jooneworld.com/wiki/tiki-...orial#comments
Another is my idea, we can write an EA, which creates the input files(probably also the validation files) when running inside the strategy tester, then train Joone with these files.
Finally, after training, when using it for real, we have to use an EA to talk to Joone. All of these are not hard to me(will just take some time). The hard one is what to be used as inputs(definately not raw data, should be a combination of indicators). The structure and number of hidder neurals are also unknown, but we could find by repeating the training process.
Quote:
Originally Posted by Cyclesurfer
Joone looks really good but do you know how to write an imput file that woudl incorporate an indicator and teach to predict its signals? I cant make heads or tales of it, and i cant find anything about it in the forums. thanks.
Reply With Quote