diff --git a/README.md b/README.md index 258bea3..e53d1a1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Long story short a binance proxy for freqtrade that is using websockets to maintain candlestick/klines data in memory, thus having great performance and reducing the amount of API calls to the Binance api. All other calls are proxied as usual. +![Schematics](proxy_scheme.png) + Start the docker instance and then point freqtrade to it, rate limit can be disabled: ``` "exchange": { diff --git a/proxy_scheme.png b/proxy_scheme.png new file mode 100644 index 0000000..c3e5e47 Binary files /dev/null and b/proxy_scheme.png differ