@backtrader Thanks bro! You are the best.
Latest posts made by Kisko Apeles
-
RE: Why do I get 'None' as value for SharpeRatio?
-
RE: What's the meaning of buy and sell in WriteFile log?
@kilasuekila Where you able to figure it out?
-
RE: Implementing Bracket Orders for binance API
@godseye said in Implementing Bracket Orders for binance API:
I might have a naked position in the market for 15 mins in a worst case scenario and that's not an outcome I could take a risk on!
Have you solved the naked position problem?
-
RE: Can Backtrader support CCXT?
@pierrot Where you able to successfully do your project?
I'm planning to use binance (maybe through CCXT) but trading multiple cryptocurrencies in one backtrader strategies.
-
RE: Anyone use backtrader to do live trading on Bitcoin exchange?
Apologies for being a bit overwhelmed on where to start.
I'm planning to trade Futures in Binance using Multiple Cryptocurrencies with One base currency (USDT most likely) in one Backtrader Strategy.
I've honestly have not gone through all replies in this thread but maybe it wouldn't hurt to ask where it is best to start for my use case. Any reference closest to my use case?
-
RE: Mutidata + Multicore Optimization AttributeError
@thatblokedave were you able to workaround the Same PnL issue?
-
RE: Performing a "large" backtest - which VPS is suitable?
@taewoo-kim Hi, what did you end up doing?
-
RE: AttributeError: object has no attribute 'bar_executed'
@kopic would you be able to share what
self.bar_executed = len(self) # this is confusing at bit.
does?