PureBytes Links
Trading Reference Links
|
-----Original Message-----
From: TCFRMR@xxxxxxx <TCFRMR@xxxxxxx>
To: Omega-list@xxxxxxxxxx <Omega-list@xxxxxxxxxx>
Date: Monday, November 23, 1998 8:08 AM
Subject: Re: Snd Example -Try this one
>I think I may have lost the thread during the recent upheaval but I still
>don't have a Playsound function that verifies. Could someone post the final
>result again?
{
Deming: This program assumes the "Chord.wav" file is located in your Windows
directory. The wav file will play when there are 3 consecutive higher
closes.
}
IF C > C[1] AND C[1] > C[2] AND C[2] > C[3] Then
Condition1 = PlaySound("C:\windows\Chord.wav");
Plot1(c,"C");
* * * * * * * * * * * * * Doug Deming * * * * * * * * * * * * * * * *
Investment Engineering, Corp. http://www.InvestLabs.com
Innovative ideas, solutions, and consulting for
Omega Research TradeStation and SuperCharts.
Ph.(808)875-4558, Email: Info@xxxxxxxxxxxxxx
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
|