backtrader2 / backtrader

Python Backtesting library for trading strategies
https://www.backtrader.com
GNU General Public License v3.0
232 stars 54 forks source link

My code generates equity curve but no data under Trades: Negative/Positive and no Buy and Sell signals on the chart? #93

Open dmike23 opened 1 year ago

dmike23 commented 1 year ago

image

Just seeking help.

My code generates equity curve but no data under Trades: Negative/Positive and no Buy and Sell signals on the chart?

What am i missing here? 🤔

baobach commented 7 months ago

Can you provide your strategy in full so I can understand the trade logic? Also if you have log file that would be helpful to identify the problem.