Commit Graph

1864 Commits

Author SHA1 Message Date
Sam Germain
661bec1b5f Merge branch 'develop' into margin-db 2021-07-16 18:43:33 -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
Sam Germain
f5cae7cdf8 Merge branch 'develop' into margin-db 2021-07-14 20:36:51 -06: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
Sam Germain
2a814ebad0 Changed the name of a test to match it's equivelent 2021-07-13 22:54:33 -06: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
Sam Germain
c26bee5601 Added tests for set_liquidation_price and set_stop_loss, updated params in interestmode enum, updated leverage docs 2021-07-12 22:13:34 -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
Sam Germain
93d4332012 Removed unneccessary whitespace 2021-07-10 22:39:39 -06:00
Sam Germain
c8a0d486ea Merge branch 'develop' into margin-db 2021-07-10 20:45:28 -06:00
Sam Germain
6083568d56 Updated interest and ratio calculations to correct functions 2021-07-10 20:44:57 -06:00
Sam Germain
2bcfaabcf8 test prsistence leverage passes with new ratio calc 2021-07-08 05:59:13 -06:00
Sam Germain
c753bd0ddc updated ratio_calc_profit function 2021-07-08 05:37:54 -06:00
Sam Germain
963bb89087 ran isort . 2021-07-08 00:12:39 -06:00
Matthias
225522762b
Merge pull request #5231 from nightshift2k/enhancement/range-based-volumefilter
Range based VolumeFilter
2021-07-08 07:22:37 +02:00
Sam Germain
8f5150e831 Flake8 compliant 2021-07-07 22:24:30 -06:00
Sam Germain
03595bf951 Took liquidation price out of order 2021-07-07 20:21:02 -06: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
Sam Germain
0d6210c837 Moved leverage and is_short variables out of trade constructors and into conftest 2021-07-07 01:06:51 -06:00
Sam Germain
26ee6470f4 Pass all but one test, because sqalchemy messes up 2021-07-07 00:43:06 -06:00
Kevin Julian
0f3d34eaf4
Merge branch 'develop' into agefilter-max-days-listed 2021-07-06 19:47:18 +07:00
kevinjulian
502c69dce3 change short desc 2021-07-06 19:36:42 +07:00
Sam Germain
d73473d45c updated todos 2021-07-06 00:11:43 -06:00
Sam Germain
2fedbfbcd2 Added checks for making sure stop_loss doesn't go below liquidation_price 2021-07-06 00:07:14 -06:00
Matthias
dec523eef0 Display verison of installed FreqUI 2021-07-06 07:20:05 +02:00
Sam Germain
f607920ad6 test_adjust_stop_loss_short passes 2021-07-05 22:43:51 -06:00
Sam Germain
0f2952e90c made leveraged test names unique 2021-07-05 22:11:52 -06:00
Sam Germain
9ca588c780 test_update_market_order for shorts passes 2021-07-05 22:01:46 -06:00
Sam Germain
116eeb050f Moved interest calculation to an enum 2021-07-05 21:48:56 -06:00
nightshift2k
1e87225e91 added test_VolumePairList_range to test_pairlist.py 2021-07-05 20:59:27 +02:00
Sam Germain
4984595ddf Merge branch 'develop' into margin-db 2021-07-05 01:04:21 -06:00
Sam Germain
23d236878d uncommented a test, switched last short test to be more correct 2021-07-05 00:53:58 -06:00
Sam Germain
e7612a7eff Switched migrations.py check for stake_currency back to open_rate, because stake_currency is no longer a variable 2021-07-04 23:51:58 -06:00
Sam Germain
7ab8c1d1fd fixed rpc_apiserver test fails, changed test_persistence_long to test_persistence_leverage 2021-07-04 23:32:55 -06:00
Sam Germain
20b806528f Set default leverage to 1.0 2021-07-04 23:12:07 -06:00
Matthias
eb3ead4930
Merge pull request #5229 from kevinjulian/telegram-balance
compact low balance currencies
2021-07-05 06:56:35 +02:00