Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Script

Save OHLCV Data from Chart to CSV File - script per MetaTrader 5

Visualizzazioni:
1406
Valutazioni:
(4)
Pubblicato:
2024.08.20 20:17
Freelance MQL5 Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The standard method of getting historical data in metatrader5 is to use "View>Symbols>Request" tool as shown in the picture below:

Request Historical Data

However, this sometimes doesn't return all the data available on the chart.

This script saves all the available historical data to a CSV file located in "Files" folder inside the "Common Data Path" directory.

Note: Make sure "Max bars in chart" is set to "Unlimited" in 'Tools>Options>Charts' (see the picture below).

Max bars on chart


Custom Bid Ask lines Custom Bid Ask lines

A customized bid and ask line which is labelled and clear to help visualize the bid and ask prices

Arbitrage Triangle EURGBP-EURUSD-GBPUSD by Peter Mueller Arbitrage Triangle EURGBP-EURUSD-GBPUSD by Peter Mueller

The EA identifies discrepancies between theoretical and actual currency exchange rates to execute risk-minimized trading opportunities.

HiLo HiLo

High and Low Line Indicator

Logging Class for both MQL4 and MQL5 Logging Class for both MQL4 and MQL5

The CDebugLogger class is a flexible and comprehensive logging utility designed for use in MQL4/5 environments. It allows developers to log messages at various levels of importance (INFO, WARNING, ERROR, DEBUG) with options to include timestamps, function signatures, file names, and line numbers in the log entries. The class supports logging to both the console and files, with the ability to save logs in a common folder and in CSV format. Additionally, it offers functionality to silence logs based on specific keywords, ensuring that sensitive information is not logged. This class is ideal for developers looking to implement robust logging mechanisms in their MQL4/5 applications, with customizable features that cater to a wide range of debugging and monitoring needs.