Commit Graph

54 Commits (3bc36cd6507da2ad5b496ee8a87ca7dc175fd521)

Author SHA1 Message Date
Sam Germain 362436f7d2 Renamed example config files so they are .json so that syntax highlighting is all correct. Explicitly listed each one in .gitignore to prevent a real config file from being uploaded accidently
5 years ago
Matthias a05e38dbd3 Require timeframe for plot-profit
5 years ago
Janos 812eb229df plot-profit: Make "auto-open" HTML result optional
5 years ago
Matthias fd3afdc230 plot-profit should use absolute values
5 years ago
Matthias cd5c58fd37 Properly patch exchange for plot_profit test
5 years ago
Matthias ea0ffbae73 use profit_ratio in calculate_cum_profit
5 years ago
Matthias 31e0b09643 Rename config.json.example
5 years ago
nas- 4d7ffa8c81 Added suppoort for regex in whitelist
5 years ago
Matthias 2fdda8e448 plot-profit should fail gracefully if no trade is within the selected timerange
6 years ago
Christof 3cb559994e some more test
6 years ago
Christof fabb31e1bc imports order
6 years ago
Christof f24626e139 removed too many blank lines
6 years ago
Christof 43091a26ce simple tests
6 years ago
Matthias 05f0cc787c Plotting should use startup_candles too
6 years ago
Matthias 9df366d943 Apply isort to tests
6 years ago
Matthias 309ea1246a Update config to use single quotes
6 years ago
Matthias 87e4a82041 Merge branch 'develop' into bt_add_maxdrawdown
6 years ago
Matthias f5f529cace Use correct initialization of DataProvider
6 years ago
Matthias 2881718733 Adapt tests for new column names
6 years ago
Matthias a3506f4d8e Merge branch 'develop' into timeframe
6 years ago
Matthias 3f9ab0846d Rename profitperc to profit_percent
6 years ago
Matthias 950f358982 Replace occurances in test files
6 years ago
Matthias 1f386c570d Don't start plotting profit without trades
6 years ago
Matthias 41d5c40f10 Correctly test drawdown plot
6 years ago
Matthias 0f1640bed4 convert exportfilename to Path when config parsing
6 years ago
hroff-1902 3208faf7ed Do not use ticker where it's not a ticker
6 years ago
Matthias 9d8970a76b Add test and formatting to drawdown
6 years ago
hroff-1902 4f3376e2a1 Do not instantiate directly DefaultStrategy in tests
6 years ago
Matthias b254bdfea3 Move plot_utils to plot_commands
6 years ago
Matthias 888ea58df2 Add tests for new behaviour
7 years ago
Matthias 53499e01de Clearly differentiate trade buys sells (positive and negative)
7 years ago
Matthias b5a806dec7 Fix typo and add tests for create_plotconfig
7 years ago
Matthias 4628024de6 Adapt tests to new add_indicator methodology
7 years ago
Matthias 90744ff5ab show percent instead of ratio (!)
7 years ago
Matthias 1ffda29fd2 Adjust improts to new exception location
7 years ago
Matthias 5fb14e769b Adjust folder to match user_data folder - otherwise running tests
7 years ago
Matthias 9b050523e9
Merge pull request #2397 from freqtrade/feat/new_args_system
7 years ago
Matthias e4bdb92521 Replace some occurances of ticker_interval with timeframe
7 years ago
Matthias 0c3a8ddfb9 Merge branch 'develop' into feat/new_args_system
7 years ago
Matthias 6fe7b13e37 Replace coins in whitelist with existing ones
7 years ago
Matthias a368646745 Merge branch 'develop' into feat/new_args_system
7 years ago
Matthias e82460bde6 Fix create_cum_profit to work with trades that don't open on candle
7 years ago
Matthias f3cfe147b5 Merge branch 'develop' into feat/new_args_system
7 years ago
Matthias ed8d805797 Make paths os independent to have tests pass on windows
7 years ago
Matthias 553a1b90ba
Merge pull request #2297 from jraviotta/scattergl
7 years ago
Matthias 764a35d035 Remove scattergl and fix tests
7 years ago
Matthias eca8ddabe9 Remove unused test-data
7 years ago
Matthias e8106f3792 Fix most tests to have trade as default argument
7 years ago
Matthias 4d566e8bad Update tests to not use Namespace
7 years ago
Jonathan Raviotta adbc0159ae changed more occuranes of function
7 years ago