Skip to content

araujocaio/MetaTrader-Python-Tick-Acquisition

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 89.9%
  • MQL4 5.6%
  • Python 3.1%
  • MQL5 1.4%