PureBytes Links
Trading Reference Links
|
Is there a way to make the arrows show up in a worksheet other than
the default worksheet?
--- In amibroker@xxxxxxxxxxxxxxx, "Jayson" <jcasavant@xxxx> wrote:
> Ron,
> can I assume that buy=filter? If so then add that to your code,
run the
> exploration then click the results...
>
> Regards,
> Jayson
> -----Original Message-----
> From: mrdavis9 [mailto:mrdavis9@x...]
> Sent: Wednesday, January 14, 2004 11:26 AM
> To: amibroker
> Subject: [amibroker] Add buy arrows to exploration.
>
>
> This is the first exploration that I created without assistance.
How can I
> make buy arrows appear, not only at the current buy, but also at
all
> historical occurrances. TIA Ron D
>
>
>
> Filter=MA(V,50)>100000 AND RSIseq20to50 AND buycross AND
diffwasmore ;
>
> AddColumn(C,"close ",1.2);
>
> AddColumn(StochK(14),"K ",1.0);
>
> AddColumn(StochD(14),"D ",1.0);
>
> AddColumn(V,"Vol ",1.0);
>
> AddColumn(MA(V,50),"MAvol ",1.0);
>
>
>
> 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
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
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 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
---------------------------------------------------------------------~->
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/
|