barter-rs / barter-data-rs

NOTE: Barter-Data migrated to Barter monorepo: https://www.github.com/barter-rs/barter-rs
https://github.com/orgs/barter-rs/repositories
MIT License
101 stars 63 forks source link

Metatrader Exchange API #20

Closed not-matthias closed 2 months ago

not-matthias commented 1 year ago

It'd be neat to be able to use Metatrader, because they are broker independant. They already have a ton of implementations for other exchanges, which would make this very useful.

Backtrader already implemented this here by using the MQL5-JSON-API.

just-a-stream commented 1 year ago

That sounds interesting.

I'm not familiar with MetaTrader. They provide WebSocket feeds?

just-a-stream commented 1 year ago

Also, is it a paid service?

not-matthias commented 1 year ago

I'm not familiar with MetaTrader. They provide WebSocket feeds?

MQL5-JSON-API uses ZeroMQ, but Metatrader also supports Websockets.

Also, is it a paid service?

It's not (you can download it from here if you want to try it out: https://www.metatrader5.com/). You can just login with your broker account in the client. It's not open source though.

just-a-stream commented 2 months ago

Closing this now we've migrated this repo to the new barter-rs monorepo: https://github.com/barter-rs/barter-rs