Hello, I created this EFS thru the Wizard. I did EFS check, and it did not flag anything wrong.
However, I do not get any alert at all. The alert command seems correct.
What am I doing wrong? Below is a portion of the EFS.
Thanks.
Phil
//{{EFSWizard_Expressions
if (
volume() >= 10000
) onAction1();
//}}EFSWizard_Expression_1
}
//{{EFSWizard_Action_1
function onAction1() {
Alert.addToList(getSymbol(), "Volume > 10000", Color.RGB(0,0,0), Color.RGB(195,0,0));
vLastAlert = 1;
}
However, I do not get any alert at all. The alert command seems correct.
What am I doing wrong? Below is a portion of the EFS.
Thanks.
Phil
//{{EFSWizard_Expressions
if (
volume() >= 10000
) onAction1();
//}}EFSWizard_Expression_1
}
//{{EFSWizard_Action_1
function onAction1() {
Alert.addToList(getSymbol(), "Volume > 10000", Color.RGB(0,0,0), Color.RGB(195,0,0));
vLastAlert = 1;
}
Comment