Sam Germain
|
0d06d7e108
|
updated mkdocs and leverage docs
Added tests for set_liquidation_price and set_stop_loss
updated params in interestmode enum
|
2021-07-26 23:09:47 -06:00 |
|
Sam Germain
|
f1dc6b54ad
|
Updated interest and ratio calculations to correct functions
|
2021-07-26 23:09:47 -06:00 |
|
Sam Germain
|
358f0303b9
|
updated ratio_calc_profit function
|
2021-07-26 23:09:47 -06:00 |
|
Sam Germain
|
7f75c978a0
|
All persistence margin tests pass
Flake8 compliant, passed mypy, ran isort .
|
2021-07-26 23:09:47 -06:00 |
|
Sam Germain
|
86888dbbf0
|
Took liquidation price out of order completely
|
2021-07-26 23:09:47 -06:00 |
|
Sam Germain
|
a19466c085
|
Moved leverage and is_short variables out of trade constructors and into conftest
|
2021-07-26 23:09:47 -06:00 |
|
Sam Germain
|
150df3eb88
|
Pass all but one test, because sqalchemy messes up
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
bb2a44735b
|
Added liquidation_price check to test_stoploss_reinitialization_short
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
2aa2b5bcff
|
Added checks for making sure stop_loss doesn't go below liquidation_price
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
3328707a1d
|
made leveraged test names unique
test_adjust_stop_loss_short, test_update_market_order_shortpasses
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
1b202ca22e
|
Moved interest calculation to an enum
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
b6c8b60e65
|
Switched migrations.py check for stake_currency back to open_rate, because stake_currency is no longer a variable
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
c5ce8c6dd8
|
fixed rpc_apiserver test fails, changed test_persistence_long to test_persistence_leverage
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
0d5749c508
|
Set default leverage to 1.0
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
9ddb6981dd
|
Updated tests to new persistence
|
2021-07-26 23:09:46 -06:00 |
|
Matthias
|
75b2c9ca1b
|
Fix migrations, revert some parts related to amount properties
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
25ff726921
|
Wrote all tests for shorting
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
4d057b8047
|
Updated ratio calculation, updated short tests
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
3a8a9eb255
|
Kraken interest test comes really close to passing
Added more trades to conftest_trades
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
2a50f4ff7b
|
Turned amount into a computed property
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
da81be9050
|
About 15 margin tests pass
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
6f6deae376
|
added exception checks to LocalTrade.leverage and LocalTrade.borrowed
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
691a042e29
|
Set leverage and borowed to computed properties
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
692c55088a
|
Started some pytests for short and leverage
1 short test passes
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
613eecf16a
|
Adding templates for leverage/short tests
All previous pytests pass
|
2021-07-26 23:09:46 -06:00 |
|
Matthias
|
e4b42b2b5b
|
Merge pull request #5284 from samgermain/merge_get_buy_sell_rate
Merge get_buy_rate and get_sell_rate
|
2021-07-20 06:54:47 +02:00 |
|
Matthias
|
adef5d89f3
|
Fix failing test after webserver merge
|
2021-07-18 11:06:14 +02:00 |
|
Matthias
|
7b7d9c02d7
|
Merge pull request #5243 from freqtrade/feat/webservermode_progress
Introduce webserver mode subcommand
|
2021-07-18 10:48:55 +02:00 |
|
Sam Germain
|
7c27525bd8
|
Merge get_buy_rate and get_sell_rate
|
2021-07-17 22:51:20 -06:00 |
|
Matthias
|
4899b06b31
|
Merge pull request #5273 from freqtrade/fix/profit_calc
fix calculation logic for /profit
|
2021-07-16 19:19:28 +02:00 |
|
Sam Germain
|
804bc8134f
|
Merge branch 'develop' into example_json_filename_extensions
|
2021-07-16 02:05:08 -06:00 |
|
Sam Germain
|
b7dc2989e7
|
flake8 adjustments
|
2021-07-16 02:03:25 -06:00 |
|
Matthias
|
2e95df4d8d
|
Update docs for /profit output
|
2021-07-15 20:12:44 +02:00 |
|
Matthias
|
697bf92f6f
|
Add test for get_starting_balance method
|
2021-07-14 21:10:25 +02:00 |
|
Matthias
|
02d716a8be
|
Fix api test
|
2021-07-14 21:03:57 +02:00 |
|
Matthias
|
3451687135
|
Merge pull request #5255 from freqtrade/improve_dynamic_stake
Improve dynamic stake with multiple bots on the same exchange
|
2021-07-14 06:45:48 +02:00 |
|
Sam Germain
|
362436f7d2
|
Renamed example config files so they are .json so that syntax highlighting is all correct. Explicitly listed each one in .gitignore to prevent a real config file from being uploaded accidently
|
2021-07-13 19:39:23 -06:00 |
|
anasyusef
|
91e5562ae0
|
style: apply flake8 formatting
|
2021-07-12 13:22:36 +00:00 |
|
anasyusef
|
313cf6a013
|
test: add test for parsing db uri
|
2021-07-12 12:28:34 +00:00 |
|
Matthias
|
6a8e8875a2
|
Test new behaviour
|
2021-07-12 06:54:06 +02:00 |
|
Matthias
|
b41c234440
|
Extract Closed profit calculation to trade object
|
2021-07-12 06:54:06 +02:00 |
|
Matthias
|
ed77889d6b
|
Add explicit tests for _validate_stake_amount
|
2021-07-12 06:52:59 +02:00 |
|
Matthias
|
7ea0a74c53
|
Default to proposed stake
|
2021-07-11 14:11:41 +02:00 |
|
Rokas Kupstys
|
0e4466ca1e
|
Implement strategy-controlled stake sizes. Expose self.wallet to a strategy.
|
2021-07-11 12:38:58 +03:00 |
|
Matthias
|
72a103f32d
|
Properly test webserver startup in standalone mode
|
2021-07-10 10:21:25 +02:00 |
|
Matthias
|
225522762b
|
Merge pull request #5231 from nightshift2k/enhancement/range-based-volumefilter
Range based VolumeFilter
|
2021-07-08 07:22:37 +02:00 |
|
Matthias
|
76e51cddba
|
Merge pull request #5246 from nightshift2k/feature/offsetfilter
new filter OffsetFilter for offsetting incoming pairlists
|
2021-07-07 21:06:23 +02:00 |
|
Matthias
|
682f880630
|
Slightly simplify if statement, add additional test
|
2021-07-07 20:05:56 +02:00 |
|
nightshift2k
|
c44e87cd30
|
added tests for `OffsetFilter
to `test_pairlist.py`
|
2021-07-07 12:06:55 +02:00 |
|
nightshift2k
|
f30e300f18
|
adjusted test_pairlist.py for fixed rolling sum
|
2021-07-07 11:28:35 +02:00 |
|