Sam Germain
|
dc83e04f9b
|
Merge branch 'feat/short' into lev-exchange
|
2021-09-07 22:13:20 -06:00 |
|
Sam Germain
|
8822b73f9c
|
test_fill_leverage_brackets_kraken and test_get_max_leverage_binance now pass but test_fill_leverage_brackets_ftx does not if called after test_get_max_leverage_binance
|
2021-09-05 22:27:14 -06:00 |
|
Sam Germain
|
23ba49fec2
|
Added validating checks for trading_mode and collateral on each exchange
|
2021-09-04 22:02:08 -06:00 |
|
Sam Germain
|
7eab855476
|
Merge branch 'feat/short' into lev-exchange
|
2021-09-04 20:15:36 -06:00 |
|
Sam Germain
|
6ec2e40736
|
Added exceptions to exchange.interest_rate
|
2021-09-04 19:47:04 -06:00 |
|
Sam Germain
|
61fdf74ad9
|
Added retrier to exchange functions and reduced failing tests down to 2
|
2021-09-04 19:16:17 -06:00 |
|
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 |
|
Matthias
|
19ad165483
|
Add time_in_force for kucoin
|
2021-09-03 08:48:53 +02:00 |
|
Matthias
|
93c1dff71b
|
Allow adding new additional headers
|
2021-09-02 21:02:45 +02:00 |
|
Sam Germain
|
073426f25c
|
set margin mode exchange function
|
2021-09-01 23:40:32 -06:00 |
|
Matthias
|
1895230afe
|
Clarify exception on load when markets could not be loaded
closes #5498
|
2021-08-29 09:18:46 +02:00 |
|
Matthias
|
ef9c1addcf
|
Add expired to list of canceled statuses
|
2021-08-27 19:54:53 +02:00 |
|
Matthias
|
8a9407bac9
|
Don't hard-fail when fetch_ticker doesn't return a value
closes #5477
|
2021-08-25 07:13:59 +02:00 |
|
Sam Germain
|
4ac2237937
|
Changed ftx set_leverage implementation
|
2021-08-21 16:26:04 -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 |
|
Matthias
|
9758bed250
|
Fix refresh_latest_ohlcv bug
|
2021-08-17 06:44:36 +02:00 |
|
slowy07
|
f24a951ec5
|
fix: typo spelling grammar
|
2021-08-16 19:16:24 +07:00 |
|
Matthias
|
61c076563f
|
Add max-slippage limiting for dry-run orders to avoid insane market order fills
|
2021-08-11 12:11:29 +02: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 |
|
Matthias
|
d8d8261f1b
|
Merge pull request #5318 from samgermain/combined_exchange_buy_sell
combined exchange.buy and exchange.sell
|
2021-08-02 20:11:09 +02:00 |
|
Matthias
|
8768df647a
|
Merge pull request #5312 from raph92/patch-3
Fix code to get Bittrex US-restricted markets
|
2021-07-29 07:13:42 +02:00 |
|
Matthias
|
cf4d1875dd
|
Use prohibitedIn instead of isRestricted
|
2021-07-29 06:56:37 +02:00 |
|
Sam Germain
|
25c527ee67
|
combined exchange.buy and exchange.sell, Adding dummy mock to create_order in tests in test_freqtradebot
|
2021-07-28 14:55:06 -06:00 |
|
Sam Germain
|
05f74bdf53
|
Changed log ouput to debug in exchange.get_rate
|
2021-07-25 16:13:04 -06:00 |
|
Sam Germain
|
b42afb9dae
|
get_rate checks if side is buy for some console output
|
2021-07-24 17:14:54 -06:00 |
|
Sam Germain
|
b0bfbb6558
|
removed buy and sell merge, updated strategy name, removed default side for get_rate
|
2021-07-19 11:37:52 -06:00 |
|
Sam Germain
|
44df5eeacf
|
Adjusted docstring, and conditional near end of buy_rate
|
2021-07-18 00:00:18 -06:00 |
|
Sam Germain
|
7c27525bd8
|
Merge get_buy_rate and get_sell_rate
|
2021-07-17 22:51:20 -06:00 |
|
Matthias
|
10998eb0fa
|
Remove further usages of int(int_timestamp)
|
2021-07-05 19:51:14 +02:00 |
|
Matthias
|
00a7097b9e
|
Reduce verbosity of getting sell-rate from orderbook
|
2021-06-26 20:09:52 +02:00 |
|
Matthias
|
60c7308126
|
Merge pull request #5183 from freqtrade/remove_order_book_max
Remove order book max
|
2021-06-26 14:56:10 +02:00 |
|
Matthias
|
59a33d0fa9
|
Add test for ask_orderbook validation
|
2021-06-25 20:52:34 +02:00 |
|
Matthias
|
d59a38665c
|
Remove support for order_book_max
|
2021-06-25 20:36:39 +02:00 |
|
aayush-jain18
|
d294ef10d7
|
unexpected docstring params
|
2021-06-25 23:56:16 +05:30 |
|
Matthias
|
1440b2f7fe
|
Merge pull request #5178 from aayush-jain18/spell-correction
spell corrections
|
2021-06-25 19:10:39 +02:00 |
|
aayush-jain18
|
a46f60bd94
|
spell corrections
|
2021-06-25 22:10:04 +05:30 |
|
Matthias
|
40545e62af
|
Merge pull request #5082 from freqtrade/dry_run_order
Dry run order filling
|
2021-06-25 18:26:01 +02:00 |
|
Matthias
|
39b876e37a
|
Log exchange responses if configured
|
2021-06-19 09:07:42 +02:00 |
|
Matthias
|
c389d44e9a
|
Improve filling logic
|
2021-06-05 15:22:52 +02:00 |
|
Matthias
|
db03a24109
|
Add tests for fill methods
|
2021-06-05 09:09:39 +02:00 |
|
Matthias
|
1e988c97ad
|
Update dry-run order handling to use realistic fill prices
closes #3389
|
2021-06-05 09:09:39 +02:00 |
|