====== Walkthrough ====== This walkthrough will show you how to create new script-based studies to add to your charts. To start, click the Add Study button on the chart to open the Add Study window. {{:desktop:wlkthr_1.png|Image}} The Add Study window will open. Click the New Custom Study button to create a new script-based study. {{:desktop:wlkthr_2.png|Image}} The window will change to following: {{:desktop:wlkthr_3.png|Image}} Here you will select whether you would like to create an overlay or an indicator study. Overlay studies appear on the same chart panel as the price bars and their study values are in prices. Indicator studies appear in their own chart panel separate from the price bars. This cannot be changed after the study is created (name, short name, category and description can be changed at anytime after the study is created.) Scripts should be given a name (Simple Moving Average), a short name (SMA) and a description. The category allows you to change where in the list of studies this new study will get grouped. This applies only to indicator studies. All overlay studies are grouped together. If you do not want to write your script from scratch, but rather start with a pre-defined template you may select a template from the list. Templates are fully functional scripts that you take and modify to suit your needs. {{:desktop:wlkthr_4.jpg|Image}} The fields on this window are described as follows: ---- ^ Create Study Window Fields ^^ ^ Field ^ Description ^ | Type | Select whether the script will be an overlay or an indicator study. This cannot be changed after the study is created. | | Name | A name for the study.| | Short Name | A short name for the study (e.g. SMA, BB, VOL, etc) | | Category | Determines where this new study will appear in the list of studies in the Add Study window. | | Description| A description of the study and what is does. | | Template | Pre-defined full functional study templates that you can select from so that you don't have to start from scratch. | | Preview | A preview of the selected study template.| ---- Once you have completed setting up your study, click the Create button to have the study created and added to the list of available studies. The Add Study will change back to display the list a available studies. The new study you just created will be automatically selected. {{:desktop:wlkthr_5.jpg|Image}} Simply click the Add button to add the study to your chart. A few more words about the Add Study window... Custom script-based studies appear in blue. {{:desktop:wlkthr_6.jpg|Image}} Right-clicking a custom study opens a context menu with additional actions you can take on these studies: {{:desktop:wlkthr_7.jpg|Image}} ---- ^ Custom Study Context Menu^^ ^ Menu Item ^ Description^ | Edit Script | Open the script editor to allow you to immediately start editing the script. The study will be added to the chart if it is not already there.| | Export Script| Exports the script to a file. This allows you to share the script with someone else. | | Copy Script | Simply creates a copy of the study.| | Delete Script | Deletes the study permanently. The study will get removed from all charts that are using it.| ---- Additionally, the Add Study window has an import button. Use this feature to import scripts that you saved off, or sent to you by someone else. Important: in order to do this you need to be enabled for the Advanced Data Package {{:desktop:wlkthr_8.jpg|Image}} - To install the script, save the .XML file you created to your computer (Desktop or some other temporary location). - Next, open the Add Study window from any chart. - Click the Import Custom Study button and select the .XML file you saved to your computer. - A new study called will appear at the bottom of the study list. Double-click it to add to your chart. - Once imported, this study will travel with your saved settings, so there is no need to hold onto the .XML file you saved to your computer… you can delete it.