- ago
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.
CODE:
ndxHistory = GetHistory(bars, "$NDX");


What dataset should I specify if want to pull things such as $NDX?
0
105
Solved
3 Replies

Reply

Bookmark

Sort
Glitch8
 ( 5.10% )
- ago
#1
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.
0
- ago
#2
@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?
0
Glitch8
 ( 5.10% )
- ago
#3
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.
0
Best Answer

Reply

Bookmark

Sort