19 lines
390 B
Markdown
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.
|
||
|
|