| 
 PureBytes Links 
Trading Reference Links 
 | 
Yes, just take the base calculation for the indicators and reverse engineer
it to provide the next days close for your conditions. 
Cheers,
Graham
http://e-wire.net.au/~eb_kavan/
-----Original Message-----
From: prog200 [mailto:prog200@xxxxxxxxx] 
Sent: Tuesday, March 30, 2004 2:42 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Is there away to create Predictions
I looked and could not find anything on how to write predictions. I 
would like to see  what % it would take for a stock to create a buy 
or sell.
Is there anyway it can be done on this example?
BUY =  MACD() - Signal();
SELL = MACD( ) < 0;
Thanks in advance
Marty
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links
 
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
     amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 
 |