Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

List properties of all MT4 signals to CSV file - Script for MetaTrader 4 - MetaTrader 4 Resources

author EAcpu | 2 reads | 0 comments |

Listing all MT4 Signals' properties to a CSV file - script for MetaTrader 4

Listing all MT4 Signals' properties to a CSV file - script for MetaTrader 4

Listing all MT4 Signals' properties to a CSV file - script for MetaTrader 4

Listing all MT4 Signals' properties to a CSV file - script for MetaTrader 4

This simple, quick and dirty script code will output a CSV file containing the MQL4 trading signals function. Open the resulting CSV files as a spreadsheet (e.g. Excel) and you can sort them according to your preferred indicators and select the options that suit your copy trading requirements.

Please note that the MQL4 trading signals function only lists MT4 signals. See Listing Properties of All MT5 Signals to CSV File for MetaTrader 5 . It also seems to be limited to a maximum of 1000 signals (I don't know how many there are in total).

Before running the script , open the "Signals" tab and make sure the terminal downloads the signal data. Otherwise the script will have no data to report.

The CSV file will be output to the terminal's " MQL4\Files " folder. MetaTrader go to the menu FileOpen Data Folder and navigate to the “ MQL4\Files “ folder.

Listing all MT4 Signals' properties to a CSV file - script for MetaTrader 4

Please note that the source code for all my codebase publications is now also available in the "Public Projects" tab with the meta-editor name "FMIC".


Attachment download

📎 listsignals.mq4 (10.25 KB)

Source: MQL5 #39087

Verification code Refresh