Commit Graph

34 Commits

Author SHA1 Message Date
Sam Germain
3671a8aa13 finished adding TODOs to freqtradebot 2021-08-04 04:31:32 -06:00
Sam Germain
ec1a8a8f69 added none to LiqFormula 2021-08-04 04:29:31 -06:00
Sam Germain
cb76146d58 integrated liqformula into persistence/models, addjusted calc_close_value to change based on trading mode 2021-08-04 04:26:46 -06:00
Sam Germain
6c489f18fe Split tradingmode into tradingmode and collateral, moved functions out of liqformula class 2021-08-04 04:19:38 -06:00
Sam Germain
c49a64ea59 swapped maintenancemarginformula for liqformula 2021-08-04 04:19:38 -06:00
Sam Germain
f1c580dcb8 Added skeleton functions for maintenance margin, added maintenance_margin to freqtradebot 2021-08-04 04:19:38 -06:00
Sam Germain
5e7ffb75c5 Added docstrings to collateral, LiqFormula 2021-08-04 03:55:58 -06:00
Sam Germain
dd8cce00a4 Split tradingmode into tradingmode and collateral, moved functions out of liqformula class 2021-08-04 03:55:55 -06:00
Sam Germain
57ba31c09c changed __ varibles to _ to remove python3.10 warning 2021-08-04 03:54:37 -06:00
Sam Germain
14c345f6f6 added none to LiqFormula 2021-08-04 03:54:37 -06:00
Sam Germain
9c8acd98c4 Changed TODO-mg to TODO-lev 2021-08-04 03:54:37 -06:00
Sam Germain
d80db3c4db Changed leveragemode to tradingmode, added tests for liqformula enum, reorganized liqformula 2021-08-04 03:54:33 -06:00
Sam Germain
03aa99c5a2 Changed leverage mode formula to trading mode 2021-08-04 03:53:49 -06:00
Sam Germain
5312d044a0 filled in liq formula class with what needs to be done 2021-08-04 03:53:39 -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
Sam Germain
286427c04a Moved interest calculation to an enum 2021-07-28 12:25:55 -06:00
kevinjulian
49886874aa rename to buy_tag 2021-07-21 20:05:35 +07:00
kevinjulian
66a7070170 run linter 2021-07-20 23:56:03 +07:00
kevinjulian
c558fc0b17 fix feedback 2021-07-20 20:40:32 +07:00
Kevin Julian
edf9c08f06
Merge branch 'develop' into feat/kevinjulian/add-buy-signal-name 2021-07-20 19:19:46 +07:00
kevinjulian
7d04005218 add test and migration 2021-07-20 16:14:48 +07:00
kevinjulian
9e63bdbac9 feat: add buy signal name 2021-07-20 04:58:20 +07:00
Matthias
134c61126e Properly track bt progress ... 2021-07-06 19:48:28 +02:00
Matthias
048008756f Add progress tracking for backtesting 2021-07-06 19:48:28 +02:00
Matthias
02b84bd018 Introduce webserver mode for fastapi 2021-07-06 19:48:28 +02:00
Matthias
c292926086 Small style improvements (no empty line at start) 2021-06-10 06:21:10 +02:00
Matthias
d4dfdf04fc Move RPCMessageType to enums 2021-06-09 20:23:17 +02:00
Matthias
9c34304cb9 Move state enums to enums package 2021-06-08 21:20:35 +02:00
Matthias
3c149b9b59 Move signalType to enums 2021-06-08 21:09:39 +02:00
Matthias
d16a619489 Move SellType Enum to it's own module 2021-06-08 21:04:34 +02:00