update
This commit is contained in:
		@@ -53,4 +53,8 @@ export "FREQTRADE__STRATEGY=$(bashio::config 'strategy')"
 | 
			
		||||
 | 
			
		||||
bashio::log.info "starting the bot ..."
 | 
			
		||||
 | 
			
		||||
source /freqtrade/.venv/bin/freqtrade
 | 
			
		||||
 | 
			
		||||
pip install --user --no-cache-dir --no-build-isolation -r /share/fqm_bot_nfix5/tests/requirements.txt
 | 
			
		||||
 | 
			
		||||
exec /freqtrade/.venv/bin/freqtrade trade --db-url sqlite:////share/fqm_bot_nfix5/user_data/${FREQTRADE__BOT_NAME:-Example_Test_Account}_${FREQTRADE__EXCHANGE__NAME:-binance}_${FREQTRADE__TRADING_MODE:-spot}-tradesv3.sqlite --log-file /share/fqm_bot_nfix5/user_data/logs/${FREQTRADE__BOT_NAME:-Example_Test_Account}-${FREQTRADE__EXCHANGE__NAME:-binance}-${FREQTRADE__STRATEGY:-NostalgiaForInfinityX5}-${FREQTRADE__TRADING_MODE:-spot}.log
 | 
			
		||||
		Reference in New Issue
	
	Block a user