Matthias
|
8da7d5c009
|
Merge pull request #4594 from rextea/add_confirm_exit_enter_tade_to_backtesting
Add confirm_trade_exit and confirm_trade_entry to backtesting
|
2021-03-25 20:26:56 +01:00 |
|
Matthias
|
292ea8c1d0
|
Update backtesting.py
|
2021-03-25 09:34:33 +01:00 |
|
Matthias
|
ec15610bff
|
Fix isort issue
|
2021-03-24 19:21:07 +01:00 |
|
Matthias
|
ee82d36bef
|
Merge pull request #4593 from hoeckxer/feat/status_table_telegram_length
Changed the code for status table a bit so that it splits up the trad…
|
2021-03-24 06:49:54 +01:00 |
|
Matthias
|
d5301b4d63
|
RateLimit should be enabled by default
|
2021-03-23 10:53:09 +01:00 |
|
Matthias
|
7adfa0cfd9
|
Merge pull request #4592 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.2
Bump sqlalchemy from 1.3.23 to 1.4.2
|
2021-03-22 20:00:13 +01:00 |
|
Matthias
|
b7702a1e9f
|
Improve tests to work with new sqlalchemy version
|
2021-03-22 19:39:06 +01:00 |
|
Matthias
|
e39cff522d
|
Remove duplicate dict keys in test
|
2021-03-22 17:30:16 +01:00 |
|
Matthias
|
77610b6a6d
|
Merge pull request #4590 from freqtrade/dependabot/pip/develop/urllib3-1.26.4
Bump urllib3 from 1.26.3 to 1.26.4
|
2021-03-22 06:53:21 +01:00 |
|
Matthias
|
efe1315a17
|
Merge pull request #4589 from freqtrade/dependabot/pip/develop/ccxt-1.43.89
Bump ccxt from 1.43.27 to 1.43.89
|
2021-03-22 06:52:38 +01:00 |
|
Matthias
|
d4ca62f7f3
|
Merge pull request #4591 from freqtrade/dependabot/pip/develop/isort-5.8.0
Bump isort from 5.7.0 to 5.8.0
|
2021-03-22 06:52:18 +01:00 |
|
Matthias
|
e315a6a0da
|
assume "last" can miss from a ticker response
closes #4573
|
2021-03-20 14:58:51 +01:00 |
|
Matthias
|
43d7f9ac67
|
Add bid_last_balance parameter
to interpolate sell prices
closes #3270
|
2021-03-20 14:38:26 +01:00 |
|
Matthias
|
f4e71c1f14
|
get_buy_rate tests should be sensible
|
2021-03-20 14:02:13 +01:00 |
|
Matthias
|
73876b61b4
|
Show potential errors when loading markets
|
2021-03-20 13:34:33 +01:00 |
|
Matthias
|
16a54b3616
|
Don't require non-mandatory arguments
|
2021-03-20 13:08:02 +01:00 |
|
Matthias
|
fe7f3d9c37
|
Add price side validation for market orders
|
2021-03-20 11:48:39 +01:00 |
|
Matthias
|
066dd72210
|
add orderbook structure documentation
|
2021-03-20 08:34:15 +01:00 |
|
Matthias
|
0a9622a065
|
Merge pull request #4581 from freqtrade/fix/4578
Fix calculation error for min-trade-stake
|
2021-03-20 08:21:52 +01:00 |
|
Matthias
|
69799532a6
|
Document usage of open_date_utc
closes #4580
|
2021-03-20 08:13:56 +01:00 |
|
Matthias
|
7ffe1fd36a
|
Fix calculation error for min-trade-stake
|
2021-03-20 07:21:22 +01:00 |
|
Matthias
|
fd34d454a8
|
Merge pull request #4574 from maycon/patch-1
Added slash to fix a broken formatting
|
2021-03-19 20:32:31 +01:00 |
|
Matthias
|
fb90901bb3
|
Fix telegram table for both rendered and github markdown
|
2021-03-19 20:12:12 +01:00 |
|
Matthias
|
0d5833ed91
|
Use OperationalException for TimeRange errors
|
2021-03-19 06:40:04 +01:00 |
|
Matthias
|
c304651249
|
Merge pull request #4571 from pbrunier/develop
Improvement for timerange parser
|
2021-03-19 06:36:22 +01:00 |
|
Matthias
|
84ca9bd2c7
|
Merge pull request #4543 from brookmiles/fix-math-custom-stoploss-docs
correct math used in examples and clarify some terminology regarding …
|
2021-03-18 19:32:30 +01:00 |
|
Matthias
|
dd4d1d82d4
|
Update docs/strategy-advanced.md
|
2021-03-18 14:19:33 +01:00 |
|
Matthias
|
b6e9e74a8b
|
Add link between stoploss_from_open and custom_stop documentation
|
2021-03-18 06:46:08 +01:00 |
|
Matthias
|
76ca3c219f
|
extract result-printing from hyperopt class
|
2021-03-17 20:45:15 +01:00 |
|
Matthias
|
b05de6d468
|
Move advanced exchange config to exchange page
|
2021-03-17 19:36:35 +01:00 |
|
Matthias
|
6597055a24
|
Ensure ccxt tests run without dry-run
closes #4566
|
2021-03-17 19:36:11 +01:00 |
|
Matthias
|
79d4585dad
|
Add check to ensure close_profit_abs is filled on closed trades
Technically, this should not be possible, but #4554 shows it is.
closes #4554
|
2021-03-16 19:24:03 +01:00 |
|
Matthias
|
dd5873ef24
|
Merge pull request #4552 from freqtrade/dependabot/pip/develop/ccxt-1.43.27
Bump ccxt from 1.42.66 to 1.43.27
|
2021-03-15 19:50:43 +01:00 |
|
Matthias
|
09aa678e59
|
Merge pull request #4549 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.17
Bump prompt-toolkit from 3.0.16 to 3.0.17
|
2021-03-15 11:33:28 +01:00 |
|
Matthias
|
ecc677ad13
|
Merge pull request #4550 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.4.1
Bump python-telegram-bot from 13.3 to 13.4.1
|
2021-03-15 08:38:20 +01:00 |
|
Matthias
|
6ae2774b7a
|
Merge pull request #4548 from freqtrade/dependabot/pip/develop/mkdocs-material-7.0.6
Bump mkdocs-material from 7.0.5 to 7.0.6
|
2021-03-15 07:19:27 +01:00 |
|
Matthias
|
8a4fd05ded
|
Merge pull request #4551 from freqtrade/fix/slacknotify
Update slack action
|
2021-03-15 07:19:05 +01:00 |
|
Matthias
|
b4b11c403d
|
Merge pull request #4546 from freqtrade/dependabot/pip/develop/flake8-3.9.0
Bump flake8 from 3.8.4 to 3.9.0
|
2021-03-15 07:18:53 +01:00 |
|
Matthias
|
b6c29bebb0
|
Update slack action
|
2021-03-15 06:56:48 +01:00 |
|
Matthias
|
b191663a7e
|
Adapt hyperopt templates to be better aligned
closes #3027
|
2021-03-14 19:49:46 +01:00 |
|
Matthias
|
0b35c0571f
|
Allow custom fee to be used during dry-run
closes #3696
|
2021-03-14 19:37:57 +01:00 |
|
Matthias
|
7a63f8cc31
|
Fix hdf5 support on raspberry
|
2021-03-14 13:25:08 +01:00 |
|
Matthias
|
b57c150654
|
Final balance should include forcesold pairs
|
2021-03-14 09:48:40 +01:00 |
|
Matthias
|
9fb6cfcdad
|
Merge pull request #4540 from jlaw/fix-date-test-utc
fix: Use now() to match timezone of download data
|
2021-03-14 07:03:29 +01:00 |
|
Matthias
|
cd8d9f2930
|
Merge pull request #4534 from rokups/patch-1
Provide access to strategy instance from hyperopt class.
|
2021-03-13 17:14:47 +01:00 |
|
Matthias
|
3b99f04a78
|
Merge pull request #4535 from freqtrade/fix/backtestperformance
Improve backtest performance after enabling compounding
|
2021-03-13 16:51:00 +01:00 |
|
Matthias
|
eb4f05eb23
|
Add documentation for hyperopt.strategy availability
|
2021-03-13 16:47:12 +01:00 |
|
Matthias
|
3a0739183a
|
Merge pull request #4530 from jlaw/develop
Create event loop manually if uvloop is available
|
2021-03-13 16:25:16 +01:00 |
|
Matthias
|
6389e86ed6
|
Add test for uvloop fix
|
2021-03-13 16:09:07 +01:00 |
|
Matthias
|
0320c8dc92
|
Improve tests for trades_proxy
|
2021-03-13 15:51:27 +01:00 |
|
Matthias
|
d1acc8092c
|
Improve backtest performance
|
2021-03-13 10:17:14 +01:00 |
|
Matthias
|
441d3fad39
|
Merge pull request #4513 from freqtrade/fix/4511
Fix stoploss order problem with FTX
|
2021-03-11 19:39:44 +01:00 |
|
Matthias
|
ef9977fc1e
|
Make stake_amount + stake_currency mandatory for backtesting
|
2021-03-10 10:43:44 +01:00 |
|
Matthias
|
333ad02605
|
Fix random test failure
|
2021-03-10 10:39:38 +01:00 |
|
Matthias
|
0db5c9746f
|
Merge pull request #4454 from freqtrade/backtest_compound_speed
Backtest compound, wallet, ...
|
2021-03-10 10:07:40 +01:00 |
|
Matthias
|
60f6b998d3
|
Update logo with smiling one
|
2021-03-10 09:27:03 +01:00 |
|
Matthias
|
99583bbd0c
|
Fix problem with FTX
where cancelled orders are "cancelled", not "canceled"
|
2021-03-09 20:21:08 +01:00 |
|
Matthias
|
dd420a22e9
|
Merge pull request #4508 from Th0masL/fix_order_by
Change order_by from ID to close_date for /trades command
|
2021-03-09 20:20:04 +01:00 |
|
Matthias
|
a1902f226d
|
Make trade-close sequence clear for mock trades
|
2021-03-09 19:29:00 +01:00 |
|
Matthias
|
4b550dab17
|
Always reset fake-databases
Otherwise results may stick around for the next strategy
|
2021-03-08 19:40:29 +01:00 |
|
Matthias
|
61ec7a309b
|
Merge pull request #4501 from freqtrade/dependabot/pip/develop/aiohttp-3.7.4.post0
Bump aiohttp from 3.7.4 to 3.7.4.post0
|
2021-03-08 17:12:55 +01:00 |
|
Matthias
|
5e3e1e22e3
|
Merge pull request #4502 from freqtrade/dependabot/pip/develop/pandas-1.2.3
Bump pandas from 1.2.2 to 1.2.3
|
2021-03-08 10:12:03 +01:00 |
|
Matthias
|
7e45af97e6
|
Merge pull request #4504 from freqtrade/dependabot/pip/develop/mkdocs-material-7.0.5
Bump mkdocs-material from 7.0.3 to 7.0.5
|
2021-03-08 07:31:06 +01:00 |
|
Matthias
|
bb1f888b4c
|
Merge pull request #4503 from freqtrade/dependabot/pip/develop/arrow-1.0.3
Bump arrow from 1.0.2 to 1.0.3
|
2021-03-08 07:30:38 +01:00 |
|
Matthias
|
7e897343c8
|
Merge pull request #4499 from freqtrade/dependabot/pip/develop/coveralls-3.0.1
Bump coveralls from 3.0.0 to 3.0.1
|
2021-03-08 06:52:08 +01:00 |
|
Matthias
|
6217c4c886
|
Merge pull request #4500 from freqtrade/dependabot/pip/develop/ccxt-1.42.66
Bump ccxt from 1.42.47 to 1.42.66
|
2021-03-08 06:51:39 +01:00 |
|
Matthias
|
0b81b58d28
|
Use pandas.values.tolist instead of itertuples
speeds up backtesting
closes #4494
|
2021-03-07 11:28:54 +01:00 |
|
Matthias
|
02d7dc4780
|
Increase cache size to be large enough to hold all pairs
closes #4483
|
2021-03-06 19:55:02 +01:00 |
|
Matthias
|
b515609d73
|
Merge pull request #4490 from Th0masL/add_trade_id
Add the trade ID to Telegram Buy/Sell/Cancel messages
|
2021-03-06 15:40:34 +01:00 |
|
Matthias
|
eed8c94dd9
|
Merge pull request #4488 from patrick310/patch-1
Add strategy name to HyperOpt results filename
|
2021-03-06 13:48:12 +01:00 |
|
Matthias
|
28109846d5
|
Merge pull request #4489 from freqtrade/forcebuy_ordertype
forcebuy ordertype
|
2021-03-06 13:37:46 +01:00 |
|
Matthias
|
a405d578da
|
Introduce forcebuy ordertype to allow specifiying a different ordertype for forcebuy / forcesells
|
2021-03-05 20:22:04 +01:00 |
|
Matthias
|
5196306407
|
Remove deprecated profit return value
|
2021-03-05 20:03:49 +01:00 |
|
Matthias
|
a39e83dbd4
|
Merge pull request #4482 from raoulbuzziol/develop
added "Median profit" column to hyperopt -> export-csv
|
2021-03-05 19:37:21 +01:00 |
|
Matthias
|
731ab5d2a7
|
Fix too long line errors
|
2021-03-05 19:22:57 +01:00 |
|
Matthias
|
bc05d03126
|
Make best / worst day absolute
|
2021-03-05 19:21:09 +01:00 |
|
Matthias
|
8c371ace32
|
Merge pull request #4478 from JoeSchr/docs/add-custom_info-examples
Documentation: Add examples how to use dataframe with "custom_info"
|
2021-03-05 07:24:50 +01:00 |
|
Matthias
|
078b77d41b
|
Fix crash when using unlimited stake and no trades are made
|
2021-03-02 16:12:22 +01:00 |
|
Matthias
|
0be34291ef
|
Merge pull request #4473 from JoeSchr/backtest_compound_speed
fix: avg_stake_amount should not be `NaN` if df is empty
|
2021-03-02 13:59:53 +01:00 |
|
Matthias
|
f00c4fc27b
|
Merge pull request #4472 from av1nxsh/develop
Add ping support to rest_client.py
|
2021-03-02 12:03:02 +01:00 |
|
Matthias
|
6eb253c31e
|
Merge pull request #4469 from freqtrade/rpc/locks
Add RPC methods to remove locks
|
2021-03-02 10:41:08 +01:00 |
|
Matthias
|
4bb6a27745
|
Don't catch errors that can't happen
|
2021-03-02 06:59:58 +01:00 |
|
Matthias
|
007ac7abb5
|
Add telegram pair unlocking
|
2021-03-01 20:09:40 +01:00 |
|
Matthias
|
6640156ac7
|
Support deleting locks via API
|
2021-03-01 19:50:39 +01:00 |
|
Matthias
|
4e51364057
|
Add warning about sandboxes
closes #4468
|
2021-03-01 19:12:02 +01:00 |
|
Matthias
|
7dc77d0af6
|
Merge pull request #4463 from freqtrade/dependabot/pip/develop/mkdocs-material-7.0.3
Bump mkdocs-material from 6.2.8 to 7.0.3
|
2021-03-01 09:48:08 +01:00 |
|
Matthias
|
64ef7becc7
|
Update styles to work with new mkdocs version
|
2021-03-01 09:35:35 +01:00 |
|
Matthias
|
6eef6d41bc
|
Merge pull request #4465 from freqtrade/dependabot/pip/develop/arrow-1.0.2
Bump arrow from 0.17.0 to 1.0.2
|
2021-03-01 09:30:11 +01:00 |
|
Matthias
|
2083cf6ddf
|
Fix mypy errors introduced by Arrow update
|
2021-03-01 08:57:57 +01:00 |
|
Matthias
|
0ebefdfeb6
|
Merge pull request #4464 from freqtrade/dependabot/pip/develop/ccxt-1.42.47
Bump ccxt from 1.42.19 to 1.42.47
|
2021-03-01 08:19:17 +01:00 |
|
Matthias
|
3d65ba2dcb
|
Add rpc method to delete locks
|
2021-03-01 07:51:33 +01:00 |
|
Matthias
|
bba9b9e819
|
Don't use __root__ directly for api response
|
2021-03-01 07:08:44 +01:00 |
|
Matthias
|
4b689f5b88
|
Merge pull request #4420 from freqtrade/dependabot/pip/develop/mypy-0.812
Bump mypy from 0.790 to 0.812
|
2021-02-28 15:30:44 +01:00 |
|
Matthias
|
aba034ff40
|
Fix mypy problem after mypy 0.800 upgrade
|
2021-02-28 11:04:30 +01:00 |
|
Matthias
|
54ccbd9370
|
Merge pull request #4391 from squat0001/develop
Add dust level to balance command in telegram
|
2021-02-28 10:36:44 +01:00 |
|
Matthias
|
a13dc3cdde
|
Use sensible defaults for balance_dust_level
|
2021-02-28 09:57:52 +01:00 |
|
Matthias
|
9cb37409fd
|
Explicitly convert starting-balance to float
|
2021-02-28 09:56:29 +01:00 |
|
Matthias
|
05f057fe72
|
Stringify favicon path
potentially closes #4459
|
2021-02-28 08:48:28 +01:00 |
|
Matthias
|
bc0efe5baa
|
Merge pull request #4457 from JoeSchr/patch-4
Fix: custom_stoploss returns typo
|
2021-02-28 08:36:21 +01:00 |
|
Matthias
|
d9d5617432
|
UPdate backtesting doc for total profit calc
|
2021-02-27 20:26:13 +01:00 |
|