PureBytes Links
Trading Reference Links
|
Graham,
Excuse my ignorance but I still not sure how to go about this. Could
you give me an example from the following simple example?
BUY = MACD() - Signal();
SELL = MACD( ) < 0;
Thanks again.
Marty
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> 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@x...]
> 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@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
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/
|