-
Running a simple code with the following code results in a failure:
```
at = AutoTrader()
at.configure(verbosity=1, show_plot=True, feed="yahoo")
at.add_strategy("ema_crossover")
at.backtest(st…
-
# How to scrape AutoTrader with Python and Selenium to search for multiple makes and models | Shedload Of Code
Take this new AutoTrader UK web scraper for a spin! It can search for and filter multipl…
-
Hello,
Looks like some links need to be updated?
I installed via pipx so
step 1: was pipx install autotrader[ccxt,yfinance,ib]
Step 2: autotrader demo
Short Error:
404 Client Error: Not Found…
-
-
When activating autotrader, everything is fine, but there are occasions when it fails and I necessarily have to right click on the villager for it to work and sometimes this does not work, and there a…
-
When generating PDFs with WebP images, the resulting file size is unexpectedly large, even though WebP images are highly compressed (e.g., 60KB). Output files can reach 18 MB or more, despite the HTML…
-
```
1 Failed download:
- ETH-USD: No data found for this date range, symbol may be delisted
Traceback (most recent call last):
File "D:\my ebooks\autotrader-demo-main\runfile.py", line 26, in
…
-
I got error when deploying in livetrade mode (auto trade in paper environment)
Error log
2024-03-27 03:08:29,557 | ERROR | autobot | Error when updating strategy: 'Broker' object has no at…
-
cant seem to solve this, please help: Traceback (most recent call last):
File "C:\GitHub_Projects\Autotrader\AutoTrader\testrun.py", line 6, in
at.run()
File "C:\GitHub_Projects\Autotrade…
-
**Is your feature request related to a problem? Please describe.**
I've done extensive testing and troubleshooting with Autotrader, including implementing a custom DataStream to supply my own histori…