backtrader2 / backtrader

Python Backtesting library for trading strategies
https://www.backtrader.com
GNU General Public License v3.0
221 stars 52 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 8 months ago

dmike23 commented 8 months 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 3 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.