古い物5
<indicator
target="price"
name="bb_u"
display="value+chart">
新しい物5
<indicator
target="price"
name="bb_u"
display="value+chart"
depends="bb_sdev">
古い物6
<expression>MA({0})+2*bb_sdev({0})</expression>
<title>ボリンジャーバンド±2σ</title>
<description>過去の一定期間の平均に対する標準偏差の2倍を上下に描画した線です。
上に抜けた状態は買われすぎ、下に抜けた状態は売られすぎを示すとされています。</description>
<header>{0}MA+2σ</header>
<param index="0" type="positiveInteger">
<daily unit="日" default="25"/>
<weekly unit="週" default="13"/>
<monthly unit="月" default="13"/>
</param>
新しい物6
   全く無し

次に続く3