Difference between revisions of "How to Move MultiCharts Database, Studies and Logs from C Drive (Starting from 8.7 Version)"

From MultiCharts
Jump to navigation Jump to search
(Created page with "During installation of MultiCharts, one can specify different from C drive installation folder location. However, the most space that is used by MultiCharts is filled with Mul...")
 
 
(27 intermediate revisions by 4 users not shown)
Line 1: Line 1:
During installation of MultiCharts, one can specify different from C drive installation folder location. However, the most space that is used by MultiCharts is filled with MultiCharts database, log files and studies. By default everything mentioned is stored on the C drive. There is a way to move the files and folders to a different hard drive.
+
When installing MultiCharts, one can specify an installation folder location different from the default one. However, the majority of space used by MultiCharts is filled with MultiCharts database, log files and studies. By default, everything previously mentioned is stored on the C drive; there is a way to move the files and folders to a different hard drive.
  
==Database files==
+
Starting from '''MultiCharts 8.7 version''', the location of Database files, Cache files, Studies, Logs, Order and Position Tracker Data can be found and changed in MultiCharts itself. In the Main Menu, click File, then [[Preferences]], and select the [[Preferences#Directories|Directories]] tab.
Before starting, it is recommended to backup the database (see [[How to Backup User Data]]). The first step is to copy the files themselves:
+
 
 +
[[File:dir1.png]]
 +
 
 +
 
 +
If you have a MultiCharts version prior to 8.7, [[How to Move MultiCharts Database, Studies and Logs from C Drive (Versions Prior to 8.7)|here]] you can read how to move MultiCharts Database, Studies and Logs from the C Drive.
 +
 
 +
 
 +
==Database Files==
 +
Before starting, it is recommended to backup the database (see [[How to Backup User Data]]).
 +
The '''first step''' is to '''copy the files''' themselves:
 
<div style="background-color: #E3FBE5;">'''Note''': See [[How to Reduce Database Size]] to fill less space on another drive before moving the database files. </div>
 
<div style="background-color: #E3FBE5;">'''Note''': See [[How to Reduce Database Size]] to fill less space on another drive before moving the database files. </div>
Starting from MultiCharts 8.7 version, the location of Database files is specified
+
The location of the Database files can be found in MultiCharts. In the Main Menu click File, select Preferences, click [[Preferences#Directories|Directories]] tab and copy the Database location path. After it:
  
 
+
# Click the '''Windows Start''' button.
# Click '''Windows Start''' button.
+
# For Windows Vista/Windows 7/Windows 8 paste the Database's path into the Search field.
# Select Run.
 
# For Windows Vista/Windows 7/Windows 8 paste the following command: '''%allusersprofile%\TS Support\MultiCharts''' ;<br><div style="background-color: #E3FBE5;">'''Note''':<br>For 64 bit Windows the path to MultiCharts 64 bit database is '''%allusersprofile%\TS Support\MultiCharts64''';<br>For 64 bit Windows the path to MultiCharts 32 bit database is '''%allusersprofile%\TS Support\MultiCharts''';<br>For 64 bit Windows the path to MultiCharts .NET 64 bit database is '''%allusersprofile%\TS Support\MultiCharts .Net64''';<br>For 64 bit Windows the path to MultiCharts .NET 32 bit database is '''%allusersprofile%\TS Support\MultiCharts .Net'''</div>For Windows XP paste the following command: '''%allusersprofile%\Application Data\TS Support\MultiCharts'''
 
 
# Press '''Enter'''.
 
# Press '''Enter'''.
 
# In the popped up window make a copy of the Database folder with all its contents.
 
# In the popped up window make a copy of the Database folder with all its contents.
# Paste the copy of the database to new location.<br>
+
# Paste the copy of the database to a new location.<br>
The second step is to change the registry key:
+
The '''second step''' is to change the Database's path in MultiCharts:
# Click '''Windows Start''' button.
+
# Run MultiCharts.
# Select Run.
+
# In the Main Menu go to File.
# Type '''regedit'''.
+
# Select Preferences.
# Press '''Enter'''.
+
# Click the Directories tab, then click [[File:dir2.png]] and change the Database's path to the new one.
# Find the '''Path''' registry key <br><div style="background-color: #E3FBE5;">On 64 bit Windows the path to MultiCharts 64 bit databases key is '''HKEY_LOCAL_MACHINE\SOFTWARE\TS Support\MultiCharts\Databases\Portfolio'''<br>On 64 bit Windows the path to MultiCharts 32 bit databases key is '''HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\TS Support\MultiCharts\Databases\Portfolio'''</div>
+
<div style="background-color: #E3FBE5;">'''Note 1''': For example,the new location of Database files is "E:\new_location\Databases".</div>
# Change the path to new location of your database files.
+
<div style="background-color: #E3FBE5;">'''Note 2''': After an upgrade of MultiChats to 8.7 version, it will no longer be possible to downgrade the Database and use it in the previous versions.</div>
# Find the '''Path''' and '''CachePath''' registry keys <br><div style="background-color: #E3FBE5;">On 64 bit Windows the path to MultiCharts 64 bit key is '''HKEY_LOCAL_MACHINE\SOFTWARE\TS Support\MultiCharts\Databases\Storage'''<br>On 64 bit Windows the path to MultiCharts 32 bit key is '''HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\TS Support\MultiCharts\Databases\Storage'''</div>
 
# Change the paths to new location of your database files.
 
# Find the '''DictionaryPath''' registry key <br><div style="background-color: #E3FBE5;">On 64 bit Windows the path to MultiCharts 64 bit databases key is '''HKEY_LOCAL_MACHINE\SOFTWARE\TS Support\MultiCharts\Databases\Portfolio'''<br>On 64 bit Windows the path to MultiCharts 32 bit databases key is '''HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\TS Support\MultiCharts\Databases\Portfolio'''</div>
 
# Change the path to new location of your Dictionary.csv file.
 
<div style="background-color: #E3FBE5;">'''Note''':For example new location of the "Dictionary.csv" file is "E:\new_location\". "DictionaryPath" key value will be "E:\new_location\Dictionary.csv"</div>
 
  
 
==Studies==
 
==Studies==
Before starting, it is recommended to backup the studies (see [[How to Backup User Data]]). The first step is to copy the files themselves:
+
Before starting, it is recommended to backup the studies (see [[How to Backup User Data]]).
# Click '''Windows Start''' button.
+
The '''first step''' is '''to copy the files''' themselves.
# Select Run.
+
The location of the Studies can be found in MultiCharts. In the Main Menu click File, select Preferences, click the Directories tab and copy the Studies location path. Then:
# For Windows Vista/Windows 7/Windows 8 paste the following command: '''%allusersprofile%\TS Support\MultiCharts\StudyServer''';<div style="background-color: #E3FBE5;">'''Note''':<br>For 64 bit Windows the path to MultiCharts 64 bit studies is '''%allusersprofile%\TS Support\MultiCharts64\StudyServer''';<br>For 64 bit Windows the path to MultiCharts 32 bit studies is '''%allusersprofile%\TS Support\MultiCharts\StudyServer''';</div><br>For Windows XP paste the following command: '''%allusersprofile%\Application Data\TS Support\MultiCharts\StudyServer'''
+
 
 +
# Click the '''Windows Start''' button.
 +
# For Windows Vista/Windows 7/Windows 8 paste the Studies path into the Search field.
 
# Press '''Enter'''.
 
# Press '''Enter'''.
 
# In the popped up window make a copy of the '''Studies folder''' with all its contents.
 
# In the popped up window make a copy of the '''Studies folder''' with all its contents.
# Paste the copy of the '''Studies folder''' to new location.<br>
+
# Paste the copy of the '''Studies folder''' or its files to new location.<br>
The second step is to change the registry key:
+
The '''second step''' is to change the Studies path in MultiCharts:
# Click '''Windows Start''' button.
+
 
# Select Run.
+
# Run MultiCharts.
# Type '''regedit'''.
+
# In the Main Menu go to File.
 +
# Select Preferences.
 +
# Click the Directories tab, then click [[File:dir2.png]] and change the Studies path to the new one.
 +
<div style="background-color: #E3FBE5;">'''Note''': For example, the new location of the "Studies" folder is "E:\new_location\Studies".</div>
 +
 
 +
==Log Files==
 +
There is no need to backup your Logs unless the file contains information regarding an issue (see [[MultiCharts Logs]]).
 +
To change the Logs folder location:
 +
 
 +
# Run MultiCharts.
 +
# In the Main Menu go to File.
 +
# Select Preferences.
 +
# Click the Directories tab, then click [[File:dir2.png]] and change the Logs path to the new one.
 +
<div style="background-color: #E3FBE5;">'''Note''': For example, the new location of the "Logs" folder is "E:\new_location\Logs".</div>
 +
 
 +
==Order and Position Tracker Data==
 +
The '''first step''' is '''to copy the files''' themselves, but only if you want to save the current Order and Position Tracker data.
 +
The location of Order and Position Tracker Data can be found in MultiCharts. In the Main Menu click File, select [[Preferences#Directories|Directories]], click the Directories tab, copy the Order & Position Tracker Data location path. Then:
 +
 
 +
# Click the '''Windows Start''' button.
 +
# For Windows Vista/Windows 7/Windows 8 paste the Order & Position Tracker Data path into the Search field.
 
# Press '''Enter'''.
 
# Press '''Enter'''.
# Find the '''StudiesPath''' registry key in '''HKEY_LOCAL_MACHINE\SOFTWARE\TS Support\MultiCharts\'''<div style="background-color: #E3FBE5;">'''Note''':<br>For 64 bit Windows the path to MultiCharts 64 bit studies is '''HKEY_LOCAL_MACHINE\SOFTWARE\TS Support\MultiCharts64''';<br>For 64 bit Windows the path to MultiCharts 32 bit studies is '''HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\TS Support\MultiCharts''';</div>
+
# In the popped up window, make a copy of the '''Order & Position Tracker Data folder''' with all its contents.
# If the key name "StudiesPath" is missing - manually create it.
+
# Paste the copy of the '''Order & Position Tracker Data folder''' or its files to the new location.<br>
# Change the path to new location of your study files.
+
The '''second step''' is to change the Order & Position Tracker Data path in MultiCharts:
<div style="background-color: #E3FBE5;">'''Note''':For example new location of the "Studies" folder is "E:\new_location\". "StudiesPath" key value will be "E:\new_location\"</div>
+
 
 +
# Run MultiCharts.
 +
# In the Main Menu go to File.
 +
# Select Preferences.
 +
# Click the Directories tab, then click [[File:dir2.png]] and change the Order & Position Tracker Data path to the new one.
 +
<div style="background-color: #E3FBE5;">'''Note''': For example, the new location of the "Order & Position Tracker Data" folder is "E:\new_location\OPT_Data".</div>
 +
 
 +
==Cache==
 +
The '''first step''' is '''to copy the files''' themselves.
 +
The location of Cache files can be found in MultiCharts. In the Main Menu click File, select Directories, click the Directories tab, copy Cache files location path. Then:
  
==Log files==
 
There is no need to backup your logs unless the file contain information regarding an issue (see [[MultiCharts Logs]]).
 
To change the logs folder location:
 
 
# Click '''Windows Start''' button.
 
# Click '''Windows Start''' button.
# Select Run.
+
# For Windows Vista/Windows 7/Windows 8 paste Cache path into the Search field.
# Type '''regedit'''.
 
 
# Press '''Enter'''.
 
# Press '''Enter'''.
# Find the '''BugSlayer\Log Directory''' in '''HKEY_CURRENT_USER\Software\TS Support\BugSlayer'''  
+
# In the popped up window make a copy of the '''Cache folder''' with all its contents.
# Change the path to logs folder location.
+
# Paste the copy of the '''Cache folder''' or its files to the new location.<br>
 +
The '''second step''' is to change the Cache path in MultiCharts:
 +
 
 +
# Run MultiCharts.
 +
# In the Main Menu go to File.
 +
# Select Preferences.
 +
# Click the Directories tab, then click [[File:dir2.png]] and change the Cache path to the new one.
 +
<div style="background-color: #E3FBE5;">'''Note''': For example, the new location of the "Cache" folder is "E:\new_location\MC_Cache".</div>
 +
 
 +
If you want to reset all the location paths to their default settings, click the "Reset to Default Locations" button.

Latest revision as of 16:18, 3 May 2024

When installing MultiCharts, one can specify an installation folder location different from the default one. However, the majority of space used by MultiCharts is filled with MultiCharts database, log files and studies. By default, everything previously mentioned is stored on the C drive; there is a way to move the files and folders to a different hard drive.

Starting from MultiCharts 8.7 version, the location of Database files, Cache files, Studies, Logs, Order and Position Tracker Data can be found and changed in MultiCharts itself. In the Main Menu, click File, then Preferences, and select the Directories tab.

Dir1.png


If you have a MultiCharts version prior to 8.7, here you can read how to move MultiCharts Database, Studies and Logs from the C Drive.


Database Files

Before starting, it is recommended to backup the database (see How to Backup User Data). The first step is to copy the files themselves:

Note: See How to Reduce Database Size to fill less space on another drive before moving the database files.

The location of the Database files can be found in MultiCharts. In the Main Menu click File, select Preferences, click Directories tab and copy the Database location path. After it:

  1. Click the Windows Start button.
  2. For Windows Vista/Windows 7/Windows 8 paste the Database's path into the Search field.
  3. Press Enter.
  4. In the popped up window make a copy of the Database folder with all its contents.
  5. Paste the copy of the database to a new location.

The second step is to change the Database's path in MultiCharts:

  1. Run MultiCharts.
  2. In the Main Menu go to File.
  3. Select Preferences.
  4. Click the Directories tab, then click Dir2.png and change the Database's path to the new one.
Note 1: For example,the new location of Database files is "E:\new_location\Databases".
Note 2: After an upgrade of MultiChats to 8.7 version, it will no longer be possible to downgrade the Database and use it in the previous versions.

Studies

Before starting, it is recommended to backup the studies (see How to Backup User Data). The first step is to copy the files themselves. The location of the Studies can be found in MultiCharts. In the Main Menu click File, select Preferences, click the Directories tab and copy the Studies location path. Then:

  1. Click the Windows Start button.
  2. For Windows Vista/Windows 7/Windows 8 paste the Studies path into the Search field.
  3. Press Enter.
  4. In the popped up window make a copy of the Studies folder with all its contents.
  5. Paste the copy of the Studies folder or its files to new location.

The second step is to change the Studies path in MultiCharts:

  1. Run MultiCharts.
  2. In the Main Menu go to File.
  3. Select Preferences.
  4. Click the Directories tab, then click Dir2.png and change the Studies path to the new one.
Note: For example, the new location of the "Studies" folder is "E:\new_location\Studies".

Log Files

There is no need to backup your Logs unless the file contains information regarding an issue (see MultiCharts Logs). To change the Logs folder location:

  1. Run MultiCharts.
  2. In the Main Menu go to File.
  3. Select Preferences.
  4. Click the Directories tab, then click Dir2.png and change the Logs path to the new one.
Note: For example, the new location of the "Logs" folder is "E:\new_location\Logs".

Order and Position Tracker Data

The first step is to copy the files themselves, but only if you want to save the current Order and Position Tracker data. The location of Order and Position Tracker Data can be found in MultiCharts. In the Main Menu click File, select Directories, click the Directories tab, copy the Order & Position Tracker Data location path. Then:

  1. Click the Windows Start button.
  2. For Windows Vista/Windows 7/Windows 8 paste the Order & Position Tracker Data path into the Search field.
  3. Press Enter.
  4. In the popped up window, make a copy of the Order & Position Tracker Data folder with all its contents.
  5. Paste the copy of the Order & Position Tracker Data folder or its files to the new location.

The second step is to change the Order & Position Tracker Data path in MultiCharts:

  1. Run MultiCharts.
  2. In the Main Menu go to File.
  3. Select Preferences.
  4. Click the Directories tab, then click Dir2.png and change the Order & Position Tracker Data path to the new one.
Note: For example, the new location of the "Order & Position Tracker Data" folder is "E:\new_location\OPT_Data".

Cache

The first step is to copy the files themselves. The location of Cache files can be found in MultiCharts. In the Main Menu click File, select Directories, click the Directories tab, copy Cache files location path. Then:

  1. Click Windows Start button.
  2. For Windows Vista/Windows 7/Windows 8 paste Cache path into the Search field.
  3. Press Enter.
  4. In the popped up window make a copy of the Cache folder with all its contents.
  5. Paste the copy of the Cache folder or its files to the new location.

The second step is to change the Cache path in MultiCharts:

  1. Run MultiCharts.
  2. In the Main Menu go to File.
  3. Select Preferences.
  4. Click the Directories tab, then click Dir2.png and change the Cache path to the new one.
Note: For example, the new location of the "Cache" folder is "E:\new_location\MC_Cache".

If you want to reset all the location paths to their default settings, click the "Reset to Default Locations" button.