CommandLine

From MultiCharts
Revision as of 14:04, 2 May 2013 by Andrew MultiCharts (talk | contribs) (Created page with "Passes a string expression from script to command line. == Usage == <syntaxhighlight>CommandLine("Expression1")</syntaxhighlight> == Examples == <syntaxhighlight>Command...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Passes a string expression from script to command line.

Usage

CommandLine("Expression1")

Examples

CommandLine(".rld");

Reloads the chart where the script is applied (reloads all chart where the same symbol is used).

CommandLine(".at_toggle");

Turns on/off auto trading on the chart where the script is applied (if it is used to turn auto trading on, the popped up confirmation window cannot be skipped and a manual click on "OK" is required).

CommandLine(".csy dnum=1, name=AUD/CHF, df=LMAX");

Changes the symbol plotted as data series 1 to AUD/CHF and the data source to LMAX on the chart where the script is applied.