PureBytes Links
Trading Reference Links
|
The volume is stored in the symbol data base and you can compare the
values with eSignal. Click on Symbol and then on Quote Editor. If you
want to dump the data to Excel csv file search on Export EOD or
Intraday to .csv file in the AFL Library on the AB site. The
instructions are in the code. That is also good for backing up your
data once in a while. For comparison I get ES from Interactive
Brokers and my volume for 11:45 bar is 30766. IB does not time stamp
their data and AB uses the sys clock so the value may only be close.
Also there are a number of indicators that show the volume and you
can drag that onto a price chart.
One more thing before you run into it the hard way. AB will truncate
your database to the number of bars set in the File > Database
settings. Change that value to around 500000 to keep about 8 months
of 1 minute data and save it about once a month in an archive. My
program will dump the data for all symbols in your database is you
set to all symbols and all quotations.
If you want to make the price lines bold right click on the chart and
under the price style check thick. I don't believe there is a global
setting. If you are plotting your own data look under Plot styles for
thick.
Barry
--- In amibroker@xxxxxxxxxxxxxxx, "whit688" <whit688@xxx> wrote:
>
> Hi - I'm new to AmiBroker (from MetaStock) and new to the forum.
This
> looks like a great platform. I have two questions I am hoping
someone
> can help with:
>
> I am charting intraday ES data (5-min) with an e-Signal feed. The
> volume I get in AB is quite a bit less than e-Signal, though the
> histogram looks similar (peaks & troughs). Since the ES is a
futures
> contract, I am guessing that AB is plotting tick data? Is there a
> setting I can alter to get the actual volume?
>
> My other question: I have Parameters set to Thick in Price
Properties,
> but the bars are still fairly thin (to my old eyes :) ). Is there
> another way to increase the thickness of the price bars?
>
> Thanks for your help!
>
> Whit
>
------------------------------------
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
*********************
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|