PureBytes Links
Trading Reference Links
|
Thank you Thomas and Graham. But still I couldn't get what I want.
Thank you for the help.
Regards.
--- In amibroker@xxxxxxxxxxxxxxx, "Thomas Z." <tzg@xxx> wrote:
>
> Hi,
>
>
>
> the dayrange can be defined as DR = H-L;
>
> Average range could be ma(DR,20);
>
>
>
> LowRangeBars = DR < 0.5*ma(DR,20);
>
>
>
> Just a idea.
>
>
>
>
>
> - - - - - - - - - - - - - - - - - - - -
>
> Best regards
>
>
>
> Thomas
>
> www.tradingbasis.com <http://www.tradingbasis.com/>
>
> support@xxx
>
> - - - - - - - - - - - - - - - - - - - -
>
>
>
> -----Original Message-----
> From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx]
On Behalf
> Of shanthisreea
> Sent: Tuesday, February 07, 2006 12:30 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] range of the bars
>
>
>
> Hi,
>
>
>
> I would like to test for the range of daily bars for past 20
days. How do
> I do it?? Iam looking
>
> for bars that have small range for a period of 20 days. Trying to
use
> (MA(ATR(1), 20). But the
>
> results are not correct. Any ideas please?
>
>
>
> Thanks.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> 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
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
> http://groups.yahoo.com/group/amibroker/
>
>
>
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
>
>
> http://docs.yahoo.com/info/terms/
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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
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/
|