plotting docs

This commit is contained in:
kryofly 2018-01-12 11:49:50 +01:00
parent 1fe86656e1
commit 829da096e2
2 changed files with 19 additions and 1 deletions

18
docs/plotting.md Normal file
View File

@ -0,0 +1,18 @@
# Plotting
This page explains how to plot prices, indicator, profits.
## Table of Contents
- [Plot price and indicators](#plot-price-and-indicators)
## Plot price and indicators
Usage for the price plotter:
script/plot_dataframe.py [-h] [-p pair]
Example
```
python script/plot_dataframe.py -p BTC_ETH
```
The -p pair argument, can be used to specify what
pair you would like to plot.

View File

@ -21,7 +21,7 @@ def plot_parse_args(args ):
return parser.parse_args(args)
def plot_analyzed_dataframe(args) -> None:
def plot_analyzed_dataframe(args):
"""
Calls analyze() and plots the returned dataframe
:param pair: pair as str