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

Re: SOUND advice



PureBytes Links

Trading Reference Links

          
You need to declare a Logical Variable in the EL Indicator or System code.
Then, insert a statement like the "Snd=" line below when you want the .WAV
to play...
           
Vars: Snd(True);
       
Snd=PlaySound("C:\SOUNDS\OEX_BEAR.WAV"); 
      
-----------------------------------------
At 07:42 AM 4/7/98 -0700, you wrote:
>Hi All:
>
>Has anyone written / experimented with indicators where it will execute a
>*.wav file upon hitting or crossing some defined level and then produce a
>sound?
>
>Would you share a couple of examples?
>
>I'd like to write a system incorporating 1 sound file for signaling buys
>and another for signaling sells, etc.
>
>I suppose, then one can probably insert some subliminal message, so that on
>your 20th loser in a row, the message would say something like: "stick with
>this system, stick with this system" ;-)!!
>
>At least this would temporarily jolt you from falling asleep.
>
>Any examples from anyone?
>
>Thanks!
>
>Carlos Lourenco
>
>
>