I don't understand why the following code hangs with:
"Loading Data..."
Am I using this incorrectly somehow?
if ( bInit == false ) {
myStudy3 = macdHist( 12, 26, 9 , sym("$SPX")|inv("1"),0);
bInit = true;
}
myVar3 = myStudy3.getValue(0);
"Loading Data..."
Am I using this incorrectly somehow?
if ( bInit == false ) {
myStudy3 = macdHist( 12, 26, 9 , sym("$SPX")|inv("1"),0);
bInit = true;
}
myVar3 = myStudy3.getValue(0);
Comment