Sam Germain
|
01263663be
|
ftx.fill_leverage_brackets test
|
2021-09-03 19:56:53 -06:00 |
|
Sam Germain
|
9d398924c6
|
Wrote dummy tests for exchange.get_interest_rate
|
2021-09-03 19:56:13 -06:00 |
|
Sam Germain
|
1b20b4f3c7
|
Wrote failing tests for exchange.set_leverage and exchange.set_margin_mode
|
2021-09-03 19:00:04 -06:00 |
|
Sam Germain
|
c7a2e6c2c6
|
completed set_margin_mode
|
2021-09-03 18:11:39 -06:00 |
|
Sam Germain
|
073426f25c
|
set margin mode exchange function
|
2021-09-01 23:40:32 -06:00 |
|
Sam Germain
|
e5b2b64a3f
|
Changed stoploss side on some tests
|
2021-08-22 23:36:36 -06:00 |
|
Sam Germain
|
488d729574
|
Merge branch 'feat/short' into lev-exchange
|
2021-08-22 20:59:33 -06:00 |
|
Sam Germain
|
70ebf09871
|
exchange - kraken - minor changes
|
2021-08-22 20:58:22 -06:00 |
|
Sam Germain
|
6ac0ab0233
|
Added short functionality to exchange stoplss methods
|
2021-08-21 21:10:03 -06:00 |
|
Sam Germain
|
a5be535cc9
|
strategy interface: removed some changes
|
2021-08-21 17:06:04 -06:00 |
|
Sam Germain
|
4ac2237937
|
Changed ftx set_leverage implementation
|
2021-08-21 16:26:04 -06:00 |
|
Sam Germain
|
f5fd8dcc05
|
Added error handlers to api functions and made a logger warning in fill_leverage_brackets
|
2021-08-21 01:13:51 -06:00 |
|
Sam Germain
|
84bc4dd740
|
Removed some outdated TODOs and whitespace
|
2021-08-20 18:50:02 -06:00 |
|
Sam Germain
|
97bb555d41
|
Implemented fill_leverage_brackets get_max_leverage and set_leverage for binance, kraken and ftx. Wrote tests test_apply_leverage_to_stake_amount and test_get_max_leverage
|
2021-08-20 18:23:21 -06:00 |
|
Sam Germain
|
314359dd6e
|
strategy interface changes to comments to mention shorting
|
2021-08-18 13:23:04 -06:00 |
|
Sam Germain
|
e2d5299116
|
Name changes for strategy
|
2021-08-18 13:22:54 -06:00 |
|
Sam Germain
|
180d92f879
|
Merge branch 'feat/short' into lev-exchange
|
2021-08-11 01:46:41 -06:00 |
|
Sam Germain
|
de4b0d1f7c
|
Merged with feat/short
|
2021-08-09 00:24:25 -06:00 |
|
Sam Germain
|
06206335d9
|
Added tests for interest_function
|
2021-08-09 00:00:50 -06:00 |
|
Sam Germain
|
0733d69cda
|
Added TODOs to test files
|
2021-08-08 23:24:38 -06:00 |
|
Sam Germain
|
53a6ce881c
|
Added set_leverage function to exchange
|
2021-08-08 23:24:03 -06:00 |
|
Sam Germain
|
4ca1d25db1
|
Removed setup leverage and transfer functions from exchange
|
2021-08-08 23:24:03 -06:00 |
|
Sam Germain
|
2c0077abc7
|
Exchange stoploss function takes side
|
2021-08-08 23:24:03 -06:00 |
|
Sam Germain
|
b48b768757
|
Added get_interest template method in exchange
|
2021-08-08 23:24:03 -06:00 |
|
Sam Germain
|
120cad88af
|
Add prep functions to exchange
|
2021-08-08 23:24:03 -06:00 |
|
Sam Germain
|
8e941e6836
|
Changed interest implementation
|
2021-08-08 17:09:17 -06:00 |
|
Sam Germain
|
0545a0ed3c
|
Replaced the term margin with leverage when it should say leverage
|
2021-08-08 17:04:24 -06:00 |
|
Sam Germain
|
4630f69830
|
Removed short, exit_short from enums
|
2021-08-08 01:36:59 -06:00 |
|
Sam Germain
|
658f138e30
|
Added short_tag to SignalTagType
|
2021-08-07 20:08:52 -06:00 |
|
Sam Germain
|
71963e65f1
|
Removed ExchangeName Enum
|
2021-08-07 18:47:03 -06:00 |
|
Sam Germain
|
7e6b281b75
|
Merge branch 'feat/short' of https://github.com/freqtrade/freqtrade into feat/short
|
2021-08-07 01:43:56 -06:00 |
|
Matthias
|
92ed7c0bf8
|
Merge branch 'develop' into feat/short
|
2021-08-07 09:42:25 +02:00 |
|
Matthias
|
6532aba765
|
Merge pull request #5360 from freqtrade/hyperopt_protections
Hyperopt protections and Boolean parameter
|
2021-08-07 09:42:05 +02:00 |
|
Sam Germain
|
9988c293b5
|
Merge branch 'enums' into feat/short
|
2021-08-06 19:30:31 -06:00 |
|
Sam Germain
|
9b58c58609
|
Merge branch 'develop' into feat/short
|
2021-08-06 18:12:53 -06:00 |
|
Sam Germain
|
b9356a5564
|
Autopep8 formatting
|
2021-08-06 16:35:39 -06:00 |
|
Sam Germain
|
aec82b4647
|
Added empty everage/__init__.py
|
2021-08-06 01:37:34 -06:00 |
|
Sam Germain
|
50d185ccd8
|
Added exchange_name variables to exchange classes
|
2021-08-06 01:23:55 -06:00 |
|
Sam Germain
|
241bfc409f
|
Added leverage enums
|
2021-08-05 23:29:26 -06:00 |
|
Matthias
|
ad0e4a8567
|
Add BooleanParameter
|
2021-08-04 20:52:56 +02:00 |
|
Matthias
|
b73768acd1
|
Fix bug in property overwriting prevention
|
2021-08-04 20:21:56 +02:00 |
|
Matthias
|
3c41223333
|
Add test for protections-hyperopt
|
2021-08-04 20:01:28 +02:00 |
|
Matthias
|
a661e0db6e
|
Deprecate protections from config
|
2021-08-04 19:43:16 +02:00 |
|
Matthias
|
a6454cfc39
|
Autoenable protections when protection-space is selected
|
2021-08-04 07:17:29 +02:00 |
|
Matthias
|
797d7e5ce6
|
Merge pull request #5157 from samgermain/margin-db
Margin db
|
2021-08-04 06:57:36 +02:00 |
|
Matthias
|
091bf7c4d2
|
Output protection space
|
2021-08-04 06:50:14 +02:00 |
|
Matthias
|
544e0da6c2
|
Add protection parameter space
|
2021-08-04 06:50:14 +02:00 |
|
Matthias
|
800b2eeaf0
|
Load protections as part of backtest()
this enables different values in hyperopt per epoch
|
2021-08-04 06:50:14 +02:00 |
|
Matthias
|
6410a6528b
|
Add missing methods to advanced strategy template
|
2021-08-04 06:46:21 +02:00 |
|
Matthias
|
07673ef47f
|
Update Migrations to use the latest added columns
|
2021-08-03 10:25:59 +02:00 |
|