Using Shatterfield Commitments of Traders Data in MetaStock |
|
|
|
Below are helpful resources for using Shatterfield data. Although the data can be imported into almost any spreadsheet application
(ASCII format), we are making available template and indicator install files that will be very helpful to MetaStock users. For those of
you not using MetaStock, please feel free to contact us with any resource requests that may help you to use the data in other ways.
MetaStock Files for using Commitments of Traders
Each of these files will install indicators and templates that will plot the Commitments of Traders Net Positions, COT Strength,
and the Open Interest for each group in the selected commodity. See an example chart below:
|

view at:
800x600 |
1024x768 |
1280x1024
|
|
MetaStock Indicators & Templates - Download Files
To install the following indicators and templates into your MetaStock program, click on each of the files below, download to your
local drive to a location of your choice. Then browse to the files you downloaded and double-click on each to install:
Setup Downloads:
1. All Most Used COT - [All Most Used COT Setup.exe] - 227kb
2. CBT Most Used COT - [CBT Most Used COT Setup.exe] - 167kb
3. CME Most Used COT - [CME Most Used COT Setup.exe] - 182kb
4. COMEX Most Used COT - [COMEX Most Used COT Setup.exe] - 151kb
5. Forex Most Used COT - [Forex Most Used COT Setup.exe] - 162kb
6. NYBOT Most Used COT - [NYBOT Most Used COT Setup.exe] - 154kb
7. NYMEX Most Used COT - [NYMEX Most Used COT Setup.exe] - 155kb
Shatterfield provides these indicators and templates as a courtesy to our customers. No warranties are implied. The person installing these
templates and indicators uses them at their own risk.
MetaStock Tutorial - Using Templates & Indicators (Multimedia)
Below you will find a link that will popup a new window with a multimedia presentation on how to open and use Shatterfield COT
Data Charts in MetaStock. Please feel free to suggest additional tutorials you'd like to see made.
Launch Template Tutorial: Using COT Templates in MetaStock
Note: Clicking on the tutorial above launches a popup window. If it doesn't start, please make sure
you are allowing popups at least for this site.
|
|
All Examples use the Canadian Dollar symbol CANDOL. |
Contract Open Interest |
(Security("C:\MetaStock Data\COT\CANDOL-C",OI) +
Security("C:\MetaStock Data\COT\CANDOL-N",OI) +
Security("C:\MetaStock Data\COT\CANDOL-S",OI)) / 2
|
Individual Group's Positions Held |
Commercials Long Positions Held
Security("C:\MetaStock Data\COT\CANDOL-C",OI + C) / 2
Commercials Short Positions Held
Security("C:\MetaStock Data\COT\CANDOL-C",OI - C) / 2
Non-Commercials Long Positions Held
Security("C:\MetaStock Data\COT\CANDOL-N",OI + C) / 2
Non-Commercials Short Positions Held
Security("C:\MetaStock Data\COT\CANDOL-N",OI - C) / 2
Small Traders Long Positions Held
Security("C:\MetaStock Data\COT\CANDOL-S",OI + C) / 2
Small Traders Commercial Short Positions Held
Security("C:\MetaStock Data\COT\CANDOL-S",OI - C) / 2
|