[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

3rd logical alert



PureBytes Links

Trading Reference Links



Jason;
As you may have read, my alerts are working great, shown 
here.
AlertIf<FONT 
face="Courier New">(Buy,<FONT face="Courier New" 
color=#ff00ff>"SOUND C:\\Windows\\Media\\Notify.wav"<FONT 
face="Courier New">,"Audio 
Buy",<FONT face="Courier New" 
color=#ff00ff>2,<FONT face="Courier New" 
color=#ff00ff>1);
<FONT 
size=2>AlertIf<FONT 
face="Courier New">(Sell,<FONT face="Courier New" 
color=#ff00ff>"SOUND C:\\Windows\\Media\\ding.wav"<FONT 
face="Courier New">,"Audio 
Sell",<FONT face="Courier New" 
color=#ff00ff>2,<FONT face="Courier New" 
color=#ff00ff>1);<FONT 
face=Arial>
I'd like to add one more, which would alert an inbetween 
condition, not buy AND not sell;
I tried the following, which is not quite correct. Can you show 
me?
AlertIf<FONT 
face="Courier New">(((<FONT 
face="Courier New">Buy<FONT 
face="Times New Roman">=0) AND (<FONT 
face="Courier New">Sell<FONT 
face="Times New Roman">=0)),<FONT 
face="Courier New" color=#ff00ff>"SOUND C:\\Windows\\Media\\<FONT 
face="Times New Roman" color=#ff00ff>start<FONT face="Courier New" 
color=#ff00ff>.wav",<FONT 
face="Courier New" color=#ff00ff>"Audio Buy"<FONT 
face="Courier New">,2<FONT 
face="Courier New">,1<FONT 
face="Courier New">);
Thanks,
Richard