Matthias
a808fb3b10
versionbump ccxt to first version that has FTX implemented correctly
6 years ago
Matthias
68a59fd26d
Add Hint to suggest this is still broken
6 years ago
Matthias
78dea19ffb
Implement first version of FTX stop
6 years ago
hroff-1902
04a2fb16aa
Merge pull request #3433 from freqtrade/fix/cost_calc_crash
...
Free trades should not crash the bot
6 years ago
Matthias
ad61673d6f
Fix missing key in test order
6 years ago
Matthias
a2551daf12
Fix ZeroDivision problem where cost is 0.0
6 years ago
Matthias
ea954b4338
Add failing test with testcase from incident
...
Full problem in #3431
6 years ago
Matthias
8550c3e43f
Merge pull request #3409 from hroff-1902/exchange_logging
...
Minor: Better exchange debug logging
6 years ago
hroff-1902
48117666fe
Update freqtrade/exchange/exchange.py
...
Co-authored-by: Matthias <xmatthias@outlook.com>
6 years ago
Matthias
ca2352921f
Merge pull request #3432 from hroff-1902/fix/3404
...
Fix crash in #3404
6 years ago
hroff-1902
f4c2bb1346
Fix crash in #3404
6 years ago
hroff-1902
85fedf95e8
Make mypy happy
6 years ago
hroff-1902
4c82f127b3
Merge pull request #3419 from freqtrade/api_trade_response
...
Api trade response
6 years ago
hroff-1902
2cc47f651d
Merge pull request #3408 from freqtrade/apiserver_logging
...
Apiserver logging
6 years ago
hroff-1902
aff80d7331
Merge pull request #3417 from freqtrade/bt_result_store_metrics
...
Refactor result store metrics
6 years ago
hroff-1902
5435df84bd
Merge pull request #3387 from freqtrade/rpc_blacklist
...
Improve RPC Blacklist by adding feedback
6 years ago
hroff-1902
4c2228a2da
Merge pull request #3399 from freqtrade/fix_sell_rate_caching
...
[minor] Fix sell rate caching
6 years ago
hroff-1902
7b9bb5ba3d
Merge pull request #3425 from freqtrade/sell_rate_raise_empty
...
Verify sell-rate returns a value.
6 years ago
hroff-1902
2928687acf
Merge pull request #3426 from freqtrade/percent_ratio
...
Remove deprecated setting
6 years ago
Matthias
67a3c32373
Remove some occurances of percentage
6 years ago
Matthias
3139343946
Remove capital_available_percentage and raise instead
6 years ago
Matthias
f6f75072ba
Fix linelength
6 years ago
Matthias
c35f9f8d39
Verify sell-rate got a value - otherwise downstream code does not work.
...
Using PricingException here will cease operation for this pair for this
iteration - postponing handling to the next iteration - where hopefully
a price is again present.
6 years ago
Matthias
65c5bba189
Fix typo in docs
...
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
6 years ago
Matthias
7e10ebc848
Merge pull request #3421 from freqtrade/dependabot/pip/develop/plotly-4.8.1
...
Bump plotly from 4.7.1 to 4.8.1
6 years ago
Matthias
e4ace5ac1b
Merge pull request #3422 from freqtrade/dependabot/pip/develop/ccxt-1.29.5
...
Bump ccxt from 1.28.49 to 1.29.5
6 years ago
Matthias
0ed47abe5a
Merge pull request #3420 from freqtrade/dependabot/pip/develop/mkdocs-material-5.2.2
...
Bump mkdocs-material from 5.2.1 to 5.2.2
6 years ago
dependabot-preview[bot]
005addf0a5
Bump ccxt from 1.28.49 to 1.29.5
...
Bumps [ccxt](https://github.com/ccxt/ccxt ) from 1.28.49 to 1.29.5.
- [Release notes](https://github.com/ccxt/ccxt/releases )
- [Changelog](https://github.com/ccxt/ccxt/blob/master/doc/exchanges-by-country.rst )
- [Commits](https://github.com/ccxt/ccxt/compare/1.28.49...1.29.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years ago
dependabot-preview[bot]
74088ba438
Bump plotly from 4.7.1 to 4.8.1
...
Bumps [plotly](https://github.com/plotly/plotly.py ) from 4.7.1 to 4.8.1.
- [Release notes](https://github.com/plotly/plotly.py/releases )
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md )
- [Commits](https://github.com/plotly/plotly.py/compare/v4.7.1...v4.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years ago
dependabot-preview[bot]
b06c1daddb
Bump mkdocs-material from 5.2.1 to 5.2.2
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.2.1...5.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years ago
Matthias
d2b7016dff
Add stop_loss_abs ...
6 years ago
Matthias
6dec508c5e
Add new fields to tests
6 years ago
Matthias
adde1cfee2
Add stoplosss_ratio and initial_stoploss_ratio
6 years ago
Matthias
091693308a
Correctly call show_backtest_results
6 years ago
Matthias
ceaf32d304
Extract backtesting report generation from show_backtest_Results
6 years ago
Matthias
f202e09b10
Extract conversion to trades list to it's own function
6 years ago
hroff-1902
123a556ec8
Better exchange logging
6 years ago
Matthias
4087161d2b
fix broken test
6 years ago
Matthias
dc7f0f1187
Add api-server to default config samples
6 years ago
Matthias
7ad1c7e817
Allow lower verbosity level for api server
...
Not logging all calls makes sense when running the UI
otherwise this is VERY verbose, clogging up the log.
6 years ago
hroff-1902
84c50bf16c
Merge pull request #3390 from freqtrade/rpc/profit
...
improve /profit to not raise an exception if no trade is closed
6 years ago
hroff-1902
96aab86e45
Merge pull request #3405 from freqtrade/remove_internals_ref
...
Disabledataframecheck is not in internals and does not belong there
6 years ago
hroff-1902
a162b911b6
Merge pull request #3398 from freqtrade/ccxt_config_combine
...
combine CCXT configurations ...
6 years ago
Matthias
cc90e7b413
Show "No trades yet." when no trade happened yet
6 years ago
Matthias
91f84f1a43
Fix typo in close trade message
6 years ago
Matthias
a0d6a72bc8
Update docs/configuration.md
...
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
6 years ago
Matthias
e03bde9109
Merge pull request #3403 from freqtrade/hroff-1902-patch-2
...
minor: Fix docs
6 years ago
Matthias
e505a1b840
Merge pull request #3402 from freqtrade/hroff-1902-patch-1
...
Docs: fix #3401
6 years ago
Matthias
908449640a
Disabledataframecheck is not in internals and does not belong there
6 years ago
hroff-1902
48915d7945
minor: Fix docs
6 years ago