I keep on getting Buy/Sell signals generated even though the price is
nowhere near the Bollinger Bands. Here's the formula, plotted on 30min
charts EUR/USD and GBP/USD:
Buy = Ref( LLV( RSIa( Close, 14 ), 1 ), 0 ) < 25 AND BarsSince( Low >=
BBandBot( Close, 30, 3 ) ) >= 1;
Sell = Ref( HHV( RSIa( Close, 14 ), 1 ), 0 ) > 75 AND BarsSince( High >=
BBandTop( Close, 30, 3 ) ) >= 1;
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 other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
| Investment management software | Real estate investment software | Investment property software |
| Software support | Real estate investment analysis software | Investment software |
YAHOO! GROUPS LINKS
- Visit your group "amibroker" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
