10 video lessons about how to create EA for Metatrader 5 ---------------- Video: Simple automated trading – How to create a simple Expert Advisor with MQL5 A so-called Expert Advisor is what we are looking at right now. An Expert Advisor is an automated application that can operate within MetaTrader and can open and close positions on its own. In this video, we will learn how to create an Expert Advisor in its most basic form. more...
Gold Dust - expert for MetaTrader 5 The trading system is based on the future price direction forecast, which is implemented by selecting weight coefficients of an elementary single-layer neural network.
The system works very well, and for sure many of the readers might have thought about creating a library, which would allow having extended functionality in the proposed system. Based on this, it would be possible to develop a more intuitive Expert Advisor with a nicer and easier to use interface.[/QUOTE] ---------------- Multiple indicators on one chart (Part 02): First experimentsMultiple indicators on one chart (Part 01): Understanding the conceptsMultiple indicators on one chart (Part 03): ...
MA or Price Histogram - indicator for MetaTrader 5 Two iMA (Moving Average, MA) indicators ('Fast' and 'Sloe') are displayed in the main window. You can turn on/off the display of informational Labels - they show the price of two indicators, "Fast' and 'Slow'.
If you paid attention to the previous two articles you'll notice the big issue I had is programming models that could handle more independent variables, by this I mean dynamically handle more inputs because when it comes to creating strategies we are going to deal with hundreds of data, so we want to be sure that our models can cope with this demand. ---------------- Data Science and Machine Learning (Part 01): Linear RegressionData Science and Machine Learning (Part 02): ...