[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Willing to pay $20 to get avg vol for every five min



PureBytes Links

Trading Reference Links

Fox,

 

The code below should plot what you want continuously for any bar period (daily, 5 min, hour, whatever).  Not interested in the money.

 

Regards,

 

Dan.

 

 

Plot( MA( V, 65 ), "Vol MA(65)", ParamColor( "Vol MA Color", colorOrange), styleLine | styleOwnScale + styleNoLabel + styleNoTitle );

 

Plot(V, "Vol", IIf( C > Ref(C, -1), ParamColor("Up Color", colorGreen), ParamColor("Down Color", colorRed ) ), styleHistogram | styleThick | styleOwnScale + styleNoLabel + styleNoTitle );

 


From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of fox97us
Sent: Sunday, December 11, 2005 10:04 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Willing to pay $20 to get avg vol for every five min

 

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@xxxxxxxxxxxxx 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





SPONSORED LINKS
Investment management software Real estate investment software Investment property software
Software support Real estate investment analysis software Investment software


YAHOO! GROUPS LINKS