Add example on how to start the script

This commit is contained in:
Gerald Lonlas 2018-06-04 20:42:34 -07:00
parent 8edcef6d32
commit 1b071b1f4a
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ Optional Cli parameters
Indicators recommended
Row 1: sma, ema3, ema5, ema10, ema50
Row 3: macd, rsi, fisher_rsi, mfi, slowd, slowk, fastd, fastk
Example of usage:
> python3 scripts/plot_dataframe.py --pair BTC/EUR -d user_data/data/ --indicators1 sma,ema3
--indicators2 fastk,fastd
"""
import logging
import os