mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update docstring
This commit is contained in:
parent
79b4e2dc85
commit
4506832925
|
@ -2,19 +2,7 @@
|
||||||
"""
|
"""
|
||||||
Script to display when the bot will buy on specific pair(s)
|
Script to display when the bot will buy on specific pair(s)
|
||||||
|
|
||||||
Mandatory Cli parameters:
|
Use `python plot_dataframe.py --help` to display the command line arguments
|
||||||
-p / --pairs: pair(s) to examine
|
|
||||||
|
|
||||||
Option but recommended
|
|
||||||
-s / --strategy: strategy to use
|
|
||||||
|
|
||||||
|
|
||||||
Optional Cli parameters
|
|
||||||
-d / --datadir: path to pair(s) backtest data
|
|
||||||
--timerange: specify what timerange of data to use.
|
|
||||||
-l / --live: Live, to download the latest ticker for the pair(s)
|
|
||||||
-db / --db-url: Show trades stored in database
|
|
||||||
|
|
||||||
|
|
||||||
Indicators recommended
|
Indicators recommended
|
||||||
Row 1: sma, ema3, ema5, ema10, ema50
|
Row 1: sma, ema3, ema5, ema10, ema50
|
||||||
|
|
|
@ -2,15 +2,7 @@
|
||||||
"""
|
"""
|
||||||
Script to display profits
|
Script to display profits
|
||||||
|
|
||||||
Mandatory Cli parameters:
|
Use `python plot_profit.py --help` to display the command line arguments
|
||||||
-p / --pair: pair to examine
|
|
||||||
|
|
||||||
Optional Cli parameters
|
|
||||||
-c / --config: specify configuration file
|
|
||||||
-s / --strategy: strategy to use
|
|
||||||
-d / --datadir: path to pair backtest data
|
|
||||||
--timerange: specify what timerange of data to use
|
|
||||||
--export-filename: Specify where the backtest export is located.
|
|
||||||
"""
|
"""
|
||||||
import json
|
import json
|
||||||
import logging
|
import logging
|
||||||
|
|
Loading…
Reference in New Issue
Block a user