python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Backtrder animated plotting
Im looking for a way to animate backtest plotting of the Backtrder. I searched for appropriate tools and I found FuncAnimation:
FuncAnimation(figure, animation_function, frames=None, init_func=None, f...
teralee
Votes: 0
Answers: 0
How to change date and time(CSV file) in standard format(yyyy-mm-ddthh:mm:ss+00:00)?
I had a data in which it has only Date(yyyy-mm-dd) and time(hh.mm). I am getting an error for datetime format does not match.
I want to convert my existing data into standard format using python(Panda...
meet4288
Votes: 0
Answers: 1
I want to customize some indicators in backtrader
When I am using my own method, I met some problems, my program responds: Invalid parameter value for nbdev (expected float, got int)
I am really confused
after several tries, I suppose that the proble...
SeatheStars
Votes: 0
Answers: 1
Problem with backtrader live Gold (XAUUSD) data from IB (Interactive Brokers)
Backtrader works fine with live data of IB (Interactive Brokers) through TWS, but when I want to trade on gold commodity (XAUUSD), it cannot receive the data.
the python code is:
data = store.getdata(...
Amir Alikhani
Votes: 0
Answers: 1