- 410 名前:408 mailto:sage [2006/09/12(火) 01:15:45 ID:MGCcqa+g0]
- <?xml version="1.0" encoding="shift_jis" ?>
- <omegachart-extension version="1.0"> <info title="OBV" id="hassii050523" author="ハッシー" expires="never" /> - <!-- オシレータ --> - <indicator target="oscillator" name="obv" group="obv" format="F1,0"> <expression>sum(each({0}, if(close() > value_at(1, close()), volume(), -1 * volume()))) + sum(each({0}, if(close() == value_at(1, close()), volume(), 0)))</expression> <title>OBV</title> <header>OBV</header> <description>OBV オン・バランス・ボリューム</description> - <param index="0" type="positiveInteger" name="積算日"> <daily unit="日" default="1000" /> <weekly unit="週" default="200" /> <monthly unit="月" default="50" /> </param> <defaultappearance style="Line" color="Khaki" /> </indicator> - <!-- オシレータグループ --> <oscillatorGroup name="obv" title="OBV" type="default" /> </omegachart-extension> すいません、↑をコピペすればいいんですよね? エラーが出るのですが・・・。
|

|