PureBytes Links
Trading Reference Links
|
Sorry ,I forgot to mention the price fall must occur within 5 days of
the initial filter condition.. Thanks Phill
The following formula is for an exploration. I want to keep it as an
exploration but add the following condition . I want to get a signal
if the intraday price is less than or equal to the EOD price of the
Filter – 3 * ATR(30). I have tried Sell = Filter - 3*ATR(30); but
this gives me arrows on every bar of the chart. I want the price to
fall 3*ATR(30) further once the filter below is met before I get a
signal. Thanks in advance Phill.
Filter = Cross( Ref( LLV( Low, 20 ), -1 ), Close)
AND Close > 1
AND Close < MA(Close,21)
AND MA(Close,21) < MA(Close,100)
AND MA(Close,100) < (Ref(MA(Close,100),-50) - 3*ATR(30))
AND Turnover >= 500000
AND Turnover <= 20000000 ;
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
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:
http://docs.yahoo.com/info/terms/
|