PureBytes Links
Trading Reference Links
|
Graham,
Thanks for the correction...I also forgot to change the 1st line to
StrMid, which is what I intended, but not what I typed :-x
--
Terry
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
Behalf Of Graham
Sent: Friday, November 18, 2005 19:21
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] Strright or Strleft ?
the character count for strmid starts at zero for the first character
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm
On 11/19/05, Terry <MagicTH@xxxxxxxxxxx> wrote:
>
>
>
> Assuming the _ character is always 3rd from the left.
>
>
>
>
> Filter = NOT StrFind(Name(),3,1) == "_";
>
>
>
> If the _ character is anywhere you could do:
>
>
>
>
> Filter = NOT StrFind(Name(),"_");
>
> --
>
> Terry
>
> -----Original Message-----
> From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
Behalf Of Anthony Faragasso
> Sent: Friday, November 18, 2005 17:49
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Strright or Strleft ?
>
>
>
>
> Hello,
>
>
>
>
>
> I have some symbols in my database with names like this: xx_xxx,
>
>
>
>
>
> I want to filter out and run an exploration to locate these tickers..
>
>
>
>
>
> I tried the following...
>
>
>
>
>
> Filter=strright(name(),3)=="_";
>
>
>
>
>
> What should the correct Syntax be....
>
>
>
>
>
> Thank you
>
>
> Anthony
>
>
>
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
------------------------ 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/
|