Sam Germain
|
72388d3376
|
tried to solve test_update_funding_fees:
|
2021-10-02 03:52:00 -06:00 |
|
Sam Germain
|
6e86bdb820
|
Added test_update_funding_fees
|
2021-09-29 23:11:01 -06:00 |
|
Sam Germain
|
ba60aad89d
|
parameterized TradingMode in persistence
|
2021-09-29 22:59:09 -06:00 |
|
Sam Germain
|
af6afd0ac2
|
Revert "Replace datetime.utcnow with datetime.now(timezone.utc)"
This reverts commit c4ac876183 .
|
2021-09-29 22:27:21 -06:00 |
|
Sam Germain
|
c4ac876183
|
Replace datetime.utcnow with datetime.now(timezone.utc)
|
2021-09-29 22:16:44 -06:00 |
|
Sam Germain
|
545b62d746
|
Merge branch 'feat/short' into funding-fee
|
2021-09-27 23:34:09 -06:00 |
|
Matthias
|
84e013de2d
|
Update confirm_trade_entry to support "side" parameter
|
2021-09-26 19:33:22 +02:00 |
|
Matthias
|
4fd00db630
|
Use "combined" enter_tag column
|
2021-09-26 15:22:37 +02:00 |
|
Matthias
|
2a678bdbb4
|
Update buy_tag column to long_tag
|
2021-09-26 08:37:44 +02:00 |
|
Matthias
|
a0ef89d910
|
Also support column-transition for V1 strategies
|
2021-09-22 20:52:55 +02:00 |
|
Matthias
|
0e13d57e57
|
Update advise_* methods to entry/exit
|
2021-09-22 20:42:31 +02:00 |
|
Matthias
|
4c6b1cd55b
|
Add very simple short logic to test-strategy
|
2021-09-22 20:36:03 +02:00 |
|
Matthias
|
5928ba9c88
|
Test and document leverage strategy callback
|
2021-09-22 20:14:52 +02:00 |
|
Matthias
|
c791b95405
|
Use new TestStrategy (V3) by default in tests
|
2021-09-21 20:24:08 +02:00 |
|
Matthias
|
7a5c7e7020
|
Update some tests to use StrategyV3
|
2021-09-21 19:33:33 +02:00 |
|
Matthias
|
4b5cd891cd
|
Add V3 test strategy
|
2021-09-21 07:12:46 +02:00 |
|
Sam Germain
|
6db2813850
|
merged with feat/short
|
2021-09-19 20:33:08 -06:00 |
|
Sam Germain
|
778f0d9d0a
|
Merged feat/short into lev-strat
|
2021-09-19 17:44:12 -06:00 |
|
Sam Germain
|
60a678fea7
|
merged with feat/short
|
2021-09-19 17:02:09 -06:00 |
|
Sam Germain
|
d8d6f245a7
|
Fixed breaking tests in test_freqtradebot.py
|
2021-09-19 16:44:02 -06:00 |
|
Sam Germain
|
ee0ebdf0f2
|
merged with develop
|
2021-09-19 15:35:54 -06:00 |
|
Matthias
|
c46ef637c3
|
Merge pull request #5593 from samgermain/parametrized-test-freqtradebot
Parametrized test freqtradebot
|
2021-09-19 13:40:13 +02:00 |
|
Matthias
|
ab88217186
|
Improve /balance output to include starting balance and percentual change
closes #5503
|
2021-09-19 13:17:34 +02:00 |
|
Matthias
|
66c2034c3f
|
Merge pull request #5387 from samgermain/lev-exchange
Lev exchange
|
2021-09-19 13:00:38 +02:00 |
|
Sam Germain
|
fa74b95a01
|
reduced amount of code for leverage_brackets test
|
2021-09-19 02:33:28 -06:00 |
|
Sam Germain
|
ddc203ca69
|
remove %s in test_exchange unix time
|
2021-09-19 02:26:59 -06:00 |
|
Sam Germain
|
2b6d134294
|
Merge branch 'feat/short' into lev-exchange
|
2021-09-19 01:57:30 -06:00 |
|
Arunavo Ray
|
c54259b4c5
|
Added ftx interest formula tests
|
2021-09-19 11:35:29 +05:30 |
|
Sam Germain
|
cee4ed541b
|
parametrized test_update_trade_state_withorderdict
|
2021-09-18 19:46:46 -06:00 |
|
Sam Germain
|
ec9dbc550e
|
parametrized test_create_trade_minimal_amount
|
2021-09-18 19:19:53 -06:00 |
|
Rokas Kupstys
|
eab7f8f694
|
[SQUASH] Doh.
|
2021-09-18 15:44:21 +03:00 |
|
Sam Germain
|
518a59ad41
|
parametrized test_edge_overrides_stoploss
|
2021-09-18 03:20:00 -06:00 |
|
Sam Germain
|
42a2fdc1c5
|
parametrized test_order_dict
|
2021-09-18 03:01:08 -06:00 |
|
Sam Germain
|
216f75bbb9
|
parametrized test_sell_profit_only , test__safe_exit_amount, test_order_book_bid_strategy1
|
2021-09-18 02:53:34 -06:00 |
|
Rokas Kupstys
|
e4ca42faec
|
[SQUASH] Update stoploss_from_absolute to behave more like stoploss_from_open and add a test for it.
|
2021-09-18 10:48:53 +03:00 |
|
Rokas Kupstys
|
7e6aa9390a
|
[SQUASH] Unconditionally include quote currency when asset is explicitly specified. Added docs suggesting to use string formatting to make strategy independent of configured stake currency.
|
2021-09-18 10:48:53 +03:00 |
|
Rokas Kupstys
|
5dc78a0c66
|
[SQUASH] Get rid of _initialize() and fix informatives for dynamic pairlists.
|
2021-09-18 10:48:53 +03:00 |
|
Rokas Kupstys
|
dfa61b7ad2
|
[SQUASH] Fix informatives for each pair not being created because dataprovider was not available.
Fix not being able to have informative dataframe of a pair in whitelist.
|
2021-09-18 10:48:53 +03:00 |
|
Rokas Kupstys
|
1fdb656334
|
Add a decorator which can be used to declare populate_indicators() functions for informative pairs.
|
2021-09-18 10:48:18 +03:00 |
|
Matthias
|
11f08b0053
|
Merge pull request #5582 from sergeykhliustin/develop
Added days parameter to PerformanceFilter
|
2021-09-18 09:24:14 +02:00 |
|
Matthias
|
56fb25c5e5
|
Add test for PerformanceFilter lookback
|
2021-09-18 09:10:37 +02:00 |
|
Sam Germain
|
2c21bbfa0c
|
Fixed create order margin call count tests and made _ccxt_config a computed property
|
2021-09-17 16:45:02 -06:00 |
|
Matthias
|
4d558879e9
|
Merge branch 'feat/short' into pr/samgermain/5378
|
2021-09-17 19:33:35 +02:00 |
|
Matthias
|
d680fdf33a
|
Merge branch 'develop' into feat/short
|
2021-09-17 11:16:37 +02:00 |
|
Sam Germain
|
32e52cd460
|
Added leverage brackets dry run test
|
2021-09-17 00:41:00 -06:00 |
|
Sam Germain
|
798a0c9827
|
Tried to add call count to test_create_order
|
2021-09-17 00:10:53 -06:00 |
|
Sam Germain
|
8123579442
|
added trading mode to persistence tests
|
2021-09-16 23:47:44 -06:00 |
|
Sam Germain
|
e78f38c7b6
|
Merge branch 'feat/short' into funding-fee
|
2021-09-16 23:32:44 -06:00 |
|
Sam Germain
|
e7b6f3bfd1
|
removed changes to test_persistence
|
2021-09-16 23:32:23 -06:00 |
|
Sam Germain
|
ff5b402f58
|
Merge branch 'feat/short' into lev-exchange
|
2021-09-16 23:27:44 -06:00 |
|