MyGit

2022.3

freqtrade/freqtrade

版本发布时间: 2022-03-27 21:52:24

freqtrade/freqtrade最新发布版本:2024.9(2024-09-30 17:26:39)

Highlighted changes

How to update

As always, you can update your bot using one of the following commands:

docker-compose

docker-compose pull
docker-compose up -d

Installation via setup script

# Deactivate venv and run 
./setup.sh --update

Plain native installation

git pull
pip install -U -r requirements.txt
Expand full changelog
fdfbafbb3 Version bump 2022.3
60f2a12bd Fix wrong datetime conversion
81957e004 Revert false update
2cb24ed31 Added in ms
a55bc9c1e Pin jinja in docs requirements
3f98fcb0d all datetime included again
d94b84e38 datetime included again
dae9f4d87 Update doc clarity, partially revert prior commit
094676def Removed old datetime keys and added timestamp
e7418cdcd Remove obsolete note box
487d3e891 Revert version to develop for now
c28e0b0d0 Bump types-tabulate from 0.8.5 to 0.8.6
7170b585f Bump mypy from 0.940 to 0.941
057db5aaa Bump types-requests from 2.27.12 to 2.27.14
03090d8f3 Bump pytest from 7.1.0 to 7.1.1
1a37100bd Bump types-python-dateutil from 2.8.9 to 2.8.10
5a136f04d Bump ccxt from 1.76.5 to 1.76.65
59c7403b1 Bump urllib3 from 1.26.8 to 1.26.9
1bc5d449a Bump cryptography from 36.0.1 to 36.0.2
f5e71a67f Bump pymdown-extensions from 9.2 to 9.3
e9c4e6a69 Update derived strategy documentation
6ec7b84b9 Modify hyperoptable strategy to use relative importing
49e087df5 Allow Strategy subclassing in different files by enabling local imports
fcec071a0 Use order date to fetch trades
8556e6a05 Automatically assign buy-tag to force-buys
aceaa3fae remove last ticker_interval compatibility shim
0f76b2373 update deprecation message for ticker_interval
eb08b9218 Raise exception when ticker_interval is set.
95f69b905 Remove ticker_interval support
73fc344eb Improve wording in docs
f55db8e26 Spreadfilter should fail to start if fetchTickers is not supported
96bf82dbc Remove gateio broker program
6024fa482 Use brackets to break IF lines
47317e0f0 version: use 'contains' to check for "develop" instead of literal comparison
89aae71c3 correcting docs for pricing of ask strategy
18030a30e Add exchange parameter to test-pairlist command
5462ff0eb Bump mypy from 0.931 to 0.940
404d700a7 Raise min-requirement for ccxt
3fbe4a994 Bump numpy from 1.22.2 to 1.22.3
a7133f197 Bump nbconvert from 6.4.2 to 6.4.4
4cbdc9a74 Bump types-requests from 2.27.11 to 2.27.12
3fc1c94ab Bump ccxt from 1.75.12 to 1.76.5
3a0ad2f26 Bump uvicorn from 0.17.5 to 0.17.6
7764ad154 Bump types-cachetools from 4.2.10 to 5.0.0
be5b0acfb Bump pytest from 7.0.1 to 7.1.0
c63b5fbbb Use last to get rates for /balance endpoints
32c06f4a0 Improve test
3133be19e Update precisionfilter to use last instead of ask or bid.
7146122f4 Update docstring
b8b56d95f Update missleading docstring
9107819c9 Fix order migration "forgetting" average
843606c9c gateio stoploss adjust
91549d325 Revert "stoploss_adjust fixed breaking tests"
7e7e59637 Revert "moved binance.stoploss_adjust to exchange class"
2ba79a32a Update docs/exchanges.md
f343036e6 Add stoploss-ordertypes mapping for gateio
7825d855c Fix flake8 error in tests
11c76c3c8 Check if timeframe is available before calling exchange
24f480b4c Double-check stoploss behaviour
9ff52c0a9 Add test for emergencysell behaviour
6f4d60790 stoploss_adjust fixed breaking tests
7db28b1b1 gateio stoploss docs
6bb93bdc2 moved binance.stoploss_adjust to exchange class
6e10439f9 Map usdt fiat to correct coingecko fiat
d47274066 Added stoploss_on_exchange flag to gateio
ae4742afc test_fetch_stoploss_order_gateio and test_cancel_stoploss_order_gateio
e3ced55f5 gateio.fetch_order and gateio.cancel_order
61182f849 exchange.fetch_order and exchange.cancel_order added params argument
f2ed6165e convert price to precision price before verifying stoploss adjustment
17041b78f Add stoploss-limit-ratio to full config sample
3c83d8c74 Bump actions/setup-python from 2 to 3
25964f70d Bump actions/checkout from 2 to 3
0c8dd7e50 Bump ccxt from 1.74.63 to 1.75.12
f1d2cb9ce Bump types-cachetools from 4.2.9 to 4.2.10
1d63bb66a Bump mkdocs-material from 8.2.3 to 8.2.5
67a8b8b63 Bump pytest-asyncio from 0.18.1 to 0.18.2
708def3d9 Bump sqlalchemy from 1.4.31 to 1.4.32
d74e3091d Bump fastapi from 0.74.1 to 0.75.0
be4bc4955 Explicitly check for None to determine if initial stoploss was set
c0e12d632 Add FTX ref links
e9456cdf1 Update trade response to use a single Order object
17c9c3caf Enable orders via API
71be547d8 Bump ccxt to 1.74.63
abc8854b5 setup.sh install gettext for mac
f74de1cca Improve Backtesting "wrong setup" message to include tradable_balance
54165662c Don't require unfilledtimeout, it's optional.
69cfb0b27 Revert change to telegram - this should be handled at the source
a2c987937 Reset sell-reason if order is cancelled
f26247e8e Revert wrong version string
68bc2a610 Add huobi to ccxt compat tests
207b211e5 Bump fastapi from 0.74.0 to 0.74.1
42fbec417 Bump ccxt from 1.74.17 to 1.74.43
faf6a35ad Bump types-requests from 2.27.10 to 2.27.11
590944a60 Bump mkdocs-material from 8.2.1 to 8.2.3
1ac360674 Update Readme quickstart
0ebf40f39 Don't call amount_to_precision twice on entry
41316abb5 Sort supported exchanges alphabetically
14d49e85a Update Huobi stoploss to shared method
a1f2f6dde Updates required for huobi datadownload
f3421dfa9 Use unified stopPrice argument
1b91be08f Add huobi to list of supported exchanges
292c35088 Add stoploss support for huobi
9504b3eb0 Improve huobi config generation
ee7bc5572 Add huobi to Exchange setup
2ec1a7b37 Add huobi exchange class
3942b30eb Add kraken TODO
6caa5f713 Update dry-run behaviour
074919909 Add stoploss tests for kucoin
020729cf5 update docs about kucoin stoploss
768b526c3 Add kucoin stoploss on exchange
7ba92086c Make stoploss method more flexible
ea197b79c Add some more logic to stoploss
1d57ce19e Move stoploss -limit implemenentation to exchange class, as this seems to be used by multiple exchanges.
df726a54f cater for case where sell limit order expired

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-03-27发行的版本