From 87cbf6aaaa33d241b24081176cb9db0544b25e5c Mon Sep 17 00:00:00 2001 From: misagh Date: Sun, 30 Dec 2018 17:20:16 +0100 Subject: [PATCH] Plotting reformatted --- docs/plotting.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/plotting.md b/docs/plotting.md index 54a4bb4b8..3f2d38d0b 100644 --- a/docs/plotting.md +++ b/docs/plotting.md @@ -1,10 +1,6 @@ # Plotting This page explains how to plot prices, indicator, profits. -## Table of Contents -- [Plot price and indicators](#plot-price-and-indicators) -- [Plot profit](#plot-profit) - ## Installation Plotting scripts use Plotly library. Install/upgrade it with: @@ -48,7 +44,7 @@ To plot trades stored in a database use `--db-url` argument: python scripts/plot_dataframe.py --db-url sqlite:///tradesv3.dry_run.sqlite -p BTC/ETH ``` -To plot a test strategy the strategy should have first be backtested. +To plot a test strategy the strategy should have first be backtested. The results may then be plotted with the -s argument: ``` python scripts/plot_dataframe.py -s Strategy_Name -p BTC/ETH --datadir user_data/data//