File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,16 @@ When you use dark theme you need to change background for plotted value tags.
18
18
19
19
3rd commit: Fix: The set_view_interval, set_data_interval ... are removed. Now you can work with matplotlib > 3.6.x
20
20
21
+ Recently I have created Binance API integration with Backtrader
22
+ ===============================================================
23
+ With this integration you can do:
24
+
25
+ - Backtesting your strategy on historical data from the exchange Binance + Backtrader // Backtesting
26
+ - Launch trading systems for automatic trading on the exchange Binance + Backtrader // Live trading
27
+ - Download historical data for cryptocurrencies from the exchange Binance
28
+ To make it easier to figure out how everything works, many examples have been made.
29
+ Here is the code: https://github.com/WISEPLAT/backtrader_binance
30
+
21
31
backtrader
22
32
==========
23
33
You can’t perform that action at this time.
0 commit comments