Italo
|
a9f14ac119
|
show buy_tag only if not None
|
4 years ago |
Italo
|
8ce5536dd8
|
fix tests
added buy_tag to first ADA/USDT trade
|
4 years ago |
Matthias
|
28011a3907
|
Update bt_results filename to new.json
|
4 years ago |
Matthias
|
09fae25c94
|
Fix some tests after drawdown calculation change
|
4 years ago |
Matthias
|
08ba5b0451
|
Update docs to include underwaterplot
|
4 years ago |
Matthias
|
fb06a673e0
|
Add Underwater plot
|
4 years ago |
Matthias
|
a2d97eecfe
|
Add trade parallelism plot
closes #6142
|
4 years ago |
Matthias
|
e0fd880c11
|
Improve some more pct formattings
|
4 years ago |
Matthias
|
ce2aa1dc69
|
Small formatting upgrades
|
4 years ago |
Matthias
|
6d96b11279
|
Rename DefaultStrategy
|
5 years ago |
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
must be set in config or via --timeframe
|
5 years ago |
Janos
|
812eb229df
|
plot-profit: Make "auto-open" HTML result optional
Adding an "--auto-open" argument.
This improves tool processing of the results, while still allowing to open the HTML file for easy use.
|
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
it's really the config dedicated to bittrex,
so the name should reflect this in beeing config_bittrex.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
closes #4119
|
5 years ago |
Christof
|
3cb559994e
|
some more test
|
5 years ago |
Christof
|
fabb31e1bc
|
imports order
|
5 years ago |
Christof
|
f24626e139
|
removed too many blank lines
|
5 years ago |
Christof
|
43091a26ce
|
simple tests
|
5 years ago |
Matthias
|
05f0cc787c
|
Plotting should use startup_candles too
closes #3943
|
5 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
plotting profit only makes sense when trades are available
|
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
|
6 years ago |
Matthias
|
53499e01de
|
Clearly differentiate trade buys sells (positive and negative)
* Swap trade buys to cyan circles
* Show sell-reason description on buy too
* Green positive sells - red negative / 0 sells
|
6 years ago |
Matthias
|
b5a806dec7
|
Fix typo and add tests for create_plotconfig
|
6 years ago |
Matthias
|
4628024de6
|
Adapt tests to new add_indicator methodology
|
6 years ago |
Matthias
|
90744ff5ab
|
show percent instead of ratio (!)
|
6 years ago |
Matthias
|
1ffda29fd2
|
Adjust improts to new exception location
|
6 years ago |
Matthias
|
5fb14e769b
|
Adjust folder to match user_data folder - otherwise running tests
creates this folder
|
6 years ago |
Matthias
|
9b050523e9
|
Merge pull request #2397 from freqtrade/feat/new_args_system
require subcommand for all actions
|
6 years ago |
Matthias
|
e4bdb92521
|
Replace some occurances of ticker_interval with timeframe
|
6 years ago |
Matthias
|
0c3a8ddfb9
|
Merge branch 'develop' into feat/new_args_system
|
6 years ago |
Matthias
|
6fe7b13e37
|
Replace coins in whitelist with existing ones
|
6 years ago |