Matthias
|
9c34304cb9
|
Move state enums to enums package
|
2021-06-08 21:20:35 +02:00 |
|
Matthias
|
89b9915c12
|
Update imports for SellType in tests
|
2021-06-08 21:07:16 +02:00 |
|
Matthias
|
c389d44e9a
|
Improve filling logic
|
2021-06-05 15:22:52 +02:00 |
|
Matthias
|
1e988c97ad
|
Update dry-run order handling to use realistic fill prices
closes #3389
|
2021-06-05 09:09:39 +02:00 |
|
Matthias
|
387f3bbc5d
|
Adjust missed tests
|
2021-06-02 11:43:47 +02:00 |
|
Matthias
|
bd1984386e
|
Move get_sell_rate to exchange class
|
2021-06-02 11:41:13 +02:00 |
|
Matthias
|
12916243ec
|
Move get_buy_rate to exchange class
|
2021-06-02 11:30:19 +02:00 |
|
Matthias
|
4e94d3d3e5
|
Add test for too small buy check
|
2021-05-21 19:49:36 +02:00 |
|
Matthias
|
6f38976470
|
Introduce cancel_stoploss_with_result
|
2021-05-16 14:15:24 +02:00 |
|
Matthias
|
a3d2e68312
|
Merge pull request #4750 from rokups/rk/custom_sell
Add IStrategy.custom_sell method which allows per-trade sell signal evaluation
|
2021-04-29 06:50:56 +02:00 |
|
Matthias
|
63c28b6519
|
Remove obsolete get_balance method
|
2021-04-28 16:00:12 +02:00 |
|
Rokas Kupstys
|
961b38636f
|
Remove explicit sell_flag parameter from SellCheckTuple.
|
2021-04-25 09:48:40 +03:00 |
|
Rokas Kupstys
|
bfad4e82ad
|
Make execute_sell() use SellCheckTuple for sell reason.
|
2021-04-25 09:48:40 +03:00 |
|
Matthias
|
f12e002686
|
Merge pull request #4775 from freqtrade/fix_wallet_unlimited
Fix wallet unlimited
|
2021-04-24 15:54:06 +02:00 |
|
Matthias
|
d8c8a8d8c2
|
Remvoe pointless arguments from get_trade_stake_amount
|
2021-04-21 20:01:10 +02:00 |
|
Matthias
|
efbe0843be
|
Add documentation for fill messages
|
2021-04-20 19:23:29 +02:00 |
|
Matthias
|
0341ac5a55
|
rename RPC message types
|
2021-04-20 19:23:28 +02:00 |
|
Matthias
|
8800a09770
|
Don't send double-notifications for stoploss fills
|
2021-04-20 19:22:14 +02:00 |
|
Matthias
|
2254f65fa7
|
use binance intests instead of bittrex
|
2021-04-20 12:59:15 +02:00 |
|
Matthias
|
c9e901cf32
|
Move wallet tasks to test_wallets
|
2021-04-20 11:31:37 +02:00 |
|
Matthias
|
4820b4b314
|
Fix test failure
|
2021-04-10 14:52:34 +02:00 |
|
Matthias
|
579e68f31e
|
Reduce log verbosity when buying
|
2021-04-10 14:40:44 +02:00 |
|
Matthias
|
ea0b47a7f9
|
Replace test occurances of Trade.session with Trade.query.session
|
2021-04-05 07:38:07 +02:00 |
|
Matthias
|
b7702a1e9f
|
Improve tests to work with new sqlalchemy version
|
2021-03-22 19:39:06 +01:00 |
|
Matthias
|
43d7f9ac67
|
Add bid_last_balance parameter
to interpolate sell prices
closes #3270
|
2021-03-20 14:38:26 +01:00 |
|
Matthias
|
f4e71c1f14
|
get_buy_rate tests should be sensible
|
2021-03-20 14:02:13 +01:00 |
|
Matthias
|
16a54b3616
|
Don't require non-mandatory arguments
|
2021-03-20 13:08:02 +01:00 |
|
Matthias
|
37d7d2afd5
|
Wallets should not recalculate close_profit for closed trades
|
2021-02-27 09:33:00 +01:00 |
|
Matthias
|
d5cf837c0f
|
Parse regular cancel_order call to update orders table
|
2021-02-06 09:23:10 +01: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
|
cfd0bb8964
|
Extract min stake amount from bot to exchange class
|
2021-02-02 19:47:21 +01:00 |
|
Matthias
|
3d9b4034e6
|
Use already calculated current_profit for sell_profit_offset comparison
|
2021-02-02 08:06:19 +01:00 |
|
Matthias
|
16dad8b6d4
|
Allow custom_stoploss to cooperate with stoploss on exchange
|
2021-01-30 20:11:18 +01:00 |
|
Matthias
|
5cdd9dd445
|
Cache markets in the exchange object
|
2021-01-28 19:47:32 +01:00 |
|
Matthias
|
a8bae3a381
|
Don't update trade fees for dry-run orders
|
2021-01-17 20:31:27 +01:00 |
|
Matthias
|
b062b836cc
|
Add test for sell_profit_offset
|
2021-01-11 19:42:44 +01:00 |
|
Matthias
|
91f8667881
|
DOn't update open orders in dry-run mode
|
2021-01-06 09:57:36 +01:00 |
|
Matthias
|
7eab33de08
|
Merge branch 'develop' into plugins/protections_backtest
|
2020-12-13 10:31:33 +01:00 |
|
Matthias
|
14647fb5f0
|
Add tests for update fee
|
2020-12-12 11:49:52 +01:00 |
|
Matthias
|
6d0f16920f
|
Get Longest lock logic
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
ff7ba23477
|
Simplify enter_positions and add global pairlock check
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
2fbbeb970b
|
Gracefully handle cases where no buy price was found
closes #4030
|
2020-12-04 07:42:16 +01:00 |
|
Matthias
|
fefb4b23d0
|
revise logic in should_sell
|
2020-11-27 09:24:53 +01:00 |
|
Matthias
|
6c913fa617
|
Fix locking - should round before storing to have a consistent picture
|
2020-10-27 08:01:31 +01:00 |
|
Matthias
|
e602ac3406
|
Introduce Pairlocks middleware
|
2020-10-27 07:06:06 +01:00 |
|
Matthias
|
e513871fd5
|
Persist pairlocks
closes #3034
|
2020-10-20 19:21:13 +02:00 |
|
Matthias
|
8cdc795a44
|
Rename persistence.init to init_db
|
2020-10-16 08:15:18 +02:00 |
|
Matthias
|
9df366d943
|
Apply isort to tests
|
2020-09-28 19:43:15 +02:00 |
|
Matthias
|
1f086e1466
|
Modify test loglevel
|
2020-09-19 09:46:32 +02:00 |
|
Matthias
|
962fed24b0
|
Readd refind_order logic
|
2020-09-14 17:34:13 +02:00 |
|
Matthias
|
77c28187a6
|
Don't run refind order on stoploss
|
2020-09-11 20:06:05 +02:00 |
|
Matthias
|
aa8832f70e
|
Convert select_order to use ft_is_open flag
|
2020-09-11 07:12:10 +02:00 |
|
Matthias
|
4db8c779fc
|
Fix formatting issues
|
2020-09-10 08:19:40 +02:00 |
|
Matthias
|
23f569ea38
|
Add test for sell order refind, improve overall test for this function
|
2020-09-10 08:03:26 +02:00 |
|
Matthias
|
3c521f55b2
|
Add 6th mock trade
|
2020-09-10 07:40:19 +02:00 |
|
Matthias
|
083c358044
|
Fix wrong sequence in test
|
2020-09-09 07:57:02 +02:00 |
|
Matthias
|
25938efee6
|
Add partial test for refind_order
|
2020-09-09 07:50:52 +02:00 |
|
Matthias
|
98840eef3c
|
Add 5th mock trade
|
2020-09-09 07:01:43 +02:00 |
|
Matthias
|
caf0476717
|
Add test for handle_insufficient_funds
|
2020-09-09 06:49:29 +02:00 |
|
Matthias
|
8af610b543
|
Add Test for reupdate_buy_order_fees
|
2020-09-09 06:42:36 +02:00 |
|
Matthias
|
f3e0370d4d
|
Stylistic fixes
|
2020-09-07 07:54:55 +02:00 |
|
Matthias
|
6518e7a789
|
Add test for update_closed_trades_without_fees
|
2020-09-07 07:47:38 +02:00 |
|
Matthias
|
f113b45036
|
Refactor test to not duplicate order info
|
2020-09-07 06:53:11 +02:00 |
|
Matthias
|
f6ebe51314
|
Add test for update_open_orders
|
2020-09-06 19:32:00 +02:00 |
|
Matthias
|
5fba446e9a
|
Merge branch 'develop' into db_keep_orders
|
2020-09-06 15:22:13 +02:00 |
|
Matthias
|
b4da36d6e9
|
Fix small typo and add small testcase
|
2020-09-06 15:05:47 +02:00 |
|
Matthias
|
7c1f111ddf
|
Add insufficient_funds_test
|
2020-09-06 14:59:43 +02:00 |
|
Matthias
|
cec98ad407
|
Test stoploss insufficient funds handling
|
2020-09-06 14:51:48 +02:00 |
|
Matthias
|
b2373fccfd
|
Adjust tests as send_msg is only called once
|
2020-08-27 06:35:28 +02:00 |
|
Matthias
|
9c0a3fffd7
|
Avoid double notifications in case of partially filled buy orders
|
2020-08-26 22:17:43 +02:00 |
|
Matthias
|
311b55fc24
|
Merge branch 'develop' into db_keep_orders
|
2020-08-23 19:31:59 +02:00 |
|
Matthias
|
a55dd8444d
|
Fix loglevel of using_cached-rate
|
2020-08-23 19:31:35 +02:00 |
|
Matthias
|
4ecb67d1d1
|
Merge branch 'develop' into db_keep_orders
|
2020-08-23 10:36:56 +02:00 |
|
Matthias
|
fc42d552ab
|
Convert logs to fstrings
|
2020-08-22 08:59:50 +02:00 |
|
Matthias
|
0b6014fae3
|
update_trade_state should take the order id directly - not from the trade object
|
2020-08-21 07:17:52 +02:00 |
|
Matthias
|
838985f6a0
|
Don't reset open-order-id just yet
it's needed to get the fees
|
2020-08-21 07:13:13 +02:00 |
|
Matthias
|
3d515ed5bf
|
Merge pull request #3558 from freqtrade/bt_add_maxdrawdown
Revise backtesting export format, add some metrics
|
2020-08-19 06:39:47 +02:00 |
|
Matthias
|
1a305ea8b0
|
Fix migrations to use unique key
|
2020-08-14 09:52:46 +02:00 |
|
Matthias
|
2ca6547baf
|
Update tests to have unique ordernumbers
|
2020-08-14 09:52:46 +02:00 |
|
Matthias
|
ebd755e36a
|
Improve order handling
|
2020-08-14 09:52:46 +02:00 |
|
Matthias
|
0af9e913d4
|
Timestamps are in ms
|
2020-08-14 09:52:46 +02:00 |
|
Matthias
|
4924d8487e
|
Extract "update order from ccxt" to it's onw function
|
2020-08-14 09:52:46 +02:00 |
|
Matthias
|
ee7b235cdc
|
Improve tests to use open_order mock where applicable
|
2020-08-14 09:52:46 +02:00 |
|
Matthias
|
22f6e884ed
|
Merge pull request #3676 from freqtrade/stoploss_remove_unused_argument
[minor] Cleanup and exception hierarchy documentation
|
2020-08-14 07:11:56 +02:00 |
|
Matthias
|
3afd5b631e
|
Remove erroneous import
|
2020-08-12 15:34:29 +02:00 |
|
Matthias
|
9999d0ffb5
|
Merge branch 'develop' into fix/3579
|
2020-08-12 15:28:51 +02:00 |
|
Matthias
|
faa2bbb555
|
Document exception hierarchy
|
2020-08-12 14:29:14 +02:00 |
|
Matthias
|
1f1a819b29
|
Remove unused 3rd argument to create_stoploss call
|
2020-08-12 11:21:00 +02:00 |
|
Matthias
|
064928a0eb
|
Merge branch 'develop' into improve_cancel_order_handling
|
2020-08-11 15:25:47 +02:00 |
|
Matthias
|
87e4a82041
|
Merge branch 'develop' into bt_add_maxdrawdown
|
2020-08-09 08:34:36 +02:00 |
|
Matthias
|
a33346c6b6
|
Fix testing errors - which surfaced with pytest 6.0.1
|
2020-08-03 19:22:07 +02:00 |
|
Matthias
|
99bfa839eb
|
Improve logging for sell exception
|
2020-08-02 10:12:15 +02:00 |
|
Matthias
|
071e82043a
|
Better handle cancelled buy orders
|
2020-08-01 15:59:50 +02:00 |
|
Matthias
|
db8f3a9e9b
|
Merge pull request #3609 from thopd88/develop
Add telegram /trades command
|
2020-07-25 16:45:09 +02:00 |
|
Matthias
|
8300eb59d4
|
Extend create_mock_trades to create 4 trades
2 closed, and 2 open trades
|
2020-07-23 07:50:28 +02:00 |
|
Matthias
|
21dcef1134
|
Add trade_id to webhooks
allowing for easier corelation of different messages
|
2020-07-20 19:57:05 +02:00 |
|
Matthias
|
98f2e79f27
|
Adjust tests to use correctly trimmed amount
|
2020-07-15 20:55:33 +02:00 |
|
hroff-1902
|
839b3340e6
|
Merge pull request #3497 from freqtrade/keep_dataframe_noapi
Analyze dataframe and keep it until the next analysis
|
2020-07-05 13:46:02 +03:00 |
|
Matthias
|
1339479882
|
Have sell_type stringify correctly
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
cf26ab1dd8
|
Merge pull request #3527 from Theagainmen/Warning_message2
Warning message bot is stopped and left open trades
|
2020-06-30 07:48:02 +02:00 |
|