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

RE: [amibroker] Alertif Frustration



PureBytes Links

Trading Reference Links

Of course not! 

Where is that mentioned? 

"2. The command string defines the action taken when alert is triggered.
If it is empty the alert text is simply displayed in the Alert output
window (View->Alert Output)."

SHEESH - I read over that line at least 20 times and missed it each
time!


Now that I've opened the darned thing - its holding all of my alerts!!
Cool!

I'm sure glad you're around here!!!!

I feel like such a twit today.. 

THANK YOU!

d



-----Original Message-----
From: hmab1 [mailto:hbahlool0542@x...] 
Sent: Thursday, July 25, 2002 4:03 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Alertif Frustration



dingo,

Do you have the Alert output window open ?

Go to the View menu and select Alert Output.

HB

--- In amibroker@xxxx, "dingo" <dingo@xxxx> wrote:
> I'm trying to implement the AlertIf function and as you will see I
> "don't get it"!
> 
> Please consider the following formula:
> 
> StochRsi=EMA((RSI(8)-LLV(RSI(8),8))/(HHV(RSI(8),8)-LLV(RSI(8),8)),3)
*100
> ; 
> 
> tmpMA = 21; // Optimize("MA",21,5,40,1);
> 
> Buy=Cross(17,StochRsi)AND Ref(MA(C,tmpMA),-1) < MA(C,tmpMA);
> 
> Sell=Cross(StochRsi,83);
> 
> Short=Cross(StochRsi,83) AND Ref(MA(C,tmpMA),-1) > MA(C,tmpMA); 
> 
> Cover=Cross(17,StochRsi);
> 
> tmpDaysBack = 1;
> 
> AlertIf( Buy, "", "Buy Alert", 1, 3, tmpDaysBack );
> 
> AlertIf( Sell, "", "Sell Alert", 2, 3, tmpDaysBack );
> 
> AlertIf( Short, "", "Short Alert", 3, 3, tmpDaysBack );
> 
> AlertIf( Cover, "", "Cover Alert", 4, 3, tmpDaysBack );
> 
> The formula produced a Cover arrow (although invisible) for 
7/24/2002.
> The From dates are 3/1/2000 - 7/25/2002. I'm running the formula 
in the
> AA window. What am I supposed to be seeing and where? Is it 
supposed to
> be a message box with the Text in it? I've tried all kinds of
> tmpDaysBack settings from 0 to 7. 
> 
> I'm stumped!
> 
> d





Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/