mikekonan / exchange-proxy

exchange-proxy
GNU General Public License v3.0
110 stars 32 forks source link

Issue with volitility filter #17

Closed kkasberg closed 2 years ago

kkasberg commented 2 years ago

Below is an example of where volatility is not correct. I know for a fact that many of these have much higher volitility.

2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed BTC/USDT from whitelist, because volatility over 3 days is: 0.001 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed ETH/USDT from whitelist, because volatility over 3 days is: 0.001 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed LUNA/USDT from whitelist, because volatility over 3 days is: 0.002 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed SAND/USDT from whitelist, because volatility over 3 days is: 0.003 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed GALAX/USDT from whitelist, because volatility over 3 days is: 0.005 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed MANA/USDT from whitelist, because volatility over 3 days is: 0.003 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed SHIB/USDT from whitelist, because volatility over 3 days is: 0.002 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed CRO/USDT from whitelist, because volatility over 3 days is: 0.003 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed KDA/USDT from whitelist, because volatility over 3 days is: 0.002 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed XRP/USDT from whitelist, because volatility over 3 days is: 0.001 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed AVAX/USDT from whitelist, because volatility over 3 days is: 0.002 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed BLOK/USDT from whitelist, because volatility over 3 days is: 0.003 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed REQ/USDT from whitelist, because volatility over 3 days is: 1.328 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed FTM/USDT from whitelist, because volatility over 3 days is: 0.003 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed BNB/USDT from whitelist, because volatility over 3 days is: 0.001 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed DOT/USDT from whitelist, because volatility over 3 days is: 0.001 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed PYR/USDT from whitelist, because volatility over 3 days is: 0.003 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed VRA/USDT from whitelist, because volatility over 3 days is: 0.002 which is not in the configured range of 0.02-0.75. 2021-11-26 15:08:02 - VolatilityFilter - INFO - Removed LRC/USDT from whitelist, because volatility over 3 days is: 0.003 which is not in the configured range of 0.02-0.75.

mikekonan commented 2 years ago

Bot version? Proxy version? Show the output of "docker images"

b2pb commented 2 years ago

Problem is w/ FT and not the proxy... See https://github.com/freqtrade/freqtrade/issues/5978, fixed in https://github.com/freqtrade/freqtrade/commit/409a80176320a7d934eb5159faf35cb2a1ae9989

liquidmind313 commented 2 years ago

binary run latest FT 2021.11 latest Proxy version 1.0.11 amd

freqtrade.exchange.common - WARNING - Kucoin 429 error, avoid triggering DDosProtection.. could not fetch historical candle (OHLCV) data for pair GHST/USDT due to RequestTimeout.. WARNING - retrying _async_get_candle_history() still for 3 times.. WARNING - Empty candle (OHLCV) data for pair IDEA/USDT.. WARNING - _async_get_candle_history() returned exception: "Could not fetch historical candle (OHLCV) data for pair KRL/USDT due to RequestTimeout. Message: kucoin GET http://127.0.0.1:8089/kucoin/api/v1/market/candles?symbol=KRL-USDT&type=1day&startAt=1638057600&endAt=1681257600"

liquidmind313 commented 2 years ago

freqtrade-proxy-linux-arm64[108485]: time="2021-12-02T04:37:28Z" level=fatal msg="[HTTP]Failure: status code is NOT 200, POST /api/v1/bullet-public wi" level=fatal msg="[HTTP]Failure: status code is NOT 200, POST /api/v1/bullet-public with body={}, respond code=503 body={\"code\":\"503000\",\"msg\":\"Service Unavailable\"}"h body={}, respond code=503 body={\"code\":\"503000\",\"msg\":\"Service Unavailable\"}" caller="github.com/mikekonan/freqtradeProxy/proxy/kucoin/kucoin.go:71 newWs" stack="gitcaller="github.com/mikekonan/freqtradeProxy/proxy/kucoin/kucoin.go:71 newWs" stack="github.com/mikekonan/freqtradeProxy/proxy/kucoin/kucoin.go:71 newWs\ngithub.com/mikekonan/fub.com/mikekonan/freqtradeProxy/proxy/kucoin/kucoin.go:71 newWs\ngithub.com/mikekonan/freqtradeProxy/proxy/kucoin/kucoin.go:53 (*subscriptionManager).Subscribe\nruntime/asm_areqtradeProxy/proxy/kucoin/kucoin.go:53 (*subscriptionManager).Subscribe\nruntime/asm_arm64.s:1133 goexit

mikekonan commented 2 years ago

Closing due to no response