Commit Graph

81 Commits (3e167e11705b204bb2dcc504bf511bd7b2d9f6ca)

Author SHA1 Message Date
xmatthias 43f1a1d264 rework download_backtest script
8 years ago
xmatthias 488f1717a1 update plot_dataframe script to objectify exchange
8 years ago
xmatthias 2b0ef54595 update download_script for exchange objectify
8 years ago
Janne Sinivirta 0c85febe76 remove all mongodb related code
8 years ago
xmatthias 182f4c603b fix plot-script datadir not working
8 years ago
xmatthias 1f6b9c332b fix default datadir not working in plot-script
8 years ago
xmatthias 40746c3fcb fix downloadscript crash if a pair is not available
8 years ago
gcarq bea9a3304e use correct return code on error
8 years ago
gcarq 01675f50bf adapt scripts/plot_dataframe to use freqtrade db_url
8 years ago
Gerald Lonlas 5024cd52af Update docstring for generate_graph()
8 years ago
Gerald Lonlas 1b071b1f4a Add example on how to start the script
8 years ago
Gerald Lonlas 8edcef6d32 Add two params to select what indicators to display
8 years ago
Gerald Lonlas e16fb45d84 Fix typo, remove Bittrex mention
8 years ago
Gerald Lonlas 1c75bfdddd Add more indicators
8 years ago
Gerald Lonlas 64504e6777 Add support of --refresh-pairs-cached param
8 years ago
Gerald Lonlas af76d5f0e0 Breakdown the script in functions the improve maintainability
8 years ago
Gerald Lonlas 5683f9e10e Remove hardcoded backtest-result.json in Plot scripts
8 years ago
Janne Sinivirta 5ff405b0b0 allow defining of timeframes to download
8 years ago
Janne Sinivirta af1ba1e191 split ugly ternary to regular if
8 years ago
Janne Sinivirta 5c7899ae98 flake8 fix
8 years ago
Janne Sinivirta 6891054b84 use folder user_data/data/exchangename by default and pick pairs.json from that folder by default
8 years ago
Janne Sinivirta a0c79bd727 make --pairs-file required
8 years ago
peterkorodi 0c051b1b7a Make plot_dataframe able to show trades stored in database. (#692)
8 years ago
Samuel Husso e0bd45efab Scripts: fix syntax errors and flake8ify
8 years ago
Anton 2bfce64e6a Fix conflicts
8 years ago
Anton ceeb98dda9 Fix conflicts
8 years ago
gcarq 306885e174 Merge branch 'develop' into feat/objectify-ccxt
8 years ago
Anton 24ab1b5be5 Fix review comments, documenation update
8 years ago
Anton 2267a420a4 Fix codestyle
8 years ago
Anton 82ea56c8fd Fix review comments. Add support of datetime timeganges
8 years ago
Anton 6675120324 Add time range support to download_backtest_data
8 years ago
Samuel Husso 53e76a89ac convert_backtestdata: flake8 fixes
8 years ago
Samuel Husso fded8e5117 move download_backtest_data to scripts
8 years ago
gcarq 403f59ef45 use native python logger
8 years ago
enenn bfe1eaadcf Adapt convert_backtestdata.py to new format
8 years ago
enenn db46ad6502 Change ticker interval from minutes as integer to string (1m, 5m, 1h,...)
8 years ago
enenn c1c6ed6ed7 Replace 'BTC_XXX' with 'XXX/BTC' for pairs and 'XXX_BTC' for files
8 years ago
Matthias Voppichler 4ac591b076 rename logging to freqtrade
8 years ago
Matthias Voppichler 18f8686cdb fix returncode for convert_file
8 years ago
Matthias Voppichler 8a83e050d0 use path to handle filenames
8 years ago
Matthias Voppichler a972b8768d Improve errorhandling for json files which are not ticker data
8 years ago
Matthias Voppichler a4906c477e Add handling for gzip files
8 years ago
Matthias Voppichler 756bd63e1d whitespace fix
8 years ago
Matthias Voppichler 9d2b7c1fc0 Add convert script
8 years ago
gcarq fa7f74b4bc use native python logger
8 years ago
gcarq 3f8d7dae39 make name a required argument and add fallback to getEffectiveLevel
8 years ago
Samuel Husso d20e3f79be analyze to use the ccxt OHLCV format
8 years ago
gcarq 3553686e50 plot_dataframe: set missing typehints
8 years ago
gcarq bc554faffb plot_profit: add missing typehints and fix mutable argument issue
8 years ago
Gerald Lonlas cf78da5fae Plot_profit.py: Fix Flake8 warnings
8 years ago