×

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

MultiCharts Work Area

263 bytes added, 3 May
Undo revision 11313 by KateMultiCharts (talk)
To set workspace preferences:
# Open the '''Preferences''' window by selecting '''File''' in the main menu and then clicking '''Preferences'''; the window can also be opened by using '''ALT+F, ALT+F ''' keyboard shortcut sequence.
# Select the '''Workspaces''' tab.
# To open Workspaces on startup, select the '''Open Workspaces on Start''' checkbox; clear the checkbox to not open any Workspaces on startup.
Command Line toolbar allows the active window's chart resolution or symbol to be changed simply by entering a text command.
Type the appropriate command in the '''Command Line''' [[File:052_CommandLineCommand.png|200px]] combo box and press '''Enter'''.
To select a previously used command use the drop-down function.
* <syntaxhighlight>.isig</syntaxhighlight>Inserts specific signal to the active chart. Available parameters: '''name1''', '''name2'''. '''nameN''' (up to 99). “''','''” is the delimiter. See examples [[MultiCharts Work Area#Table of Parameters for .IIND and .ISIG Commands|below]].
* <syntaxhighlight>.rld</syntaxhighlight>Reloads data on the active chart and on all charts with the same symbol. Available parameters: '''glob''', '''ResSize ResName''', '''int'''. See examples [[MultiCharts Work Area#Table of Parameters for .RLD Command|below]].
* <syntaxhighlight>.rldw</syntaxhighlight>Reloads data on all charts in the active workspace.
* <syntaxhighlight>SymName</syntaxhighlight>Changes the symbol to a specified one on the active chart. If there is no selected symbol , the symbol that is plotted on data series 1 is changed.
* <syntaxhighlight>ResSize ResName</syntaxhighlight>Changes resolution of the symbol plotted as data series 1 of the active chart to a specified one. See examples [[MultiCharts Work Area#Table of Resolutions for Command Line|below]].
* <syntaxhighlight>.shs</syntaxhighlight>Switches between different styles for Hint window.
* <syntaxhighlight>.eds</syntaxhighlight>Shows the entire data series of the active chart window.
* <syntaxhighlight>.goto </syntaxhighlight>Scrolls charts to a set point.<br>Available parameters: '''dnum''', '''bar''', '''date''', '''time'''.
<br>
|<p align="center">Parameter</p>
|-
|<p align="center">Reloads all charts with all data seriesin all workspaces</p>
|<p align="center">'''glob'''</p>
|-
|-
|<p align="center">Reloads a specified number of days/weeks/months back</p>
|<p align="center">'''int = ResSize ResName'''</p>
|}
<div style="background-color: #E5F6FF;">'''Example 1''': Enter to command line: '''.rld glob''' in order to reload all data in all charts in all open workspaces in the current instance of MultiCharts.</div>