The Range Bars are price-driven bars, with each bar having a required minimum high-low range. Source data are consolidated into one bar until the range requirement is reached, then a new bar is started.<\/p>
AmiBroker fully supports range-bar type of charting and the bar size is based on the TickSize<\/strong> of given symbol. This allows to define symbol-specific tick sizes individually, them display a chart which for example shows 10R bars (meaning bars using a range of 10-ticks for each symbol respectively).<\/p>
To display range charts, first you need to specify the TickSize<\/strong> in the Symbol–>Information<\/strong> window. <\/p>
<\/p>
This can be done manually as shown above, however in case of larger group of symbols it is also possible to use ASCII Importer<\/strong> for this purpose (more details about ASCII imports can be found here: http:\/\/www.amibroker.com\/guide\/d_ascii.html<\/a>).<\/p>
Then the pre-defined interval can be selected from View->Intraday<\/strong> menu.<\/p>