Dear @support,
strategies using the secgov_load_indicators() function from the secgov module do not pass validation after submission. TypeError: 'module' object is not callable. Could you fix this? Thanks in advance for your help.
Dear @support,
strategies using the secgov_load_indicators() function from the secgov module do not pass validation after submission. TypeError: 'module' object is not callable. Could you fix this? Thanks in advance for your help.
Dear @support,
fundamental data loading does not work. I use
market_data = qndata.stocks_load_spx_data(min_date='2005-01-01')
indicators_data = fundamental.load_indicators_for(market_data)
but it doesn't work, I get KeyError. Thanks in advance for your help.
Dear @support,
all strategies based on fundamental data are filtered (сalculation time exceeded error).
Individual indicators are loaded (usually no more than 4-5 data fields).
Data loading time does not exceed five minutes (look at the screenshot).
The strategies do not use machine learning or other methods that require a lot of computation time.
Is it possible to solve this problem? Thank you very much in advance.
Kind regards