From 1b071b1f4a812203507fd38260949c6361779048 Mon Sep 17 00:00:00 2001 From: Gerald Lonlas Date: Mon, 4 Jun 2018 20:42:34 -0700 Subject: [PATCH] Add example on how to start the script --- scripts/plot_dataframe.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/plot_dataframe.py b/scripts/plot_dataframe.py index 1a7b5b875..c3fb1af18 100755 --- a/scripts/plot_dataframe.py +++ b/scripts/plot_dataframe.py @@ -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