Matthias
|
56c2aa89bc
|
Merge pull request #8344 from freqtrade/fix/db_concurrent
Fix db concurrent problem
|
2023-03-20 18:17:09 +01:00 |
|
Matthias
|
222ecdecd2
|
Improve code quality
|
2023-03-19 17:50:08 +01:00 |
|
Matthias
|
62c8dd98d5
|
Use combination of thread-local and asyncio-aware session context
|
2023-03-18 19:28:22 +01:00 |
|
Matthias
|
9d6e973e5b
|
remove .query from most tests
|
2023-03-16 07:25:04 +01:00 |
|
Matthias
|
47ab285252
|
Minor test fix
|
2023-03-15 20:49:35 +01:00 |
|
Matthias
|
fff08f737f
|
/status msg - improve formatting further
|
2023-03-06 06:39:05 +01:00 |
|
Matthias
|
108a578772
|
Update tests to latest rpc changes
|
2023-03-04 20:17:19 +01:00 |
|
Matthias
|
022f85095e
|
Show Number of exits
part of #8234
|
2023-03-03 06:31:40 +01:00 |
|
Matthias
|
5d0e14b564
|
Don't mock full modules
|
2023-03-02 18:23:49 +01:00 |
|
Matthias
|
2ca8b0b12e
|
Update more exchange mocks to use EXMS
|
2023-03-01 20:27:15 +01:00 |
|
Matthias
|
bcdf4e0fe8
|
Use variable for exchange mocks to shorten lines
|
2023-03-01 20:27:15 +01:00 |
|
Matthias
|
dd10dec73d
|
Improve variable wording
|
2023-02-28 20:31:02 +01:00 |
|
Matthias
|
386915378b
|
Improve /status message (show Total profit)
|
2023-02-28 19:54:47 +01:00 |
|
Matthias
|
244fd0e731
|
Merge pull request #8184 from LangLazy/feature
Feature market direction
|
2023-02-28 17:22:31 +01:00 |
|
Matthias
|
65d1598a90
|
Show absolute profit in /status command
|
2023-02-27 21:17:02 +01:00 |
|
Rahul Gudise
|
ade64f25d3
|
fixed formatting
|
2023-02-17 17:08:39 -05:00 |
|
Rahul
|
72af1912ca
|
added new text
|
2023-02-17 22:01:00 +00:00 |
|
Matthias
|
9600039686
|
Update dry-run fill method naming
|
2023-02-17 06:37:03 +01:00 |
|
Rahul
|
b73089deb8
|
fixed a test
|
2023-02-16 17:51:50 -05:00 |
|
Matthias
|
bbc663fce1
|
Add telegram test
|
2023-01-31 19:26:26 +01:00 |
|
Matthias
|
daafc1c90f
|
Update test and help
|
2023-01-31 18:16:59 +01:00 |
|
Matthias
|
ad49541947
|
Adapt Tests for new mandatory columns
|
2023-01-08 13:55:52 +01:00 |
|
Matthias
|
1da8ad69d9
|
improve more tests by freezing time
|
2022-12-08 14:33:16 +01:00 |
|
Matthias
|
bbedc4b63e
|
Stop clock to avoid random failures on slow CI runs
|
2022-12-08 14:15:29 +01:00 |
|
Matthias
|
ff36431680
|
Adjust tests for new messageType handling
|
2022-09-20 20:34:56 +02:00 |
|
Matthias
|
36e5c18fa6
|
Don't raise exception when a message is not implemented in telegram
|
2022-09-05 20:54:03 +02:00 |
|
Matthias
|
b9f35cadb3
|
add /stopentry alias for /stopbuy
|
2022-08-28 11:37:22 +02:00 |
|
Matthias
|
61acbf21d0
|
Fix broken telegram tests
|
2022-08-13 15:46:06 +02:00 |
|
ecoppen
|
ccc0ad6f64
|
fix - reload whitelist
Should fix the issue, if not I'll move development to a different computer and get local testing running properly.
|
2022-08-12 19:58:41 +01:00 |
|
ecoppen
|
ace9626483
|
Update tests for sorted and nobase
Tests for PR #7211
|
2022-08-10 15:04:24 +01:00 |
|
Matthias
|
2687633941
|
Test iterative sending of /status
|
2022-08-06 09:16:04 +02:00 |
|
Matthias
|
b12dd15f4f
|
Send multiple messages in /status if required
|
2022-08-06 09:10:12 +02:00 |
|
Matthias
|
7675187c37
|
Use telegram message length to avoid constants
|
2022-08-05 07:31:19 +02:00 |
|
Matthias
|
c6e121ffb4
|
Update tests with correct usdt mock trades
|
2022-08-05 07:21:46 +02:00 |
|
Kavinkumar
|
a4bada3ebe
|
Partial exit using average price (#6545)
Introduce Partial exits
|
2022-07-31 14:19:04 +02:00 |
|
Matthias
|
0adfa4d9ef
|
Add tests for dataprovider send-message methods
|
2022-07-27 06:34:15 +02:00 |
|
Matthias
|
24a786bedd
|
Update rpc test to contain sell order
|
2022-07-23 15:23:24 +02:00 |
|
Matthias
|
bf992fd9df
|
Add test for newly added functionality
|
2022-07-11 14:09:44 +02:00 |
|
Matthias
|
40c9abc7e1
|
Add trading volume to /profit output
|
2022-06-18 11:40:32 +02:00 |
|
Matthias
|
6a15d36d14
|
Add Drawdown and profit_factor to /profit
#6816
|
2022-06-18 11:14:28 +02:00 |
|
Matthias
|
d77ce468ea
|
Add "dry" hint to buy/sell messages
part of #6962
|
2022-06-18 09:40:53 +02:00 |
|
Matthias
|
43c871f2f4
|
Use time-machine to stabilize time-sensitive tests
|
2022-06-13 06:49:31 +02:00 |
|
Matthias
|
7619fd08d6
|
Update telegram tests to use mock_trades
|
2022-06-12 19:41:28 +02:00 |
|
Matthias
|
dff83ef620
|
Update telegram profit test to USDT
|
2022-06-12 17:30:01 +02:00 |
|
Matthias
|
9ba11f7bcc
|
Update docs and tests for new daily command
|
2022-06-11 11:26:49 +02:00 |
|
Matthias
|
1a5c3c587d
|
Simplify weekly/monthly tests, convert to usdt
|
2022-06-11 08:53:37 +02:00 |
|
Matthias
|
ab6a306e07
|
Update daily test to USDT
|
2022-06-11 08:31:59 +02:00 |
|
Matthias
|
76f87377ba
|
Reduce decimals on FIAT daily column
|
2022-06-10 20:18:53 +02:00 |
|
Matthias
|
68fe7476c9
|
Update more terminology to forceexit
|
2022-04-10 15:56:29 +02:00 |
|
Matthias
|
2653d83fee
|
Merge branch 'develop' into pr/cyberjunky/6615
|
2022-04-10 09:24:53 +02:00 |
|