PureBytes Links
Trading Reference Links
|
Use cross
for instance cross(c,bbandbot) this will get you the signal WHEN it occurs not before not after.
On 6/13/07, tummalaajaybabu <
tummalaajaybabu@xxxxxxxxx> wrote:
Hi all,
Sell = BarsSince(Close > BBandTop(C, 20, 2)) <= 0 AND BarsSince(Close < BBandTop(C, 20, 2));
Buy = BarsSince(Close > BBandBot(C, 20, 2)) >=1 AND BarsSince (Close < BBandBot(C, 20, 2)) >= 1;
Filter = Buy OR Sell;
I want to scan the condition is : price close outside the band and next bar close inside the band for identify reversal patterns.
I have write the above formula it is scanning all bars and showing
arrows in all bars. How to scan that particular bars scan only?
I have tried so many option changes in the syntax. Frankly, I have very little knowledge about formula language.
Can someone help me in this regard.
Thank you..
Ajdy
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to SUPPORT {at}
amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings: Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join (Yahoo! ID required)
<*> To change settings via email: mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
__._,_.___
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
__,_._,___
|