e-Invester Posted July 19, 2012 Report Share Posted July 19, 2012 Forex Neural Expert Advisor Neural-AutoTraining - Summary Expert Advisor based on multi- layer neural network (BackPropagation Neural Network ) with fully automated neural net training on the end of the week. Forex Neural Net will analyse all losing orders and inaccurate enters/exits for previous week and train based on new information. Expert Advisor will start trading on Monday with new re-trained neural net. This cycle will start again next weekend. A core of the forex neural expert advisor is a scalping module, which trades during periods of quiet market. The sell signal is generated at achievement of maximum; the buy signal is generated at achievement of minimum. The signal is estimated by the neural network. A complex BackPropagation neural network architecture is used in the advisor. In our opinion, such network topology is perfectly suitable for prediction of time series behaviour. Imperfection of neural networks as tools for prediction of financial markets is that accuracy of predictions decreases in time. Thereby, we’ve developed «the auto-training module», which allows to retrain a neural network automatically at a certain time. User can specify the training time. For example if you want to train neural net every Sunday at 1pm on historical data for 6 month, you should specify: OptimEveryTime="13.00"; (0-24 hours) extern string OptimEveryWeek="7"; (1-Monday, ....7 -Sunday) extern int OptimPeriod=180; (days) The training mode of the network is activated during weekend. After training the module deletes old files of the neural network and writes down the new ones. The advisor starts to trade with a new network on Monday. The advisor works in a completely automatic mode and does not require any actions to be done by the trader. Here a quick guide on what it basically does: http://iticsoftware.com/forex_neural_expert-advisor.pdf Backtests of this system: http://iticsoftware.com/forex-neural-backpropagation Many thanx to anyone who can upload this, I need it for my own project regarding neural networks. Thanx a millioN!!=D>=D> Quote Link to comment Share on other sites More sharing options...
energetic Posted July 19, 2012 Report Share Posted July 19, 2012 bump.................... Quote Link to comment Share on other sites More sharing options...
Stormin_Norman Posted July 19, 2012 Report Share Posted July 19, 2012 the vendor's demo was deleted. say no more. Quote "It is inconceivable that anyone will divulge a truly effective get-rich scheme for the price of a book." Victor Niederhoffer (1943–), US hedge fund manager and statistician Link to comment Share on other sites More sharing options...
e-Invester Posted July 19, 2012 Author Report Share Posted July 19, 2012 the vendor's demo was deleted. say no more. true, but I still want to see the code and methods they used, can be a very interesting framework for what I am doing. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.