kernc/backtesting.py

Multiple models on one chart

Open

#12 geöffnet am 20. Juli 2019

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (863 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (4.387 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Expected Behavior

Is there an elegant and simple way to visualize a few trading models plotted on 1 chart? In fact a lot of projects like mine are centered around comparing various models (and even groups of models), so that would be handy to have a sugary way around this process, so:

  1. individual models with notations on one chart
  2. a group of models trading on the same account each having a proportional share of the capital

Actual Behavior

works with just 1 model

Contributor Guide