Matthias
|
69491c1430
|
Update more wording to "exit"
|
2022-04-03 19:39:13 +02:00 |
|
Matthias
|
dcfa3e8648
|
Update SellType to ExitType
|
2022-03-25 06:55:37 +01:00 |
|
Matthias
|
c07883b1f9
|
Move ExitCheckTuple to enums
|
2022-03-25 06:50:18 +01:00 |
|
Matthias
|
70f4305dfa
|
don't allow short trades in spot mode
|
2022-02-21 19:19:12 +01:00 |
|
Matthias
|
de26844578
|
Merge pull request #6397 from samgermain/todos
edited todo-lev comments
|
2022-02-16 13:36:17 +01:00 |
|
Sam Germain
|
5f42ebfa4c
|
Update candletype.py
|
2022-02-14 23:53:10 -06:00 |
|
Matthias
|
09cc43b533
|
Test short trade exiting
|
2022-02-13 16:33:06 +01:00 |
|
Sam Germain
|
fc2d3649a1
|
edited todos
|
2022-02-12 16:23:14 -06:00 |
|
Sam Germain
|
bc6614df2d
|
fixed failing tests in tests/commands/test_commands.py by adding NONE='' option to MarginMode
|
2022-02-03 17:48:33 -06:00 |
|
Sam Germain
|
30519aa3be
|
Changed name Collateral -> MarginMode, collateral -> margin_mode, and _supported_trading_mode_margin_pairs -> _supported_trading_margin_pairs
|
2022-02-01 13:05:40 -06:00 |
|
Matthias
|
be7ce208dc
|
Update tests to test forceenter endpoint
|
2022-01-26 19:24:01 +01:00 |
|
Matthias
|
edd80c3006
|
Merge branch 'develop' into feat/short
|
2021-12-09 06:34:07 +01:00 |
|
Matthias
|
9b9d61c6d6
|
Remove SPOT_ candletype
|
2021-12-08 14:38:09 +01:00 |
|
Matthias
|
222c293602
|
Add "defaultCandletype"
|
2021-12-08 13:17:20 +01:00 |
|
Matthias
|
d09a30cc67
|
OrderTypeValues should be in enums
|
2021-12-03 15:34:28 +01:00 |
|
Matthias
|
d30aaaeaaa
|
Tests should also use CandleType
|
2021-12-03 14:27:04 +01:00 |
|
Matthias
|
f33643cacf
|
Add candletype from string
|
2021-12-03 12:46:18 +01:00 |
|
Matthias
|
a87e256737
|
Add candleType enum
|
2021-12-03 12:12:33 +01:00 |
|
Matthias
|
d5438ed0a8
|
Fix docstring indents
|
2021-11-09 19:22:29 +01:00 |
|
Matthias
|
ebc38159b8
|
Merge branch 'develop' into feat/short
|
2021-11-06 15:24:52 +01:00 |
|
theluxaz
|
69a59cdf37
|
Fixed flake 8, changed sell_tag to exit_tag and fixed telegram functions
|
2021-10-18 23:56:41 +03:00 |
|
Sam Germain
|
faaa3ae9b1
|
Removed exit_short rpcmessagetype
|
2021-10-18 01:08:12 -06:00 |
|
theluxaz
|
b151cf032b
|
Merge branch 'develop' of https://github.com/theluxaz/freqtrade into main
# Conflicts:
# freqtrade/freqtradebot.py
# freqtrade/optimize/backtesting.py
|
2021-10-13 02:01:26 +03:00 |
|
theluxaz
|
b898f86364
|
Added sell_tag and buy/sell telegram performance functions
|
2021-10-13 00:02:28 +03:00 |
|
Sam Germain
|
b3656ddfc9
|
Merge branch 'feat/short' into lev-freqtradebot
|
2021-10-02 03:36:32 -06:00 |
|
Sam Germain
|
e8b4cf6eaa
|
Merge branch 'develop' into feat/short
|
2021-10-02 03:15:12 -06:00 |
|
Sam Germain
|
1a132758d0
|
merged with feat/short
|
2021-09-27 23:26:20 -06: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
|
dd0db7ee5d
|
Split protection-notification into global and per-pair
|
2021-09-20 19:23:40 +02:00 |
|
Matthias
|
a0fb43c6ca
|
Add pairlock-notification
|
2021-09-20 19:12:59 +02:00 |
|
Matthias
|
4d558879e9
|
Merge branch 'feat/short' into pr/samgermain/5378
|
2021-09-17 19:33:35 +02:00 |
|
Sam Germain
|
695a8fc73b
|
comment updates, formatting, TODOs
|
2021-09-08 03:09:39 -06:00 |
|
Sam Germain
|
d811a73ec0
|
new rpc message types
|
2021-09-08 00:20:40 -06:00 |
|
Sam Germain
|
f8248f3771
|
comments, formatting
|
2021-09-08 00:19:21 -06:00 |
|
Matthias
|
6b93c71d15
|
Small refactorings, use only enter_long columns
|
2021-08-25 06:49:06 +02:00 |
|
Matthias
|
9a03cb96f5
|
Update get_signal
|
2021-08-24 20:24:51 +02:00 |
|
Matthias
|
9add3bf808
|
Add enter_long compatibility layer
|
2021-08-23 21:12:46 +02:00 |
|
Sam Germain
|
092780df9d
|
condensed strategy methods down to 2
|
2021-08-18 16:52:34 -06:00 |
|
Sam Germain
|
d4a7d2d444
|
Added short and exit_short to strategy
|
2021-08-18 16:52:20 -06:00 |
|
Sam Germain
|
8e941e6836
|
Changed interest implementation
|
2021-08-08 17:09:17 -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
|
241bfc409f
|
Added leverage enums
|
2021-08-05 23:29:26 -06:00 |
|
Sam Germain
|
d88e2ae603
|
Merge branch 'develop' into margin-db
|
2021-08-02 23:58:44 -06:00 |
|
Sam Germain
|
af8875574c
|
updated mkdocs and leverage docs
Added tests for set_liquidation_price and set_stop_loss
updated params in interestmode enum
|
2021-07-28 12:25:56 -06:00 |
|
Sam Germain
|
256160740e
|
Updated interest and ratio calculations to correct functions
|
2021-07-28 12:25:56 -06:00 |
|
Sam Germain
|
b0476ebd3e
|
All persistence margin tests pass
Flake8 compliant, passed mypy, ran isort .
|
2021-07-28 12:25:55 -06:00 |
|
Sam Germain
|
52def4e826
|
Changed InterestMode enum implementation
|
2021-07-28 12:25:55 -06:00 |
|