stable/docs/plotting.md
2018-01-12 11:49:50 +01:00

19 lines
390 B
Markdown

# 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.