Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 378 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 378 Bytes

MetaTrader

Scripts, Indicators, Expert advisers for MetaTrader platform

Export chart candles into JSON file

ExportChartCandlesIntoJson.mq4

Exports all candles that are loaded on the chart into JSON file

[
   {
       "Open" : 1816.34,
       "Close" : 1816.64,
       "High" : 1816.75,
       "Low" : 1816.34,
       "DateTime" : "2021.12.31 02:10:00"
   },
]