-
I did a pip upgrade and now If I run YahooDataBackTest for my strategy I get an error
Here is my code:
```
from login import get_api_key
from lumibot.traders import Trader
from lumibot.brokers …
-
For some ids, historical_data gives this error:
historical_data(investing_id=40654,from_date=start_date_1, to_date=end_date_1)
also
historical_data(investing_id=26490,from_date=start_date_1, …
-
I can't understand what data to pass and to which class. Can you please show us a live example? It's hard to know when you first see it. Although, I understand that we are passing data to the metastoc…
-
Traceback (most recent call last):
File "rev.py", line 96, in
process_file(file)
File "rev.py", line 75, in process_file
assert new_qte >= -1e-3, new_qte
AssertionError: -32.0
e.g…
-
In urls.py line 30
NSE_SYMBOL_COUNT_URL = 'http://www1.nseindia.com/marketinfo/sym_map/symbolCount.jsp'
The website has been changed to https://www.nseindia.com/
-
Package version: 4.x-dev
Fatal error: Uncaught Scheb\YahooFinanceApi\Exception\ApiException: Not a number in column "open": open in [...]/vendor/scheb/yahoo-finance-api/src/ResultDecoder.php:232 St…
-
I have my own 3-seconds market data in local mysql and want to conver these 3-sec data to qlib bin,
How do I convert?
I used to convert csv (3 seconds data) to qlib bin by using dump_bin.py, the r…
-
**Operating system**:
macOS 12.2.1 arm64
**wxPython version & source**:
wx version: 4.1.1 osx-cocoa (phoenix) wxWidgets 3.1.5 (MacPorts)
**Python version & source**:
pyt…
-
It seems weird to me that we use spawning stock biomass but do not add the "stock" modifier to any other term, e.g., we use age 3+ biomass not age 3+ stock biomass. Should we advocate for spawning bio…
-
An obvious question is, why would anyone try and load payments by csv using anything other than the Ticker Code without the extension? I assume this arose through the need to look up Shares and inadve…