From c43b2123465a804f2bb9f7a70ebe676e5db38c40 Mon Sep 17 00:00:00 2001 From: Miguel Santos Date: Sun, 23 Aug 2026 12:15:43 +0000 Subject: [PATCH] Add TickerAll to Execution & Brokers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 715fc76..dd05849 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ We only include tools, libraries, and projects worth your time. No bloated lists - [Coinbase Pro](https://github.com/danpaquin/coinbasepro-python) - Coinbase exchange API - [Kraken API](https://github.com/veox/python3-krakenex) - Kraken exchange API - [Oanda API](https://github.com/oanda/v20-python) - Forex and CFD trading +- [TickerAll](https://tickerall.com) - Hosted MetaTrader 5 & MT4 broker API with a Python SDK (`pip install tickerall`) — place trades and stream live ticks with no local terminal. Free on demo accounts. ---