- ago
When backtesting in Single-Position mode, it would be nice if WL checked the Data Manager cache first before timing out on IQFeed for a mutual fund that's cached and linked to a Yahoo dataset. This is about running individual funds in Single-Position mode out of the Yahoo-linked Fidelity Select Sector funds dataset.

Everything works as expected in Portfolio-Backtest mode; no IQFeed timeouts encountered in this mode.
0
346
Solved
4 Replies

Reply

Bookmark

Sort
- ago
#1
I thought's been explained in Post #5:
https://www.wealth-lab.com/Discussion/IQFeed-timeouts-on-Yahoo-quot-world-indices-quot-datasets-6812

Unless your single symbol backtest is run on the "Fidelity select sector funds" DataSet, an on demand data request is made and Wealth-Lab queries checked (enabled) data providers from top to bottom. Since the topmost one is IQFeed, you get a timeout from requesting an unsupported symbol.

It does not matter that the mutual funds reside in a Yahoo-linked DataSet - there is no DataSet context here in single symbol mode.
0
- ago
#2
QUOTE:
It does not matter that the mutual funds reside in a Yahoo-linked DataSet - there is no DataSet context here in single symbol mode.

So what's the point in having the Data Manager cache if single-symbol mode ignores it altogether? These timeouts are for cached data.
0
Glitch8
 ( 10.94% )
- ago
#3
The point of it is to re use the same data for multiple backtests until you change the data selection. Switching modes clears out that cache and forces a reload.
0
Best Answer
- ago
#4
QUOTE:
Switching modes clears out that cache and forces a reload.
Interesting. I'm wondering if that's a good thing or a bad thing?

In any case, thank you for the clarification. Sounds like it's operating as designed.
0

Reply

Bookmark

Sort