pstrachocki
New member
Looking for guidance.
I have a scan that scans for golden cross (could be anything though).
I want an alert when a new symbol is added to the list.
I have it done, but it has fired 20 times this morning since I built the alert, and the market is not open.
I want it to sound only one time per bar.
I know in a chart, I can do Alert(goldencross, "50/200 Crossover", Alert.Bar, Sound.Chimes);
Is there anything comparable in a scan alert when a symbol is added?
Thanks
I have a scan that scans for golden cross (could be anything though).
I want an alert when a new symbol is added to the list.
I have it done, but it has fired 20 times this morning since I built the alert, and the market is not open.
I want it to sound only one time per bar.
I know in a chart, I can do Alert(goldencross, "50/200 Crossover", Alert.Bar, Sound.Chimes);
Is there anything comparable in a scan alert when a symbol is added?
Thanks