How to display volume candlestick chart on AmiBroker?

#2
Hello everyone,

How do I display volume candlestick chart on AmiBroker?


TIA
If you Drag & Drop, Price (All in One), you get all MA's + Band + Volume + Candlestick Chart.

If you want to add Volume to a existing chart, just add the following to the code,

Plot(V,"V", colorBrown, styleOwnScale | styleHistogram);

Cheers

Prashanth
 
#4
Built-in charts:

* price line or candlestick chart (for open/close/high/low display)
* volume/turnover with moving average
* short-, mid- and long-time moving averages
* Bollinger bands
* Rate Of Change indicator (ROC)
* Wilder's Relative Strength indicator (RSI)
* Moving Average Convergence-Divergence oscillator (MACD)
* On Balance Volume oscillator (OBV)
* Stochastic Slow oscillator
* Ultimate oscillator
* Relative Strength (RS)
* Triple exponential indicator (TRIX)
* Money Flow Index (MFI)
* Commodity Channel Index (CCI)
* Accumulation/Distribution
* Chaikin Oscillator
* Negative Volume Index
* Arms Index (TRIN)
* Advance/Decline line

* Risk - Yield map

Drawing tool for trend lines. Trend lines are saved along with quotation data. Zoom feature. Automatic chart arrangement. All charts freely scalable.
 

Similar threads