FX Multimeter IV (demo) – EA MetaTrader 4

FX Multimeter IV (demo) - expert for MetaTrader 4
FX Multi-Meter IV This is a font test demo of FX Multimeter IV available from FX Tools. Instructions : Use the font installer to copy the necessary fonts to your Windows fonts folder. Copy FX Multimeter demo.ex4 to your experts folder, i.e C:\Program Files\(MetaTrader)\experts\ and restart MetaTrader. Then drag the expert onto a chart. If … 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

BPNN MQL Predictor Demo with library – indicator MetaTrader 5

BPNN MQL library embedded into predicting indicator
This is not a real world indicator, but a simple demo of BPNN library, originally written in C++ and ported to MQL. The demo shows training and testing a neural network for timeseries prediction. Please find complete description of the neural network on the page of the original BPNN Predictor indicator, which uses DLL-library. In … Read more

Pseudo-Indicator with Asynchronous Multi-Threaded Calculations Demo – indicator MetaTrader 5

Execution of 4 tasks on 2 cores (2 threads in parallel)
This indicator is a pseudo-indicator w/o buffers. Its only purpose is to demonstrate multi-threaded calculations technique. The indicator can issue commands for lenghty calculations which are performed in separate threads, created for chart objects with worker expert adviser. The classes provided in the included header file – MultiThreadedObjectWorker.mqh – will automatically create the chart objects and … Read more