×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

ScrollToBar - MultiCharts
Open main menu

ScrollToBar

Revision as of 13:24, 24 January 2013 by Dave Masalov (talk | contribs) (Created page with "Centers the chart on the specified bar. == Usage == <syntaxhighlight>ScrollToBar(int DataN, int BarN)</syntaxhighlight> Where: :'''DataN''' - data series number :'''Ba...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Centers the chart on the specified bar.

Usage

ScrollToBar(int DataN, int BarN)

Where:

DataN - data series number
BarN - bar number

Examples

ScrollToBar(2, 98);

Will center the chart on the 98th bar of the second data series.