Italo
|
7142394121
|
remove random_state condition
otherwise the random sample always draws the same set of points
|
2022-06-10 09:46:45 +01:00 |
|
Matthias
|
ad3c01736e
|
time aggregate to only query for data necessary
improves the query by not creating a full trade object.
|
2022-06-10 07:26:53 +02:00 |
|
Matthias
|
2218313f5c
|
Merge pull request #6957 from freqtrade/rpc_consolidate_daily
Rpc consolidate daily
|
2022-06-10 06:39:59 +02:00 |
|
Matthias
|
2e67e2f911
|
Merge pull request #6958 from italodamato/opt-ask-force-new-points
don't overwrite is_random
|
2022-06-10 06:37:03 +02:00 |
|
Italo
|
dce9fdd0e4
|
don't overwrite is_random
this should fix issue #6746
|
2022-06-09 20:06:23 +01:00 |
|
Matthias
|
8fb743b91d
|
improve variable wording
|
2022-06-09 20:13:26 +02:00 |
|
Matthias
|
dd32127014
|
Merge pull request #6944 from gaugau3000/develop
give extra info on rate origin for confirm_trade_*
|
2022-06-09 20:10:29 +02:00 |
|
Matthias
|
3c2ba99fc4
|
Improve sql cheatsheet docs
|
2022-06-09 19:57:56 +02:00 |
|
Matthias
|
a9c7ad8a0f
|
Add warning about sqlite disabled foreign keys
|
2022-06-09 19:51:21 +02:00 |
|
Matthias
|
1ddd5f1901
|
Update docstring throughout the bot.
|
2022-06-09 19:41:08 +02:00 |
|
Matthias
|
88f8cbe172
|
Update tests to reflect new naming
|
2022-06-09 19:38:18 +02:00 |
|
Matthias
|
b211a5156f
|
Add test for strategy_wrapper lazy loading
|
2022-06-09 19:36:15 +02:00 |
|
Matthias
|
a547001601
|
Reduce Telegram "unit" stats
|
2022-06-09 07:06:32 +02:00 |
|
Matthias
|
d4dd026310
|
Consolidate monthly stats to common method
|
2022-06-09 07:06:32 +02:00 |
|
Matthias
|
3cb15a2a54
|
Combine weekly and daily profit methods
|
2022-06-09 07:06:32 +02:00 |
|
Matthias
|
c550cd8b0d
|
Simplify query in freqtradebot
|
2022-06-09 07:04:46 +02:00 |
|
Matthias
|
6a7ffd5483
|
Merge pull request #6952 from freqtrade/dependabot/docker/python-3.10.5-slim-bullseye
Bump python from 3.10.4-slim-bullseye to 3.10.5-slim-bullseye
|
2022-06-09 06:27:59 +02:00 |
|
dependabot[bot]
|
d265b8adb6
|
Bump python from 3.10.4-slim-bullseye to 3.10.5-slim-bullseye
Bumps python from 3.10.4-slim-bullseye to 3.10.5-slim-bullseye.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-09 03:01:48 +00:00 |
|
Matthias
|
7eacb847b0
|
Fix backtesting bug when order is not replaced
|
2022-06-08 20:21:45 +02:00 |
|
gautier pialat
|
ac40ae89b9
|
give extra info on rate origin for confirm_trade_*
Documentation :
Take into consideration the market buy/sell rates use case for the confirm_trade_entry and confirm_trade_exit callback function
|
2022-06-08 00:20:33 +02:00 |
|
Matthias
|
381d64833d
|
version-bump ccxt
|
2022-06-07 21:05:31 +02:00 |
|
robcaulk
|
d9b79d94e4
|
increase candle update flexibility to allow long sequential trainings that may last more than one candle
|
2022-06-07 20:57:10 +02:00 |
|
robcaulk
|
66800c7a45
|
ensure newest candles are always appended
|
2022-06-07 20:24:23 +02:00 |
|
robcaulk
|
f8f25e36ef
|
update example config/strat
|
2022-06-07 19:54:45 +02:00 |
|
robcaulk
|
15d049cffe
|
detect if upper tf candles are new or not, append if so. Correct the epoch for candle update check
|
2022-06-07 19:49:20 +02:00 |
|
Matthias
|
ca281c5722
|
Merge pull request #6943 from freqtrade/cancel_outdated_orders
Cancel orders which can no longer be found after several days
|
2022-06-07 18:05:15 +02:00 |
|
Matthias
|
9534d6cca1
|
Cancel orders which can no longer be found after several days
|
2022-06-07 07:03:40 +02:00 |
|
robcaulk
|
cab8f517b4
|
add lock to datadrawer
|
2022-06-07 01:07:30 +02:00 |
|
robcaulk
|
4b26b6aaec
|
add lock to any historic data access
|
2022-06-07 00:54:18 +02:00 |
|
Robert Caulk
|
3c2e314ee5
|
Fix bugs
|
2022-06-06 16:26:07 -06:00 |
|
Robert Caulk
|
e6c5e737a2
|
Fix other bugs
|
2022-06-06 16:24:32 -06:00 |
|
Robert Caulk
|
bf19055e53
|
Update function spelling
|
2022-06-06 15:56:12 -06:00 |
|
Robert Caulk
|
2451ed8c88
|
Quick bug fix
|
2022-06-06 15:11:54 -06:00 |
|
Matthias
|
5007024f63
|
Merge pull request #6940 from freqtrade/bt_orders
Open orders should also be shown in the UI
|
2022-06-06 13:44:21 +02:00 |
|
Matthias
|
de79192432
|
Merge pull request #6941 from freqtrade/ci/concurrency
Update CI to use github actions builtin concurrency
|
2022-06-06 13:36:55 +02:00 |
|
Matthias
|
057be50941
|
Remove old concurrency method
|
2022-06-06 11:11:47 +02:00 |
|
Matthias
|
4eb6e80b4f
|
Merge pull request #6936 from freqtrade/dependabot/pip/develop/jsonschema-4.6.0
Bump jsonschema from 4.5.1 to 4.6.0
|
2022-06-06 11:03:40 +02:00 |
|
Matthias
|
c00a7b65af
|
Merge pull request #6937 from freqtrade/dependabot/pip/develop/types-requests-2.27.30
Bump types-requests from 2.27.29 to 2.27.30
|
2022-06-06 11:00:40 +02:00 |
|
Matthias
|
0b806af487
|
Add orders column to btresult
|
2022-06-06 10:59:10 +02:00 |
|
Matthias
|
82c5a6b29d
|
Update CI to use concurrency
|
2022-06-06 10:57:33 +02:00 |
|
Matthias
|
ea9b68badd
|
Add updating freqtrade to updating desc
|
2022-06-06 10:54:26 +02:00 |
|
Matthias
|
99f6c75c40
|
Bump types-requests precommit
|
2022-06-06 10:22:19 +02:00 |
|
Matthias
|
e2948857bf
|
Merge pull request #6938 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.37
Bump sqlalchemy from 1.4.36 to 1.4.37
|
2022-06-06 10:21:38 +02:00 |
|
Matthias
|
767de555a6
|
Merge pull request #6934 from freqtrade/dependabot/pip/develop/filelock-3.7.1
Bump filelock from 3.7.0 to 3.7.1
|
2022-06-06 10:20:50 +02:00 |
|
Matthias
|
73043f2ccc
|
Merge pull request #6933 from freqtrade/dependabot/pip/develop/orjson-3.7.1
Bump orjson from 3.6.8 to 3.7.1
|
2022-06-06 10:20:35 +02:00 |
|
Matthias
|
55cda53325
|
Merge pull request #6935 from freqtrade/dependabot/pip/develop/mkdocs-material-8.3.2
Bump mkdocs-material from 8.2.16 to 8.3.2
|
2022-06-06 10:20:08 +02:00 |
|
Matthias
|
a96dce0f8f
|
Merge pull request #6939 from freqtrade/dependabot/pip/develop/ccxt-1.84.97
Bump ccxt from 1.84.39 to 1.84.97
|
2022-06-06 10:19:48 +02:00 |
|
dependabot[bot]
|
05922e9ebc
|
Bump ccxt from 1.84.39 to 1.84.97
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.84.39 to 1.84.97.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/exchanges.cfg)
- [Commits](https://github.com/ccxt/ccxt/compare/1.84.39...1.84.97)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 03:02:15 +00:00 |
|
dependabot[bot]
|
4affa75ff5
|
Bump sqlalchemy from 1.4.36 to 1.4.37
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.36 to 1.4.37.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)
---
updated-dependencies:
- dependency-name: sqlalchemy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 03:02:07 +00:00 |
|
dependabot[bot]
|
963dc0221c
|
Bump types-requests from 2.27.29 to 2.27.30
Bumps [types-requests](https://github.com/python/typeshed) from 2.27.29 to 2.27.30.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-requests
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 03:01:59 +00:00 |
|