- 416 名前:408 mailto:sage [2006/09/12(火) 13:33:04 ID:MGCcqa+g0]
- オシレータグループに↓
<oscillatorGroup name="obv" title="OBV" type="default" /> オシレータに↓ <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> それぞれDMIの下にコピペし、上から3行目を<info title="OBV" id="hassii050523" author="ハッシー" expires="never" /> に変えました。 何回やってもエラーが出ます。何がいけないのでしょうか?
|

|