Phantom_503
New member
The indicator work well but the alerts doesn't trigger, why?
here the code for the alert:
plot buylong = blong;
plot buyshort = sshort;
alert(buylong, "BuyLong", Alert.BAR, Sound.Chimes);
alert(buyshort, "BuyShort", Alert.BAR, Sound.Bell);
By the way, when I try to use scanner with this indicator, the scanner said "no matching symbols" at any time frame, why?
thank you in advance for your help
here the code for the alert:
plot buylong = blong;
plot buyshort = sshort;
alert(buylong, "BuyLong", Alert.BAR, Sound.Chimes);
alert(buyshort, "BuyShort", Alert.BAR, Sound.Bell);
By the way, when I try to use scanner with this indicator, the scanner said "no matching symbols" at any time frame, why?
thank you in advance for your help