Matthias
|
a947a1316b
|
Add test to ensure stoploss is set properly in live
|
2022-05-14 17:42:01 +02:00 |
|
Matthias
|
108903f7f0
|
Add DCA order adjust test
|
2022-05-06 19:50:10 +02:00 |
|
Matthias
|
aee0cfd17a
|
forcebuy_enable -> force_entry_enable
|
2022-04-08 13:39:41 +02:00 |
|
Matthias
|
6d9218cb34
|
sell_signal -> exit_signal
|
2022-04-04 17:11:11 +02:00 |
|
Matthias
|
543aa74278
|
update sell_reason to exit_reason
|
2022-04-02 20:04:29 +02:00 |
|
Matthias
|
d1f61c4cf9
|
Use proper fee for DCA entries
|
2022-03-27 17:00:45 +02:00 |
|
Matthias
|
dcfa3e8648
|
Update SellType to ExitType
|
2022-03-25 06:55:37 +01:00 |
|
Matthias
|
c07883b1f9
|
Move ExitCheckTuple to enums
|
2022-03-25 06:50:18 +01:00 |
|
Matthias
|
8d111d357a
|
Update SellCheckTuple to new naming
|
2022-03-25 06:46:29 +01:00 |
|
Matthias
|
5d4386f037
|
Implement order_types validation
|
2022-03-09 06:37:08 +01:00 |
|
Matthias
|
5c2cca50e5
|
Minor updates, document no leverage changes
|
2022-02-27 15:44:23 +01:00 |
|
Matthias
|
f0f5a50975
|
Update tests to test DCA for shorts
|
2022-02-27 15:44:23 +01:00 |
|
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 |
|