- 指標スタイルの例
- 指標プロパティと関数との関係
- SetIndexBuffer
- IndicatorSetDouble
- IndicatorSetInteger
- IndicatorSetString
- PlotIndexSetDouble
- PlotIndexSetInteger
- PlotIndexSetString
- PlotIndexGetInteger
PlotIndexSetDouble
この関数は、対応する指示線の対応するプロパティの値を設定します。指標プロパティは double 型でなければなりません。
bool PlotIndexSetDouble(
|
パラメータ
plot_index
[in] グラフィックプロットのインデックス
prop_id
[in] 値は ENUM_PLOT_PROPERTY_DOUBLE 列挙のいずれかの値
prop_value
[in] プロパティ値
戻り値