Matthias
|
fd936e26ae
|
Merge branch 'develop' into feat/short
|
2022-02-24 19:56:42 +01:00 |
|
Matthias
|
dc7bcf5dda
|
Update failing test
|
2022-02-20 14:29:26 +01:00 |
|
Matthias
|
000b8ff281
|
Merge pull request #6306 from freqtrade/short_forceentry
add `/forcelong` and `/forceshort` commands
|
2022-01-30 07:36:14 +01:00 |
|
Matthias
|
463714832d
|
Merge branch 'develop' into feat/short
|
2022-01-29 14:19:30 +01:00 |
|
Matthias
|
48d8cd82af
|
_rpc_forcebuy
|
2022-01-26 19:11:01 +01:00 |
|
Reigo Reinmets
|
51b94889b2
|
Just in case also check for closed to avoid counting in canceled orders.
|
2022-01-23 17:56:41 +02:00 |
|
Matthias
|
f090dcc597
|
Merge branch 'develop' into feat/short
|
2022-01-22 17:56:01 +01:00 |
|
Reigo Reinmets
|
ffe69535d8
|
These could be properties.
|
2022-01-13 20:31:03 +02:00 |
|
Reigo Reinmets
|
0bca07a32a
|
Added min_stake, max_stake. Removed pair as its included in trade.
|
2022-01-08 17:20:02 +02:00 |
|
Matthias
|
2116b0729f
|
Integration-test for DCA order
|
2022-01-02 20:20:56 +01:00 |
|
Matthias
|
4d558879e9
|
Merge branch 'feat/short' into pr/samgermain/5378
|
2021-09-17 19:33:35 +02:00 |
|
Sam Germain
|
362dc20406
|
notify_buy -> notify_enter, notify_sell -> notify_exit
|
2021-09-08 02:06:01 -06:00 |
|
Matthias
|
ca44d2e092
|
Merge branch 'feat/short' into pr/samgermain/5378
|
2021-09-04 19:54:34 +02:00 |
|
Matthias
|
c4be52d1c3
|
rename execute_sell to execute_trade_exit
|
2021-08-26 06:53:42 +02:00 |
|
Matthias
|
b951f59f89
|
Fix patch_get_signal
|
2021-08-24 21:03:13 +02:00 |
|
Matthias
|
89b9915c12
|
Update imports for SellType in tests
|
2021-06-08 21:07:16 +02:00 |
|
Matthias
|
6f38976470
|
Introduce cancel_stoploss_with_result
|
2021-05-16 14:15:24 +02:00 |
|
Rokas Kupstys
|
961b38636f
|
Remove explicit sell_flag parameter from SellCheckTuple.
|
2021-04-25 09:48:40 +03:00 |
|
Matthias
|
d8c8a8d8c2
|
Remvoe pointless arguments from get_trade_stake_amount
|
2021-04-21 20:01:10 +02:00 |
|
Matthias
|
ea0b47a7f9
|
Replace test occurances of Trade.session with Trade.query.session
|
2021-04-05 07:38:07 +02:00 |
|
Matthias
|
b8cb39462c
|
Move get_trade_stake_amount to wallets
this way it can be easier used by other functions
|
2021-02-03 20:00:33 +01:00 |
|
Matthias
|
c2a6f70b4c
|
Merge branch 'develop' into keep_dataframe_noapi
|
2020-06-30 07:46:52 +02:00 |
|
Matthias
|
cbcbb4bdb5
|
Rename get_stoploss_order to fetch_stoploss_order (align with fetch_order)
|
2020-06-28 16:30:24 +02:00 |
|
Matthias
|
6d6e7196f4
|
Test trade entry / exit is called correctly
|
2020-06-18 06:50:06 +02:00 |
|
Matthias
|
3174f37b41
|
adapt tests to use stoploss_* methods
|
2020-06-03 06:11:34 +02:00 |
|
Matthias
|
60f26ba501
|
use update_trade_state also for closed stoploss orders
|
2020-05-13 20:25:32 +02:00 |
|
Matthias
|
0bd2fca40b
|
Update tests/test_integration.py
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
|
2020-05-10 09:55:41 +02:00 |
|
Matthias
|
fdcc507f06
|
Fix integration tests
|
2020-05-01 15:50:02 +02:00 |
|
Matthias
|
16b34e11ca
|
Complete rename of stoploss_limit to stoploss
|
2020-01-19 14:40:09 +01:00 |
|
hroff-1902
|
2f82122fc4
|
Merge pull request #2763 from freqtrade/fix/precision_rounding
Fix/precision rounding
|
2020-01-17 01:25:30 +03:00 |
|
Matthias
|
fa1e9dd70d
|
Adjust tests to allow updating within safe_sell_amount
|
2020-01-15 21:53:04 +01:00 |
|
Matthias
|
5fcab1eee8
|
Align method names to internal ccxt names
These methods are reimplemented from ccxt so we can test their behaviour.
|
2020-01-12 14:55:05 +01:00 |
|
Matthias
|
94afb7cb1d
|
Improve integration test with a few additional tests
|
2020-01-02 13:45:03 +01:00 |
|
Matthias
|
64db1f6736
|
Prepare tests to valiate reduced full amount.
|
2020-01-02 13:16:18 +01:00 |
|
hroff-1902
|
fd7af587da
|
Rename process_maybe_execute_buys() --> enter_positions()
|
2019-12-30 22:50:56 +03:00 |
|
hroff-1902
|
84918ad424
|
Rename process_maybe_execute_sells() --> exit_positions()
|
2019-12-30 22:08:36 +03:00 |
|
hroff-1902
|
ce84f74528
|
Adjust tests
|
2019-12-29 05:00:22 +03:00 |
|
Matthias
|
443fd8f7dd
|
Merge branch 'develop' into safe_sell_amount
|
2019-12-28 09:42:52 +01:00 |
|
hroff-1902
|
a95454d338
|
Merge pull request #2709 from freqtrade/dry_wallet_fix
Fix bug in dry-run wallet
|
2019-12-24 23:55:22 +03:00 |
|
Matthias
|
b8442d536a
|
Update integration test to also test dry-run-wallets
|
2019-12-24 06:47:25 +01:00 |
|
Matthias
|
6507a26cc1
|
Fix some tests after merge
|
2019-12-18 20:16:53 +01:00 |
|
Matthias
|
21622ac313
|
Rename get_ticker to fetch_ticker
|
2019-12-18 16:34:30 +01:00 |
|
Matthias
|
5a5741878c
|
Improve dry-run calculations
|
2019-12-15 10:26:56 +01:00 |
|
Matthias
|
b6616d7a13
|
Add test helping debug #1985
|
2019-10-31 10:04:28 +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
|
ce6b869f84
|
Cleanup test
|
2019-10-31 07:11:57 +01:00 |
|
Matthias
|
dc5f1b2878
|
Extract integration tests into sepearte file
|
2019-10-31 07:08:02 +01:00 |
|