Contents - Index


ポートフォリオ・リストの管理 Portfolio List Maintenance

ポートフォリオ・リスト・ファイルは データ・マージ・ユーティリティ Data Merger Utility の重要なファイルで、銘柄名とその株価ファイル(ASCII形式)を照合する役割を持っています。

従って、ここに銘柄名が登録されていないと、データ更新が行われません。


銘柄数が少ない場合は手入力で行いますが、銘柄数が多い場合のために、予め東証一部、二部、大証、名証、店頭銘柄の合計(3000銘柄以上)の銘柄名を入力済みの「Portflio.lst」ポートフォリオ・リスト・ファイルをディスケットに収めて納品します。


これは、イタのホームディレクトリー内に同名のファイルがありますから、上書きコピーで入れ換えてください。これで、日々データでデータ更新をすると、銘柄毎のデータファイルを自動的に作成し、かつ日々更新を行うようになります。


ポートフォリオ・リスト・ファイルはイタのホーム・ディレクトリーに 「Portflio.lst」 という名称で格納されています。データ形式は ASCII 形式です。

「Portflio.lst」の、各々の行は次のような構成になっています。

銘柄コード,ドライブ名:¥イタ・ホームディレクトリー名¥株価ファイル・ディレクトリー名¥株価ファイル名

(例)銘柄コード=T1001 (日経平均の場合)
   イタ・ホームディレクトリー名=ITA
   株価ファイル・ディレクトリー名=DAY
   株価ファイル名=T1001.DAY   ですから

T1001,C:¥ITA¥DAY¥T1001.DAY となります。

【ポートフォリオ・リストの例】
T1001 C:\ITA\DAY\T1001.DAY
T1002 C:\ITA\DAY\T1002.DAY
T1301 C:\ITA\DAY\T1301.DAY
T1319 C:\ITA\DAY0\T1319.DAY
T1331 C:\ITA\DAY\T1331.DAY
T1332 C:\ITA\DAY\T1332.DAY
O1332 C:\ITA\DAY0\O1332.DAY
T1333 C:\ITA\DAY\T1333.DAY
.......
.......

T9991 C:\ITA\DAY0\T9991.DAY
S9992 C:\ITA\DAY0\S9992.DAY
S9993 C:\ITA\DAY0\S9993.DAY
S9994 C:\ITA\DAY0\S9994.DAY
S9995 C:\ITA\DAY0\S9995.DAY
S9996 C:\ITA\DAY0\S9996.DAY
T9997 C:\ITA\DAY0\T9997.DAY


 

銘柄の追加、修正、削除には データ・マージ・ユーティリティー Data Merger Utility パネルの中にある、上図のような「Portflio List」ボタンを押し、次のウインドウを呼び出します。

希望の銘柄へジャンプする Advancing to a known entry in the list:

リストが膨大だと、スクロールでは時間がかかる場合があります。そこで、キーボードよりコードを入力すると、一文字を押すごとにすばやくそのコードへジャンプします。 銘柄クイックピック Quick Stock Pick Menuファイル入力パネル File Entry Panel なども同様の操作性を持っています。

外部からの更新 Editing outside of INSIDER TA:

ポートフォリオ・リスト・ファイル(PORTFLIO.LST)はアスキー(ASCII)形式ですから、ワードパッドなどのようなテキスト・エディター・プログラムにより外部より(エクスプローラー経由) 簡単に修正することができます。


注記: ポートフォリオ・リスト・ファイル(PORTFLIO.LST)をワード・プロセッサー・プログラムで修正した後は、必ずテキスト・ファイルで保存して下さい。そうしないと、特殊な形式や書式が含まれ、イタが認識することができなくなる場合があります。安全な方法は、修正する前にバックアップを取っておくことです。


マニュアル目次へ


Portfolio List Maintenance


The Portfolio List File is used exclusively by the
Data Merger Utility. It's purpose is to store ticker/file associations. In other words, the one-to-one relationship between each of your ASCII stock files with the ticker symbols that they pertain to.

The Portfolio List File is an ASCII-based file, stored in Insider TA's home directory as PORTFLIO.LST.

Each line in the Portfolio List File is constructed in the following manner:

Ticker,DRIVE:\DIR\NAME

Typically, the name of the file would be the ticker symbol, with the file extension being the same for all stock files.

For instance, if some of the stocks you want to update have tickers DEC, IBM, AAPL, and NSCP, and their associated data files have the extension ".CSV", and all reside in directory C:\mystocks\DATA, your Portfolio List File will hold the following information:

DEC,C:\mystocks\DATA\DEC.CSV
IBM,C:\mystocks\DATA\IBM.CSV
AAPL,C:\mystocks\DATA\AAPL.CSV
NSCP,C:\mystocks\DATA\NSCP.CSV

Of course, the names of the files don't necessarily have to depict the hosted ticker symbol. You could have created your own file names...

DEC,C:\mystocks\DATA\DIGEQUIP.CSV
IBM,C:\mystocks\DATA\INTLBUSM.CSV
AAPL,C:\mystocks\DATA\APPLE.CSV
NSCP,C:\mystocks\DATA\NETSCAPE.CSV

To add/edit/delete entries, click the Portfolio List button (shown left) in the Data Merger Utility panel. The following window will pop up...

Advancing to a known entry in the list:

Besides scrolling the file list, you can also advance to specific entry using the keyboard characters. Enter the beginning characters of a known filename (for example, "I", "B", "M"), and you'll observe the list immediately advances to the first entries that begin with "I", then "IB", and then "IBM". The Quick Stock Pick Menu and File Entry Panel have a similar capability.

Default File Assignments (where needed):

What happens if one or more lines in the Portfolio List File contain only a ticker symbol? In other words, instead of a line looking like this:

AND,C:\mystocks\DATA\AND.CSV

...it simply looks like this:

AND

In the above figure, observe the contents of the 5th line (symbol AND). You'll note that the file associated with this entry is C:\Program Files\Stock Blocks\ita5pro\ASCII\AND.TXT. This is how Insider TA will name the destination file if one is not already defined: it will assume a "TXT" file in subdirectory "\ASCII" of Insider TA's home directory. So the filename for <symbol> will be C:\<InstalledFolder>\ASCII\<symbol>.TXT.

Loading Ticker List Files:

You can automatically create your Portfolio List File from any ticker list, even if it has no ticker:file associations in each line. By loading the list (using the "Load a Ticker List file" button), then saving it (using the "Save List as Insider TA Portfolio List"), Insider TA's Data Merger will create default filenames (discussed above) for all ticker data.

Editing outside of Insider TA:

Since the Portfolio List File (PORTFLIO.LST) is ASCII based, it can also be maintained through the use of any text editor. DOS's EDIT command is perfectly suited for this purpose.
Caution: Do not edit file PORTFLIO.LST by using a word processor that saves files only in a special document format. If you save this file as a formatted file, Insider TA will be unable to load it!


Insider TA™ v5.3
Stock Blocks Logo
Copyright(c)1995-2006 Stock Blocks, Inc.