Matthias
c579fcfc19
Add tests and documentation for unlock_reason
5 years ago
Simon Ebner
f7926083ca
Clean up unclosed file handles
...
Close all file handles that are left dangling to avoid warnings such as
```
ResourceWarning: unclosed file <_io.TextIOWrapper
name='...' mode='r' encoding='UTF-8'> params = json_load(filename.open('r'))
```
5 years ago
Matthias
96f99699e0
Merge pull request #4606 from rextea/add_days_breakdown_to_backtesting_summary
...
Add days breakdown table to backtesting
5 years ago
Matthias
e458c9867a
Styling fixes
5 years ago
Matthias
7b5346b984
Add test for breakdown-stats
5 years ago
Matthias
55b0216180
Allow StaticPairlist in non-first position
...
closes #5754
5 years ago
Matthias
d4d57f0002
Document expansion of `--pairs`, add download-inactive
5 years ago
Matthias
9bb2dd1851
Merge pull request #5694 from freqtrade/dependabot/pip/develop/fastapi-0.70.0
...
Bump fastapi from 0.68.1 to 0.70.0
5 years ago
Matthias
abd5c4f278
Convert additional test to USDT
5 years ago
Matthias
fb2c8f7621
Rollback after each request
...
This closes the transaction and avoids "sticking" transactions.
5 years ago
Matthias
dcefb3eb9c
Fix delete_Trade api test
5 years ago
Matthias
7f1080368b
Commit mock-trades to avoid errors in tests
5 years ago
Matthias
de5657a91b
Fix test failing when UI is installed
5 years ago
Matthias
794862a35a
Merge pull request #5670 from sergeykhliustin/develop
...
Added min_profit param to PerformanceFilter
5 years ago
Matthias
c02a538187
Add documentation and log to PerformanceFilter
5 years ago
Matthias
0e7d903a6f
Merge pull request #5644 from slyons/develop
...
Add ability to ignore unparameterized spaces
5 years ago
Matthias
fe8374f2a4
Test for non-failing missing hyperopt space
5 years ago
Matthias
ce9debe9fd
Add version argument to freqUI installer
5 years ago
Matthias
cae8ff5949
Merge pull request #5623 from froggleston/rest_sysinfo
...
Add CPU,RAM sysinfo support to the REST API to help with bot system m…
5 years ago
Matthias
91ceaef02f
Merge pull request #5678 from sidml/develop
...
Hyperopt loss function using max drawdown
5 years ago
Matthias
a1be6124f2
Don't set bid_last_balance if None in tests
...
part of #5681
5 years ago
Matthias
45b7a0c837
Add Test and docs for MaxDrawDownHyperOptLoss
5 years ago
Matthias
29863ad2bf
Fix error when ask_last_balance is not set
...
closes #5181
5 years ago
Matthias
992cef56e6
Add test for sysinfo endpoint
5 years ago
Matthias
1c63d01cec
Prevent using market-orders on gateio
...
GateIo does not support market orders on spot markets
5 years ago
Matthias
e73f5ab480
Add test confirming #5652
5 years ago
Matthias
ad6ca3773d
Merge pull request #5592 from samgermain/test-freqtradebot-usdt
...
Test freqtradebot usdt
5 years ago
Matthias
9e77a739fa
Change usdt stake_amount to 60$
5 years ago
Sam Germain
058c7b3e99
Fixed odd test_execute_entry where the filled coins were higher than the amount
5 years ago
Sam Germain
908dee961d
Changed test values in test_sell_profit_only to usdt like values
5 years ago
Sam Germain
93679db7c4
Removed ... TODOs
5 years ago
Sam Germain
057a187231
Removed uneccessary TODOs
5 years ago
Matthias
3b5cc5f015
Improve dates used for hyperopt tests
5 years ago
Matthias
77388eb423
Improve generate_test_data to make it easier to use
5 years ago
Matthias
5fdeca812d
Combine most hyperopt-loss tests to one
5 years ago
Matthias
022839b728
remove unnecessary test
5 years ago
Matthias
e5e1e49f53
Remove some unused test parameters
5 years ago
Sam Germain
96d09b5615
Fixed breaking rpc tests
5 years ago
Sam Germain
6f8e66117b
flake8 isort
5 years ago
Sam Germain
107fa911a5
Fixed test_tsl_on_exchange_compatible_with_edge
5 years ago
Rokas Kupstys
c820db4c60
Fix couple more usdt tests which failed due to ticker prices causing roi being hit, but tests did not expect that to happen.
5 years ago
Rokas Kupstys
8961370269
Fix failing test due to not updated expected values.
5 years ago
Rokas Kupstys
2ee87f8c66
Fix failing USDT tests due to not enough open markets.
5 years ago
Sam Germain
43339f1660
A lot of the usdt freqtradebot tests pass now
5 years ago
Sam Germain
ba5d78f005
swapped default_conf for default_conf_usdt and ticker for ticker_usdt
5 years ago
Sam Germain
7eebb6bb2d
updated test_create_trade to use default_conf_usdt
5 years ago
Sam Germain
755cc9cda1
Updated test_check_available_stake_amount to use default_conf_usdt
5 years ago
Sam Germain
26fdad8468
Removed edge_conf_usdt
5 years ago
Sam Germain
d0e0d0ee01
Removed init_persistence_usdt
5 years ago
Sam Germain
5ce09c7519
updated test_reupdate_enter_order_fees to usdt
5 years ago