Universal Signals & Universal Trailing Modules – EA MetaTrader 5

UniversalSignal setup in MQL Wizard
MetaTrader 5 provides MQL Wizard for generating expert advisers based on trading, trailing and money management modules from standard library. The library affords a limited number of predefined signals untilizing some of the built-in indicators. This project allows you to generate EAs on arbitrary signals powered not only by standard, but also custom indicators and … Read more

Listing all MT5 Signals’ properties to a CSV file – script MetaTrader 5

Listing all MT5 Signals' properties to a CSV file - script for MetaTrader 5
This simple, quick & dirty script code will output a CSV file of all the Signals’ properties as reported by the MQL5 Trade Signals functionality. With the resulting CSV file opened as a spreadsheet (e.g. Excel), you can sort them by your preferred metrics and choose that suite your requirements for copy trading.  Please note … Read more

Listing all MT4 Signals’ properties to a CSV file – script MetaTrader 4

Listing all MT4 Signals' properties to a CSV file - script for MetaTrader 4
This simple, quick & dirty script code will output a CSV file of all the Signals’ properties as reported by the MQL4 Trade Signals functionality. With the resulting CSV file opened as a spreadsheet (e.g. Excel), you can sort them by your preferred metrics and choose that suite your requirements for copy trading. Please note … Read more

Signals and Probability class – library MetaTrader 5

Signals and Probability class - library for MetaTrader 5
The provided code is an MQL include file and an Expert Advisor demonstrating how the classes work.It implements a trading strategy based on various technical indicators and trend analysis. The script defines several custom classes to create and manage trading signals based on different technical conditions. Trend Class : This class is responsible for determining the … Read more

Probability and Signals class – library MetaTrader 4

Probability and Signals class - library for MetaTrader 4
The provided code is an MQL include file and an Expert Advisor demonstrating how the classes work.It implements a trading strategy based on various technical indicators and trend analysis. The script defines several custom classes to create and manage trading signals based on different technical conditions. Trend Class : This class is responsible for determining … Read more