Using Neural Networks In MetaTrader

Nov 24th, 2009

MetaTrader Neural NetworksMany of you probably have considered the possibility of using neural networks in your EA. This subject was very hot specially after 2007 Automated Trading Championship and the spectacular winning by Better with his system based on neural networks. Many internet forums were flooded with topics related to neural networks and Forex trading. Unfortunately writing native MQL4 implementation of NN is not easy. It requires some programming skills and the result would not be very efficient specially if you’d like to test your final result in tester on large number of data.

In this article I’ll show you how you can use the freely available (under LGPL), renowned Fast Artificial Neural Network Library (FANN) in your MQL4 code while avoiding certain obstacles and limitations. Further I assume that reader is familiar with Artificial Neural Networks (ann) and terminology related to this subject so I’ll concentrate on practical aspects of using particular implementation of ann in MQL4 language.

To read the full article, please visit: http://articles.mql4.com/777

Related posts:

  1. Decorating Indicators – MetaTrader 4
  2. Recipes for Neuronets
  3. Transferring Indicators from MQL4 to MQL5
  4. What Is Automated Trading
  5. Working with Doubles in MQL4

Comments are closed.