PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Ron,
can I
assume that buy=filter? If so then add that to your code, run the
exploration then click the results...
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: mrdavis9
[mailto:mrdavis9@xxxxxxxxxx]Sent: Wednesday, January 14, 2004 11:26
AMTo: amibrokerSubject: [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<FONT
size=1>(V,50<FONT
size=1>)>100000
AND RSIseq20to50 AND buycross AND diffwasmore
;
AddColumn(C,<FONT color=#ff00ff
size=1>"close ",<FONT color=#ff00ff
size=1>1.2);
AddColumn(<FONT color=#0000ff
size=1>StochK(<FONT color=#ff00ff
size=1>14),"K
",1.0<FONT
size=1>);
AddColumn(<FONT color=#0000ff
size=1>StochD(<FONT color=#ff00ff
size=1>14),"D
",1.0<FONT
size=1>);
AddColumn(V,"Vol
",1.0<FONT
size=1>);
AddColumn(<FONT color=#0000ff
size=1>MA(V,<FONT color=#ff00ff
size=1>50),"MAvol
",1.0<FONT
size=1>);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.
|