miro-ka / mosquito

Trading Bot with focus on Evolutionary Algorithms and Machine Learning
GNU General Public License v3.0
261 stars 53 forks source link

get_price: got empty dataframe for pair: BTC_ETH #47

Closed ghost closed 7 years ago

ghost commented 7 years ago

get_price: got empty dataframe for pair: BTC_ETH, skipping! Could not find pairs ticker, skipping trade

I am not sure what this means, but I dont have ETH anywhere in my config lol

miro-ka commented 7 years ago

last commit switched from using config.ini to mosquito.ini. Please rename the mosquito.sample.ini to mosquito.ini and set the parameters to condi

Reason is that we changed to new argument and config parser. Now we can change all parameters with arguments. ...please can you check what you have in mosquito.ini file?

ghost commented 7 years ago

Traceback (most recent call last): File "mosquito.py", line 35, in main(args) File "mosquito.py", line 8, in main engine = Engine(args, 'config.ini') File "/home/cluster/Desktop/mosquito/core/engine.py", line 41, in init self.parse_config(config_file) File "/home/cluster/Desktop/mosquito/core/engine.py", line 99, in parse_config self.root_report_currency = config['Trade']['root_report_currency'] File "/usr/lib/python3.5/configparser.py", line 956, in getitem raise KeyError(key) KeyError: 'Trade'

Note.... This software is still way to in-development to use at all. I'll check back later :page_facing_up: