We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, When i try to backtest i keep getting this error: freqtrade - ERROR - Parse error at offset 50: Missing a comma or '}' after an object member.
Here is what i run:
./b instance bot01 data 15 Initializing... Updating backtesting pairlists... Initializing backtesting... Downloading data... 2022-07-21 21:54:55,898 - freqtrade.configuration.load_config - INFO - Using config: /configs/components/base.json ... 2022-07-21 21:54:55,899 - freqtrade.configuration.load_config - INFO - Using config: /configs/private/base.config.1.json ... 2022-07-21 21:54:55,899 - freqtrade.configuration.load_config - INFO - Using config: /configs/components/api.json ... 2022-07-21 21:54:55,899 - freqtrade.configuration.load_config - INFO - Using config: /configs/components/exchange.json ... 2022-07-21 21:54:55,899 - freqtrade.configuration.load_config - INFO - Using config: /configs/private/exchange.binance.json ... 2022-07-21 21:54:55,899 - freqtrade.configuration.load_config - INFO - Using config: /configs/components/backtest.json ... 2022-07-21 21:54:55,899 - freqtrade.configuration.load_config - INFO - Using config: /.tmp/bot01.config.exchange.pairs.json ... 2022-07-21 21:54:55,899 - freqtrade - ERROR - Parse error at offset 50: Missing a comma or '}' after an object member. Please verify the following segment of your configuration: { "exchange": { "pair_whitelist": 2022-07-21 21:54:52,523 - freqtrade.exchange.exchange - INFO - Closing async ccxt se
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
When i try to backtest i keep getting this error: freqtrade - ERROR - Parse error at offset 50: Missing a comma or '}' after an object member.
Here is what i run:
./b instance bot01 data 15
Initializing...
Updating backtesting pairlists...
Initializing backtesting...
Downloading data...
2022-07-21 21:54:55,898 - freqtrade.configuration.load_config - INFO - Using config: /configs/components/base.json ...
2022-07-21 21:54:55,899 - freqtrade.configuration.load_config - INFO - Using config: /configs/private/base.config.1.json ...
2022-07-21 21:54:55,899 - freqtrade.configuration.load_config - INFO - Using config: /configs/components/api.json ...
2022-07-21 21:54:55,899 - freqtrade.configuration.load_config - INFO - Using config: /configs/components/exchange.json ...
2022-07-21 21:54:55,899 - freqtrade.configuration.load_config - INFO - Using config: /configs/private/exchange.binance.json ...
2022-07-21 21:54:55,899 - freqtrade.configuration.load_config - INFO - Using config: /configs/components/backtest.json ...
2022-07-21 21:54:55,899 - freqtrade.configuration.load_config - INFO - Using config: /.tmp/bot01.config.exchange.pairs.json ...
2022-07-21 21:54:55,899 - freqtrade - ERROR - Parse error at offset 50: Missing a comma or '}' after an object member.
Please verify the following segment of your configuration:
{
"exchange": {
"pair_whitelist": 2022-07-21 21:54:52,523 - freqtrade.exchange.exchange - INFO - Closing async ccxt se
The text was updated successfully, but these errors were encountered: