Export Specifications of all Symbols in MT5

 
How can I export a list of all available symbols and their specifications into an excel file? I already found a .dat file in appdata but how can I read it? Anyone have an idea?
 
L T: How can I export a list of all available symbols and their specifications into an excel file? I already found a .dat file in appdata but how can I read it? Anyone have an idea?

You would have to code a MQL5 program to do that — to go through each available symbol, reading the individual symbol properties, and then outputting them to a file formatted to your liking.

Documentation on MQL5: Market Info
Documentation on MQL5: Market Info
  • www.mql5.com
Market Info - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5