Simple Charting for Beginners

Quote from condorll:

Amibrokers charts and capabilities are excellent.
Good Luck

How much is the RT version of AB? Does AB have 'paintbars' (using the language of TS), that is bars that get painted in some special way depending on conditions on some indicators?
 
Quote from electron:

How much is the RT version of AB? Does AB have 'paintbars' (using the language of TS), that is bars that get painted in some special way depending on conditions on some indicators?

Every aspect of Amibroker can be easily customized to suit your needs. (Easier than TS "easy language")
I gave you my opinion, don't be lazy, do your research.
For further info (pricing etc) why don't you just visit the website.

www.amibroker.com
 
Hello,
Having used both these programs, I would suggest either Medved Quotetracker (nice clean charts, free till you register, most indicators) or Sierra Chart (also clean charts, around $10 per month, all the indicators, strategies, templates etc).
Both rely on IB's data feed (or perhaps a third party can be used, I'm not sure on that), so the effective cost is minimal.

Brad :)
 
Quote from condorll:

...
1) AB End of day can get free eod data from Yahoo and MSN.
It can also read paid data from a multitude of vendors.

2) AB Professional features intraday charting (as well as eod) and can get free intraqday data (last 500 1 minute bars) from Lycos/Quote.com. Pro version can also hook up to Interactive brokers through Quotetracker to obtain and chart real time free intraday data (from IB). Or you can pay esignal or several others for data feed easily read by AB.

From AB web site it says:

-build-up and store historical tick or 5- or 15-second bar data for backtesting purposes (RT version, eSignal feed only)

-build-up and store intraday minute-bar or end-of-day data for backtesting purposes


If I understand it correctly, if you're using AB Pro AND Esignal you can store tick, 5-15s data. Without Esignal, it's minute or EOD data only?

I don't understand that! Do I have to have Esignal to use the RT features of AB?

Do you have EOD or RT version of AB? What data provider do you use (I heard that IQ has lots of bad ticks, that are not yet filtered out)>

Always appreciate your comments - thanks.
 
Hello,

No you don't need eSignal to use RT (Professional) version
you can use any supported data source:
http://www.amibroker.com/guide/h_quotes.html

As for the part that confuses you: it actually means that
maximum bar resolution (minimum interval) is TICK when using eSignal,
and 1-MINUTE using OTHER sources.
Of course 1-minute bars and higher are also updated in real time (every tick)
There are no other differences.
 
Would you please answer also my question posted here before:

Does AB have 'paintbars' (using the language of TS), that is bars that get painted in some special way depending on conditions on some indicators?
 
Hello,

Of course it has. Price charts and indicators can be colored according to your criteria on bar by bar basis:

Read section "color your bars" in the
http://www.amibroker.com/guide/h_indbuilder2.html

See also my AmiBroker codes published monthly in Stocks&Commodities traders tips section. I use "paint-bar"-style bar coloring quite often there.

There are also many formulas that use bar-by-bar coloring,
color ribbons, etc. available here:
http://www.amibroker.com/library/list.php
 
Quote from amibroker:

Hello,

Of course it has. Price charts and indicators can be colored according to your criteria on bar by bar basis:

Read section "color your bars" in the
http://www.amibroker.com/guide/h_indbuilder2.html

See also my AmiBroker codes published monthly in Stocks&Commodities traders tips section. I use "paint-bar"-style bar coloring quite often there.

There are also many formulas that use bar-by-bar coloring,
color ribbons, etc. available here:
http://www.amibroker.com/library/list.php

Thanks Tomasz. I appreciate that.

I have owned Amibroker EOD for several months, but must say that have found other softwares more suitable for daytrading and so I have never upgraded to its RT version and have never used Amibroker for much except some stock swing trading. I guess, I need to take a closer look at Amibroker capabilities again. Now, here is some suggestion for you from an active daytrader:

http://www.elitetrader.com/vb/showthread.php?threadid=27735

I have already asked two developers to implement this feature in their products and one of them have responded positively to a part of my request within minutes. It was Ati from Amigocharts. If you considered this as well you would certainly get a new RT Amibroker user. And probably a few more would jump on along.
 
Quote from amibroker:

Hello,

Of course it has.

Tomasz,

a related question:

Does Amibroker have a ShowMe type of study that (in TS) plots a dot above or below a bar that satisfies certain conditions according to your criteria? If not, is it possible to implement this in Amibroker using its programming language?

TIA.
 
Tradestation is certainly good at using catching names for features :-)

Yes TS-style "show me" dots (and not only dots) can be easily coded using AMiBroker's PlotShapes function:
http://www.amibroker.com/f?plotshapes

Not only dots but all kinds of various shapes can be plotted
above or below bars meeting user-defined criteria with PlotShapes function.
 
Back
Top