Matthias
|
21622ac313
|
Rename get_ticker to fetch_ticker
|
2019-12-18 16:34:30 +01:00 |
|
Matthias
|
a2964afd42
|
Rename profit_percent to profit_ratio to be consistent
|
2019-12-17 08:53:30 +01:00 |
|
Matthias
|
0b5354f13d
|
Add required arguments to Trade method
|
2019-12-17 06:58:10 +01:00 |
|
Matthias
|
c741b67c3c
|
Adjust tests for dry_run wallet simulation
|
2019-12-15 10:39:52 +01:00 |
|
Matthias
|
5a5741878c
|
Improve dry-run calculations
|
2019-12-15 10:26:56 +01:00 |
|
Matthias
|
52b212db64
|
Fix tests after changing dry_run_wallet amount
|
2019-12-15 09:38:06 +01:00 |
|
Matthias
|
b69f5afaaf
|
Round amount to precision also for dry-runs
|
2019-12-13 06:59:10 +01:00 |
|
Matthias
|
88a24da272
|
Adapt tests to sending open / close date
|
2019-12-08 14:10:04 +01:00 |
|
Matthias
|
5b996920f2
|
Merge branch 'develop' into configvalidation
|
2019-11-27 19:48:21 +01:00 |
|
hroff-1902
|
f2cd4fdafe
|
Fix the rest of tests
|
2019-11-27 05:12:54 +03:00 |
|
hroff-1902
|
066f324060
|
Make flake happy
|
2019-11-26 12:28:04 +03:00 |
|
hroff-1902
|
8e1e20bf0d
|
Fix some tests
|
2019-11-26 12:07:43 +03:00 |
|
hroff-1902
|
8204107315
|
Add test for get_min_pair_stake_amount() with real data
|
2019-11-26 11:57:02 +03:00 |
|
Matthias
|
a3415e52c0
|
Fix some test-types
|
2019-11-25 07:05:30 +01:00 |
|
Matthias
|
eac01960a7
|
Add testcase for empty-order case
|
2019-11-20 20:37:46 +01:00 |
|
Matthias
|
a5bd4e329a
|
improve cancel_order handling
|
2019-11-20 20:36:38 +01:00 |
|
Matthias
|
c8638ce82f
|
Fix bug where bids_to_ask_delta causes doublebuys
The continue must happen irrespective of the outcome of this - otherwise
the below BUY will happen anyway.
|
2019-11-05 21:03:06 +01:00 |
|
Matthias
|
7be378aaa9
|
Remove markets mock where it's not needed
|
2019-10-31 07:26:48 +01:00 |
|
Matthias
|
734a9d5d87
|
Seperate tests related to worker from test_freqtradebot
|
2019-10-31 07:16:25 +01:00 |
|
Matthias
|
dc5f1b2878
|
Extract integration tests into sepearte file
|
2019-10-31 07:08:02 +01:00 |
|
Matthias
|
20dabd9c41
|
Merge branch 'develop' into whitelist_docs
|
2019-10-26 13:36:39 +02:00 |
|
Matthias
|
32df73c056
|
flake
|
2019-10-26 13:28:04 +02:00 |
|
Matthias
|
f5351e60e7
|
Adjust markets mock
|
2019-10-26 13:23:37 +02:00 |
|
Matthias
|
3929ad4e1f
|
Fix typo
|
2019-10-26 09:21:51 +02:00 |
|
Matthias
|
2f1d9696cd
|
Change keepalive to heartbeat
|
2019-10-25 20:00:08 +02:00 |
|
Matthias
|
0773a65333
|
Add I Am Alive Message
|
2019-10-25 15:01:35 +02:00 |
|
Matthias
|
8201f70a80
|
Change loglevel of repeated message to debug
|
2019-10-25 14:19:02 +02:00 |
|
hroff-1902
|
9e23ca14d1
|
Merge pull request #2384 from freqtrade/improve_buy_timeout_handling
Improve buy timeout handling
|
2019-10-18 22:30:41 +03:00 |
|
Matthias
|
c649f9844e
|
Compare >= instead of =
|
2019-10-18 19:36:04 +02:00 |
|
Matthias
|
e55b2a1a1c
|
Allow test to pass on fast computers by setting the offset to -1
|
2019-10-18 12:36:45 +02:00 |
|
Matthias
|
9d739f98ac
|
use requested - remaining amount - not the requested amount!
|
2019-10-18 09:04:05 +02:00 |
|
Matthias
|
c181fac6c7
|
fix #2383
|
2019-10-18 06:48:39 +02:00 |
|
Matthias
|
0ac46eddca
|
Add tests for new scenario
|
2019-10-18 06:48:39 +02:00 |
|
Matthias
|
c735d35265
|
Extract open_trade generation from freqtradebot
|
2019-10-18 06:48:33 +02:00 |
|
Matthias
|
a39d51d7d0
|
Update test to use limit_buy_order
|
2019-10-17 19:36:57 +02:00 |
|
Matthias
|
85c4546333
|
Merge pull request #2343 from hroff-1902/move-experimental
Move experimental settings to ask_strategy
|
2019-10-10 16:08:11 +02:00 |
|
hroff-1902
|
9b23376415
|
Move experimental settings to ask_strategy
|
2019-10-05 13:29:59 +03:00 |
|
Matthias
|
78381e9e7b
|
Improve test to test full sell cycle
|
2019-10-04 14:47:37 +02:00 |
|
Matthias
|
38f184e50d
|
Update test to not mock stoploss_on_exchange
|
2019-10-03 06:54:15 +02:00 |
|
Matthias
|
1f4e5b17b7
|
Add basic test for execute sells_multiple logic
|
2019-10-03 06:37:25 +02:00 |
|
Matthias
|
9ee7e28ef8
|
Clean up some mocks
|
2019-10-03 06:23:58 +02:00 |
|
hroff-1902
|
4b29c4cdbf
|
Test for handling closed trade adjusted
|
2019-10-02 19:08:49 +03:00 |
|
hroff-1902
|
15aae8a58c
|
Tests adjusted
|
2019-10-02 13:51:32 +03:00 |
|
Matthias
|
43f2ef226c
|
Change rel_tol to abs_tol to avoid surprises with high priced pairs
|
2019-09-28 10:30:12 +02:00 |
|
Matthias
|
49f0a72121
|
Add test for rounding error on fload aggregation
|
2019-09-26 07:17:54 +02:00 |
|
Matthias
|
5978b7bb93
|
Add explicit test for halfbought fee adjustment
|
2019-09-26 07:17:49 +02:00 |
|
hroff-1902
|
76e45883bd
|
Merge pull request #2253 from hroff-1902/backtesting-improve-logs
Improve logs for backtesting
|
2019-09-14 11:23:46 +03:00 |
|
Matthias
|
b00467c8ef
|
Fix test failure
|
2019-09-14 10:07:23 +02:00 |
|
hroff-1902
|
c8d191a5c9
|
Adjust test
|
2019-09-12 22:53:54 +03:00 |
|
hroff-1902
|
acf3b751f0
|
Log sell_flag, do not log sell_type=SellType.NONE
|
2019-09-12 01:21:14 +03:00 |
|