PureBytes Links
Trading Reference Links
|
One way to do would be to compute a ratio of
low/lower bb and then define condition Bollinger_Lower_Buy if low/lower bb >
95 and < 105..
I do something similar for finding out if stocks
are near 50ma or 200ma.
Summary:
<FONT face=Arial
size=2>Bollinger_Near_Ratio=(Low/LowerBB)*100;
Bollinger_Lower_Buy= (Bollinger_Near_Ratio
> 95) or (Bollinger_Near_Ratio <105);
Cheers,Padhu
----- Original Message -----
<BLOCKQUOTE
>
<DIV
>From:
Werner
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, April 06, 2004 6:37
AM
Subject: [amibroker] How do you express
"N E A R"
Good day,one way to find candidates is the idea tu
buy them NEAR the LOWER BOLLINGER BAND. You will not find many stocks if
you say "equal Lower Bollinger". Thus the idea of NEAR. I was trying
to code this but ran into trouble. In plain English:BUY if the
current stock is NEAR the Lower Bollinger Band(20 days).I know I have
to define NEAR. NEAR could be around 1%. Lower Bollinger and Close not
further apart than 1% of the stock Price. Thanks for some
help.WernerSend 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
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.
|