Support Vector Machine Learning Trader – EA MetaTrader 5

Block Diagram - Support Vector Machine Learning Tool
The example Expert Advisor below (“svmTrader”) has been written to show a typical use of the support vector machine learning tool (a copy of the support vector machine learning tool can be downloaded from the MQL5 Market). This Expert Advisor works as follows: Two new support vector machines are created using the svMachineTool library. One … Read more

Schnick – Support Vector Machine Learning Tool Tester – script MetaTrader 5

Schnick - Support Vector Machine Learning Tool Tester - script for MetaTrader 5
This script was written to form part of the “Machine Learning: How Support Vector Machines can be used in Trading” article posted on the MQL5 website. Imagine this hypothetical scenario, you are a researcher investigating a rare animal only found in the depths of the Arctic called Shnicks. Given the remoteness of these animals, only … Read more

Schnick [Support Vector Machine Learning Tool Tester – DEMO] – EA MetaTrader 5

Schnick [Support Vector Machine Learning Tool Tester - DEMO] - expert for MetaTrader 5
This script was written to form part of the “Machine Learning: How Support Vector Machines can be used in Trading” article posted on the MQL5 website. This version of the code has been written specifically to be used in conjunction with the demo version of the Support Vector Machine Learning Tool available for free from … Read more

Support Vector Machine Indicator – indicator MetaTrader 5

Support Vector Machine Indicator: GBPJPY 1hr
This indicator uses support vector machines to analyse indicator data and signal future trades. Buy trades are signalled by a green ‘up’ arrow with sell trades signalled by a red ‘down’ arrow.   The process adopted by this indicator is as follows: Select what indicators are to be used as inputs for the support vector … Read more

Vector – indicator MetaTrader 5

Vector - indicator for MetaTrader 5
The Vector indicator tracks the market state and generates relatively few false signals. Signals are formed when the zero line is crossed. The indicator has two oscillators – the fast and the slow one. The total of their values allows evaluating the mood of the market. If the fast (green) vector completely blocks the slow … Read more