Files
MQL5-JSON-API-2/changelog.md
T

23 lines
891 B
Markdown
Raw Normal View History

2021-03-07 10:13:47 +01:00
### Marth 6th
- fixed tick data retrival. When requesting tick data, every other tick was skipped
- refactored code
2020-04-30 14:42:43 +02:00
### 30th April 2020
- add support for spreads
2020-06-12 22:48:42 +02:00
- add support for plotting custom indicator data to charts
- add support for streaming MT5 indicator data
2020-04-30 18:58:17 +02:00
- new error reporting
2020-04-30 14:42:43 +02:00
2020-02-16 21:43:06 +01:00
### 16th February 2020
- add support for candle ask/bid price spread
### 11th January 2020
- add support for multiple datastreams in parallel for any combination of symbols and timeframes independently of the timeframe and symbol of the attached chart
- add support for tick data
- add support for direct download as CSV files
- add one automatic retry binding to sockets. When running under Wine in Linux, sockets will be blocked for 60 seconds if closed uncleanly. This can happen if the client is still connected while the EA gets reloaded.
- skip re-initialization on chart timeframe change