Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 07:23:34 +0000



Post From: Custom Alert Sounds not loading into Sierra

[2017-01-11 08:27:53]
isa74 - Posts: 54
Thanks I finally integrate new sounds !

I have tried to implement in a 15mn chart a specific alert when a candle cross a Bollinger Band, a Bb Top and/or a BB bottom adding 2 studies 'Color based on Alert Condition'
and this code on each:

=CROSSOVER(ID8.SG1)

=CROSSOVER(ID8.SG3)

ID8 is the Bollinger Band indicator
SG1 is the Top Bollinger
SG3 is the bottom Bollinger


But this do noes trigger the custom sound.


On a daily chart, if I do implement this code: =CROSSOVER(ID6.SG1,ID6.SG3) directly on the indicator Bolling Band, then I cannot distinguish the Top to the Bottom Band cross.
ID6 is the Bollinger Band indicator
SG1 is the Top Bollinger
SG3 is the bottom Bollinger

Please see attached files..

On the alert manager, I get a continuous message error telling me there is no sound file implemented.. and ARGS!

Does it mean that arguments are missing ?


Thanks for your kind help !
imagesc_sierracharts_study_BB_alert-custom_code.png / V - Attached On 2017-01-11 08:13:08 UTC - Size: 80.11 KB - 241 views
imagesc_sierracharts_study_BB-top_alert-daily_custom_code.png / V - Attached On 2017-01-11 08:22:50 UTC - Size: 318.01 KB - 210 views
imagesc_sierracharts_study_BB-bottom_alert-daily_custom_code.png / V - Attached On 2017-01-11 08:24:58 UTC - Size: 344.35 KB - 209 views
imagesc_sierracharts_study_BB-bottom_alert-daily_msg-error.png / V - Attached On 2017-01-11 08:26:44 UTC - Size: 24.36 KB - 195 views