My metastrategy performance significantly dropped when I generating signals for today. After some debugging I noticed I have a strategy that have the following code. This stopped working after I updated to build 115.
What dataset should I specify if want to pull things such as $NDX?
CODE:
ndxHistory = GetHistory(bars, "$NDX");
What dataset should I specify if want to pull things such as $NDX?
Rename
This looks like a side effect to the changes I've been making to try and get wl64bit's use case working. Try updating to B116 because I think I resolved this side effect.
@Glitch yes it's fixed in 116. Thanks for the quick fix!
If I want to specify the dataset for index symbols such as $NDX in GetHistory, what's the dataset name that I should use?
If I want to specify the dataset for index symbols such as $NDX in GetHistory, what's the dataset name that I should use?
You don’t need to specify a Dataset name. As long as QData is enabled it will get it from QData.
If you really want to, you could create a QData linked Dataset that contains $NDX and use that Dataset name.
If you really want to, you could create a QData linked Dataset that contains $NDX and use that Dataset name.
Your Response
Post
Edit Post
Login is required