CountPositions Module – Accurate Position Tracking for MetaTrader 5 The CountPositions Module is a fundamental component for any algorit...
Showing posts with label Mql. Show all posts
Showing posts with label Mql. Show all posts
Metatrader 5 Libraries | StopLoss trailing classes library for MQL5
0
Universal class library for implementing various StopLoss trailing strategies in trading robots. The library allows you to flexibly manage S...
MetaTrader 4 Script | Plot MQL signal
0
This script is helpful when we want to learn how to trade from a signal provider at https://www.mql5.com/en/signals/mt4. Choose one s...
MetaTrader 5 Libraries | MQL 5 Wizard - Simpler Intraday Time Filter
0
Simpler Filter based on the Intraday time filter offered by the standard library. Instead of binary numbers, you can use strings (10:...
MetaTrader 5 Libraries | MQL_Easy
0
github: https://github.com/Denn1Ro/MQL_Easy Intro MQL_Easy is an open source cross platform library for developing MQL4 and MQL5...
MetaTrader 4 Libraries | MQL_Easy
0
github : https://github.com/Denn1Ro/MQL_Easy Intro MQL_Easy is an open source cross platform library for developing MQL4 and MQ...
MetaTrader 5 Indicator | BPNN MQL Predictor Demo with library
0
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...
MetaTrader 5 Libraries | MQL Plus Enhanced Debugging Support
0
Features Features three domains of functionality. - Debugging, Tracing and Performance measurments - Simple to use "Print any ...
MetaTrader 5 Libraries | MQL Plus Enhanced Error Handler Support
0
Change-Log 4.2 Bugfixes, compatibilitishues resolved. Fixed error in UserErrorHandler function signature. Change-Log 4.0 Rec...
MetaTrader 4 Script | Basic file handling in MQL
0
This code will basically write some value of prices in a file. This is usually helpful when you want to create a local trade copie...