dependabot[bot]
|
a1e425a801
|
Bump fastapi from 0.75.1 to 0.75.2
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.75.1 to 0.75.2.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.75.1...0.75.2)
---
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-18 03:01:19 +00:00 |
|
Sam Germain
|
80b34deb4d
|
bump ccxt to 1.79.69 to account for https://github.com/ccxt/ccxt/pull/12873"
|
2022-04-17 14:38:34 -06:00 |
|
eSeR1805
|
17da4ca099
|
Use order_date_utc
|
2022-04-17 12:11:30 +03:00 |
|
Sam Germain
|
591a2fb7fc
|
switch notionalFloor -> minNotional and notionalCap -> maxNotional
|
2022-04-16 21:47:44 -06:00 |
|
froggleston
|
34fb8dacd7
|
Fix isort complaints
|
2022-04-16 17:03:24 +01:00 |
|
froggleston
|
b738c4e695
|
Fix flake8 complaints
|
2022-04-16 16:49:20 +01:00 |
|
froggleston
|
7210a11730
|
Fix flake8 complaints
|
2022-04-16 16:37:06 +01:00 |
|
froggleston
|
a63affc5f1
|
Fix flake8 complaints
|
2022-04-16 16:32:04 +01:00 |
|
froggleston
|
f55a9940a7
|
Fix line spacing
|
2022-04-16 16:15:04 +01:00 |
|
froggleston
|
b1bcf9f33c
|
Fix backtest_enable typo
|
2022-04-16 14:58:17 +01:00 |
|
froggleston
|
8990ba2709
|
Fix store signal candles
|
2022-04-16 14:49:53 +01:00 |
|
froggleston
|
21734c5de7
|
Add pickle import
|
2022-04-16 14:46:30 +01:00 |
|
froggleston
|
26ba899d7d
|
Add constant, boolean check, rename option to fit with other x_enable, check that RunMode is BACKTEST
|
2022-04-16 14:37:36 +01:00 |
|
Robert Davey
|
afd3a32883
|
Merge branch 'develop' into v3_fixes
|
2022-04-16 14:23:13 +01:00 |
|
eSeR1805
|
698c25f133
|
Fix issues reported by flake.
|
2022-04-16 15:44:07 +03:00 |
|
eSeR1805
|
d65b64a46f
|
Merge branch 'develop' into feat_readjust_entry
|
2022-04-16 15:20:50 +03:00 |
|
eSeR1805
|
237d116d8c
|
Update existing tests to use the new func name.
|
2022-04-16 15:08:54 +03:00 |
|
eSeR1805
|
452f44206a
|
Add new callback to advanced template.
|
2022-04-16 15:08:09 +03:00 |
|
eSeR1805
|
bf5799ef9e
|
Add new functionality to backtesting.
|
2022-04-16 15:07:18 +03:00 |
|
eSeR1805
|
f8a7fdd5ed
|
Add new callback to strategy interface.
|
2022-04-16 15:04:22 +03:00 |
|
eSeR1805
|
317c1e0746
|
Add option to handle_cancel_enter to prevent closing trade.
|
2022-04-16 15:03:44 +03:00 |
|
eSeR1805
|
76c545ba0d
|
Reorganize, rename, redescribe and add new functionality
|
2022-04-16 15:03:09 +03:00 |
|
eSeR1805
|
e5d4f7766e
|
Add new cancel reason for when replacing orders.
|
2022-04-16 14:44:41 +03:00 |
|
eSeR1805
|
16b6b08227
|
Update docs to include info on new functionality.
|
2022-04-16 14:42:41 +03:00 |
|
Matthias
|
4019c05fee
|
Update entry/exit timeout documentation
the type of order is now an Order, no longer a dictionary.
closes #6691
|
2022-04-16 06:48:12 +02:00 |
|
Matthias
|
a4ec8984cd
|
Merge pull request #6685 from freqtrade/bt_load_history
Backtesting load history
|
2022-04-15 16:06:20 +02:00 |
|
Matthias
|
75d6a92e62
|
Merge pull request #6689 from kokimame/avoid-case-amount-zero
Avoid ignoring the case precision amount = 0
|
2022-04-15 15:20:18 +02:00 |
|
Matthias
|
f61d4d36c3
|
Add test for 0 precision amount
|
2022-04-15 14:48:09 +02:00 |
|
kokimame
|
d23d830346
|
Avoid ignoring the case precision amount = 0
|
2022-04-15 00:35:11 +09:00 |
|
Italo
|
1153e65b3e
|
fix flake8
|
2022-04-14 14:34:04 +01:00 |
|
Italo
|
340c0ea391
|
update is_random before asked_non_tried
is_random depends on asked_non_tried and needs to be updated first
|
2022-04-14 14:15:11 +01:00 |
|
Matthias
|
4acb77305a
|
Don't break when running hyperopt-x tools on old resuts
|
2022-04-13 19:33:27 +02:00 |
|
Matthias
|
b1a6db8d29
|
Fix bad usage of base_currency
|
2022-04-13 19:24:21 +02:00 |
|
Italo
|
35cea6dcfa
|
fix unique_list
|
2022-04-13 09:36:46 +01:00 |
|
Matthias
|
f89b64c972
|
Improve test by having multistrat.meta file available
|
2022-04-13 07:09:26 +02:00 |
|
Matthias
|
4ac54a76af
|
Add strategy as mandatory argument
|
2022-04-13 06:47:39 +02:00 |
|
Italo
|
fa298d6f1c
|
fix unique_list logic
|
2022-04-12 23:57:40 +01:00 |
|
Matthias
|
dd5693f4e5
|
Add note about binance Futures trading rules
closes #6683
|
2022-04-12 07:21:30 +02:00 |
|
Matthias
|
0c87702545
|
test for backtest history
|
2022-04-12 06:28:37 +02:00 |
|
Nicolas Papp
|
c8e4687833
|
Plots and hyperopt
|
2022-04-11 16:41:48 -03:00 |
|
Matthias
|
4254d86658
|
Move test-backtestfiles to separate directory
|
2022-04-11 20:32:02 +02:00 |
|
Matthias
|
85e7deb2cd
|
Add loading of historic backtest result
|
2022-04-11 20:04:47 +02:00 |
|
Matthias
|
d9039152ba
|
Add "get backtest historic results" endpoint
|
2022-04-11 19:44:47 +02:00 |
|
Nicolas Papp
|
178240aa6c
|
Merge branch 'develop' of https://github.com/nicolaspapp/freqtrade into feat/relative-drawdown
|
2022-04-11 14:42:10 -03:00 |
|
Matthias
|
baefda80d1
|
Enable flake8 E226 rule
|
2022-04-11 18:02:06 +02:00 |
|
Matthias
|
1084787a38
|
Add note for Update releases
|
2022-04-11 17:48:39 +02:00 |
|
Matthias
|
43779232e1
|
Inlcude docs requirements in dev dependencies
developers should also be able to render the docs without further action.
|
2022-04-11 07:13:31 +02:00 |
|
Matthias
|
3e2d9725dd
|
Merge pull request #6680 from freqtrade/dependabot/pip/develop/ccxt-1.78.62
Bump ccxt from 1.77.98 to 1.78.62
|
2022-04-11 07:12:12 +02:00 |
|
Matthias
|
7f9ea581ea
|
Merge pull request #6681 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.29
Bump prompt-toolkit from 3.0.28 to 3.0.29
|
2022-04-11 07:02:15 +02:00 |
|
Matthias
|
f688c6e568
|
Merge pull request #6679 from freqtrade/dependabot/pip/develop/plotly-5.7.0
Bump plotly from 5.6.0 to 5.7.0
|
2022-04-11 06:34:44 +02:00 |
|