PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Certainly, just add plotshapes() to the indicator itself. In Ron's
example you would use something like....
<FONT face=Arial color=#0000ff
size=2>//enter filter (Buy) criteria and any associated code required to build
the buy signal
<FONT face=Arial color=#0000ff
size=2>
<FONT
face="Courier New">Filter=MA(V,50)>100000 AND RSIseq20to50 AND buycross AND
diffwasmore ;
PlotShapes(<FONT color=#0000ff
size=2>IIf(<FONT
size=2>Buy,<FONT
size=2>shapeUpArrow,<FONT
size=2>shapeNone) ,<FONT
size=2>colorBrightGreen,<FONT
color=#ff00ff size=2>0,<FONT
color=#ff00ff size=2>0-<FONT
color=#ff00ff size=2>10<FONT color=#282828
size=2>);
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: ct1942
[mailto:ct1942@xxxxxxxxx]Sent: Wednesday, January 14, 2004 12:27
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Re:
Add buy arrows to exploration.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@xxxx]> 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: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)>
--------------------------------------------> Check group FAQ at:>
<A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html>
> > >
---------------------------------------------------------------------------->
----> Yahoo! Groups Links> > a.. To visit your
group on the web, go to:> <A
href="">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@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">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
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|