PureBytes Links
Trading Reference Links
|
Tomasz,
Sorry if I offended you. Since my programming ability is so
limited, i blamed on AFL. :)))
What I mean is I can't just write some easy codes as
if datenum()>1050101 and datenum()<1050401
The reasone is datenum() is an array. I have to setup an array
variable first, something like
dd=datenum()
then use dd[i]. However I don't know that i is corresponding to
datenum() from 1050101 to 1050401.
What I want to know is the avg vol of 9:30-9:35am for YHOO (sa an
example) over 3 month.
For the paid service, I contact through you or someone else? How much
is will be for my request?
thanks
william
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
>
> "The restriction on if sentence blocks a lot of functions"
> What is that supposed to mean ???????????????????
>
> FYI: AFL IS very flexible and allows to code anything.
> If you want to have it proven to you support at amibroker.com
> offers paid programming services at $30 per hour.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "fox97us" <williamwang97@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Tuesday, December 13, 2005 1:40 AM
> Subject: [amibroker] Willing to pay more. Re. avg vol for every
five min
>
>
> > thanks. Tony and Dan.
> >
> > Tony is right. The codes from dan is not what I am looking for.
> >
> > Any professional programmer here can help me? I am willing to
pay
> > more if you want.
> >
> > Tony, I will send you an email to discuss with you in more
detail
> > what I am doiing now.
> >
> > The AFL is not flexible. The restriction on if sentence blocks
a
> > lot of functions
> >
> > thanks
> >
> > william
> >
> >
> >
> >
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, Tony Lei <yiupang91@xxxx> wrote:
> >>
> >> I am interested in this indicator as well. I have something
> > similar but it
> >> doesn't do that kind of comparison. Maybe we can work something
> > out.
> >>
> >> thanks
> >>
> >> tony
> >> qitrader
> >>
> >> On 12/12/05, fox97us <williamwang97@xxxx> wrote:
> >> >
> >> > hello,
> >> >
> >> > I have a 5-min intraday database. I like to compare the vol of
> > every 5
> >> > min vs avg vol for every 5 min. For example, I like to compare
> > the vol
> >> > of 9:30, 9:35, 9:40 vs avg vol (3 months) of 9;30 9:35, 9:40.
> >> >
> >> > Some stocks may not have vol for certain time in the
historical
> > data.
> >> > In this case, the vol should be signed as 0.
> >> >
> >> > The code need to run fast. For each day, it should take only 1-
2
> >> > seconds to run for 5 stocks.
> >> >
> >> >
> >> > Please contact me at williamwang97@xxxx I am willing to pay
> >> > $20 for your time and effort.
> >> >
> >> >
> >> > thank you very much!
> >> >
> >> >
> >> > william
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> > 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
> >> >
> >> >
> >> > - Visit your
> > group "amibroker<http://groups.yahoo.com/group/amibroker>"
> >> > on the web.
> >> >
> >> > - To unsubscribe from this group, send an email to:
> >> > amibroker-unsubscribe@xxxxxxxxxxxxxxx<amibroker-
> > unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
> >> >
> >> > - Your use of Yahoo! Groups is subject to the Yahoo! Terms
of
> >> > Service <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 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/
|