kernc/backtesting.py

Multiple models on one chart

Open

#12 ouverte le 20 juil. 2019

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Python (863 forks)batch import
enhancementhelp 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

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

Guide contributeur