kernc/backtesting.py

Chart Rendering seems incorrect

Open

#1 327 ouverte le 26 oct. 2025

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (863 forks)batch import
help wanted

Métriques du dépôt

Stars
 (4 387 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Expected behavior

When I am testing my strategy, I noticed the strategy was placing order at odd places on the charts. On the closer inspection, I think the OHLC rendering on the chart is incorrect

If you checked the time 10/17 21:05 PM

Correct data: Close = 1072.25

I expect to see the same data on chart.

Code sample

Actual behavior

Incorrect data rendered on chart: Close = 1071.192

Any idea on why this is happening? Is it due to some misalignment issue?

Additional info, steps to reproduce, full crash traceback, screenshots

No response

Software versions

  • backtesting.__version__: 0.6.5
  • pandas.__version__: 2.3.2
  • numpy.__version__: 2.2.6
  • bokeh.__version__: 3.8.0
  • OS: MacOS

Guide contributeur