Custom Sound Alert Software

Does anyone know if there is any alert software out there that can be set for individual custom created .wav alerts. I liek to hear these for new Intraday Highs and Lows and previosu day high and lows. I can't find any that let you have this option. Most just have a beeb or dong, etc. I want to record my own .wav and link it to a individual alert, not a global alert.

Any thoughts or insight would be appreciated!!
 
Do they have alerts for new intraday highs and lows as well as Previous day highs and lows? (P1 or P2).

I have found that most do not. I really appreciat eyour insight with this.
 
Quote from MogulB:

Does anyone know if there is any alert software out there that can be set for individual custom created .wav alerts. I liek to hear these for new Intraday Highs and Lows and previosu day high and lows. I can't find any that let you have this option. Most just have a beeb or dong, etc. I want to record my own .wav and link it to a individual alert, not a global alert.

Any thoughts or insight would be appreciated!!

you can do it in tradestation

inputs: sound("C:\My Documents\Temp\wmpaud1.wav),
...
...

...
...
if lastBarOnChart and ..... then condition1 = playSound (sound);
...
...



:D
 
Back
Top