raffieeey / MetaTrader-Python-Tick-Acquisition

MetaTrader5 to Python Bridge, with millisecond level tick precision.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MetaTrader-Python-Tick-Acquisition

MetaTrader5 to Python Bridge, with millisecond level tick precision. Based off Darwinex ZeroMQ MT4 bridge.

To Do:

  • Complete transition to MT5
  • Create pipeline to store live ticks into database storage

Completed:

  • Added millisecond level tick precision.
  • Converting message format to JSON
  • Convert tick data to OHLC (candlestick) on pandas and compare with original broker historical data. Note: MT4/5 seems to be dropping a non-insignificant portion of the ticks. Unfortunately, this seems to be a limitation of MetaTrader itself.

About

MetaTrader5 to Python Bridge, with millisecond level tick precision.


Languages

Language:Jupyter Notebook 89.9%Language:MQL4 5.6%Language:Python 3.1%Language:MQL5 1.4%