Matthias
2254f65fa7
use binance intests instead of bittrex
5 years ago
Matthias
9a58a85347
Don't export "hum" date versions for trade objects.
...
They are not used and have a rather high performance penalty due to
using arrow.get
5 years ago
Matthias
7132aefd60
Rename Trade.session to Trade._session
5 years ago
Matthias
ea0b47a7f9
Replace test occurances of Trade.session with Trade.query.session
5 years ago
Matthias
b7702a1e9f
Improve tests to work with new sqlalchemy version
5 years ago
Matthias
79d4585dad
Add check to ensure close_profit_abs is filled on closed trades
...
Technically, this should not be possible, but #4554 shows it is.
closes #4554
5 years ago
Matthias
0320c8dc92
Improve tests for trades_proxy
5 years ago
Matthias
d1acc8092c
Improve backtest performance
5 years ago
Matthias
fc256749af
Add test for backtesting _enter_trade
5 years ago
Matthias
60db6ccf45
Add test for subclassing
5 years ago
Matthias
0754a7a78f
total_open_trades_stake should support no-db mode
5 years ago
Matthias
c5ab3a80a5
Check if order is a dict before parsing
...
closes #4331
5 years ago
Matthias
c659150d9f
Also print trade_duration in seconds to json
5 years ago
Matthias
3b51545d23
Add trade_duration to to_json
5 years ago
Matthias
95fd3824da
Finish renamal of open_trade_price to open_value
5 years ago
Matthias
201cc67e05
Rename open_trade_price to "open_trade_value"
5 years ago
Matthias
d1dab23283
Remove deprecated api fields
6 years ago
Matthias
cf89a773da
Standardize trade api outputs
...
there should be no difference between current_profit and close_profit
it's always profit, and the information if it's a closed trade is available elsewhere
6 years ago
Matthias
e602ac3406
Introduce Pairlocks middleware
6 years ago
Matthias
64e680d7ee
Document new api method
6 years ago
Matthias
7a9768ffa6
Add /locks Telegram endpoint
6 years ago
Matthias
7caa6cfe31
Add tests for pairlock
6 years ago
Matthias
8cdc795a44
Rename persistence.init to init_db
6 years ago
Matthias
254875e6b3
Add test for new close functionality
...
* Don't updates close_date if the trade was already closed
6 years ago
Matthias
dd87938a5e
Fix bug causing close_date to be set again
6 years ago
Matthias
aa8832f70e
Convert select_order to use ft_is_open flag
6 years ago
Matthias
3c521f55b2
Add 6th mock trade
6 years ago
Matthias
98840eef3c
Add 5th mock trade
6 years ago
Matthias
68d51a9787
Don't raise OperationalException when orderid's dont' match
6 years ago
Matthias
a78d61150c
Deleting must delete orders first
6 years ago
Matthias
b7662722ba
Add tests for Order object parsing
6 years ago
Matthias
73182bb2dd
Update migrations to populate Orders table for open orders
6 years ago
Matthias
044df880e6
Move persistence into it's own submodule
6 years ago
Matthias
9999d0ffb5
Merge branch 'develop' into fix/3579
6 years ago
Matthias
8300eb59d4
Extend create_mock_trades to create 4 trades
...
2 closed, and 2 open trades
6 years ago
Matthias
c826f7a707
Add amount_requested to database
6 years ago
Matthias
a3506f4d8e
Merge branch 'develop' into timeframe
6 years ago
Matthias
0f373e6bb9
Update unrelated tests
6 years ago
Matthias
1a5dba9a79
Revert "Fix tests after merge"
...
This reverts commit edf8e39bc1 .
6 years ago
hroff-1902
edf8e39bc1
Fix tests after merge
6 years ago
hroff-1902
64881a94e2
Merge branch 'develop' into timeframe
6 years ago
Matthias
af0f29e6b7
Update persistence to use timeframe
6 years ago
Matthias
950f358982
Replace occurances in test files
6 years ago
Matthias
d2b7016dff
Add stop_loss_abs ...
6 years ago
Matthias
6dec508c5e
Add new fields to tests
6 years ago
Matthias
97905f86be
Add missing fields to to_json output of trade
6 years ago
Matthias
bbd7579aa8
Fix more tests
6 years ago
Matthias
1e76bff1bd
Add sell_order_status to keep track of cancellations
6 years ago
Matthias
71c90422ba
Add explicit test for fee_updated
6 years ago
Matthias
6d620ba1f6
Verify if fee for this side has been updated
6 years ago