Difference between revisions of "Reloading Charts"

From MultiCharts
Jump to navigation Jump to search
Line 42: Line 42:
 
'''Examples'''
 
'''Examples'''
  
'''.rld'''  will reload the chart in the active window
+
'''.rld'''  will reload the chart in the active window<br>'''.rld glob'''  will reload all charts<br>'''.rld glob, res=1minute'''  will reload all charts with a resolution of 1 minute<br></div>
<br>'''.rld glob'''  will reload all charts
 
<br>'''.rld glob, res=1minute'''  will reload all charts with a resolution of 1 minute</div>
 
  
 
<br>
 
<br>

Revision as of 19:58, 27 January 2012

Occasionally a bad tick, an error, or a gap in the price data causes a chart to plot improperly.

Reloading will redraw the chart based on a fresh set of data from the data source. In the process of reloading, a new set of data is downloaded from the data feed.

It is possible to reload the entire length of the data series or to reload only a certain number of days back. Any existing data, for which no replacement data is available from the data source, is retained.

Reloading Charts

Reloading the Entire Data Series

  • Select View in the main menu, select Reload, and select Reload All Data, or
  • Press CTRL+R using the keyboard.


Tip: A chart can also be reloaded by typing .rld into the Command Line toolbar.



Reloading Only a Number of Days Back

  1. Select View in the main menu and select Reload.
  2. Select the number of days back.



Global Reload

In addition to reloading the data for a single chart, all of the data, for some or all of the charts, can be reloaded by entering a Global Reload command into the Command Line toolbar.

Usage

.rld glob[, res = Resolution]


Parameters inside the square brackets are optional

Where:

.rld – reload command
glob – an optional parameter; specifies a global reload
res – an optional parameter, limits the global reload to charts with the specified resolution only; must be preceded by a comma
Resolution – an optional parameter, used in combination with the res parameter; specifies the resolution of the charts that the global reload will be limited to.


Examples

.rld will reload the chart in the active window
.rld glob will reload all charts
.rld glob, res=1minute will reload all charts with a resolution of 1 minute


Note: After reloading charts with 1-Tick resolutions, it is necessary to exit and re-start the application. Make sure to wait at least 30 seconds before restarting the application in order to make sure that all of its processes have ended. You can also end the processes manually by using the Task Manager.


Note: In some instances it may be necessary to completely restart the computer in order to complete the process of reloading a chart with a 1-Tick resolution.