Commit Graph

5678 Commits (eeecdd4e5a5f70ba2e7943bf3c6aaf4b5742e5b3)
 

Author SHA1 Message Date
hroff-1902 082065cd50 minor cosmetics in arguments.py
7 years ago
hroff-1902 a65b5f8e02 make some more arguments positive integers
7 years ago
hroff-1902 d8f133aaf3 remove duplicated loglevel option
7 years ago
hroff-1902 8e272e5774 minor: cosmetics in arguments.py
7 years ago
hroff-1902 ce2a5b2838 move loggers setup out of configuration
7 years ago
Matthias bcf2bc6f8c
Merge pull request #1999 from freqtrade/minor/datadir
7 years ago
Matthias 17800c8ca5 Remove folder references (it's directory!)
7 years ago
Matthias 5c6039fd8b Fix #1997 - rename folder to dir
7 years ago
Matthias 40fe2d2c16 Test get_valid_pair_combination
7 years ago
Matthias 1bcf2737fe Add tests for new behaviour
7 years ago
Matthias fcdbe846e5 Fix #1981 - Detect reverted currency pairs
7 years ago
Matthias d055dc0c6e
Merge pull request #1993 from freqtrade/refactor/arguments
7 years ago
Matthias e19c192570
Merge pull request #1994 from hroff-1902/fix-validate_timeframes
7 years ago
hroff-1902 b80cef964e fix validate_timeframes(); test added
7 years ago
Matthias b43594e4eb
Merge pull request #1996 from hroff-1902/fix/1995
7 years ago
Matthias 0908863e07
Merge pull request #1987 from freqtrade/plot_script_changes
7 years ago
Matthias b3644f7fa0 Fix typo in docstring
7 years ago
hroff-1902 d41b8cc96e catch ccxt.BaseError
7 years ago
hroff-1902 91fb9d0113 fix #1995
7 years ago
Matthias 85ac217abc Remove duplicate keyword from arguments
7 years ago
Matthias 687381f42c
Merge pull request #1991 from freqtrade/pyup/scheduled-update-2019-07-01
7 years ago
pyup-bot c91add203d Update mypy from 0.710 to 0.711
7 years ago
pyup-bot 1e4f459a26 Update pytest from 4.6.3 to 5.0.0
7 years ago
pyup-bot 06ad04e5fa Update ccxt from 1.18.805 to 1.18.860
7 years ago
Matthias 80bf5c9756
Merge pull request #1988 from freqtrade/fix/timeframes_crash
7 years ago
Matthias 0d601fd111 Remove logger message
7 years ago
Matthias 01904d3c1e Test not having timeframe available on exchange object
7 years ago
Matthias 0c7d14fe50 Check if timeframes is available and fail gracefully otherwise
7 years ago
Matthias cdeb649d0b
Merge pull request #1967 from freqtrade/modify/setup.sh
7 years ago
Matthias 79ae3c2f2e
Merge pull request #1977 from hroff-1902/cleanup/freqtradebot
7 years ago
Matthias 59818af69c Remove common_datearray function
7 years ago
Matthias 44e0500958 Test init_plotscript
7 years ago
Matthias db59d39e2c Don't use class for plotting
7 years ago
Matthias 587d71efb5 Test generate_profit_plot
7 years ago
Matthias c7a4a16eec Create generate_plot_graph
7 years ago
Matthias 0b517584aa Use add_profit in script
7 years ago
Matthias 5a11ffcad8 Add test for add_profit
7 years ago
Matthias 0a184d380e create add_profit function
7 years ago
Matthias 6b387d320e extract combine_tickers to btanalysis
7 years ago
Matthias 348513c151 Improve formatting of plotting.py
7 years ago
Matthias 0d5e94b147 Rename generate_row to add_indicators
7 years ago
Matthias 88545d882c Use FTPlots class in plot-scripts
7 years ago
Matthias 42ea0a19d2 create FTPlots class to combine duplicate script code
7 years ago
Matthias c87d27048b align plot_profit to plot_dataframe
7 years ago
Matthias 700bab7279 Rename generate_plot_file to store_plot_file
7 years ago
Matthias c3db4ebbc3 Revise plot_profit to use pandas functions where possible
7 years ago
Matthias 8aa327cb8a Add load_trades abstraction (to load trades from either DB or file)
7 years ago
Matthias 4218d569de Only read trades once
7 years ago
Matthias e50eee59cf Seperate plot-name generation and plotting
7 years ago
Matthias 4506832925 Update docstring
7 years ago