×

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.

Changes - MultiCharts
Open main menu

Changes

CommandLine

618 bytes added, 15:12, 16 May 2013
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.
 
<syntaxhighlight>CommandLine(".isy name=@ES#, df=IQFeed, res=1 min, desc=E-MINI S&P 500 MARCH 2013, from=12/31/2012, to=5/10/2013");
 
Inserts 1 minute graph of S&P mini 500 from IQFeed starting from 31th of December 2012 up to 10th of May 2013 as additional data series to the chart where the script is applied.
 
<syntaxhighlight>CommandLine(".iid name=MACD, base=1, bref=100");
 
Applies MACD indicator to the data series 1 with MaxBarsBack parameter = 100 to the chart where the script is applied.
 
<syntaxhighlight>CommandLine(".rld int 2 weeks");
 
Reloads 2 weeks of data on the chart where the script is applied.
[[Category:Execution Control‎]]