Results 25 comments of Kieran Mackle

Hi funkho, from memory, IB can be tricky to get working. I don't personally use IB anymore and cannot recall the specifics of the setup. Unfortunately, it looks like IB...

I have found that the search only finds items in the 'collections', defined in _config.yml. By adding your directories as a collection, it should come up in the search results....

@kubesqrt I think this is because you have installed [etherscan](https://pypi.org/project/etherscan/) instead of [etherscan-python](https://pypi.org/project/etherscan-python/) - as per the installation guide of this repo. ``` pip uninstall etherscan pip install etherscan-python ```

@thenodeprotocol1 could you please be more specific / fill out the issue template. I am not sure if you mean how to integrate a new exchange, or how to connect...

Hi @rseverinop, There are two ways you could go about this. The first (and the simplest) way would be to use the [`add_data`](https://autotrader.readthedocs.io/en/latest/core/AutoTrader.html#add-data) method to read from local data files....