plotting docs
This commit is contained in:
18
docs/plotting.md
Normal file
18
docs/plotting.md
Normal 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.
|
||||
|
Reference in New Issue
Block a user