Custom indicators - カスタム指標関数 -
| 関数 | 機能 |
|---|---|
| voidIndicatorBuffers(intcount) | 指標バッファ数の設定 |
| intIndicatorCounted() | 計算済みバーの総数 |
| voidIndicatorDigits(intdigits) | 指標精度の設定 |
| voidIndicatorShortName(stringname) | 指標の短縮名の設定 |
| voidSetIndexArrow(intindex,intcode) | 矢印記号の設定 |
| boolSetIndexBuffer(intindex,doublearray[]) | 配列を指標バッファへ割り当て |
| voidSetIndexDrawBegin(intindex,intbegin) | 指標開始位置の設定 |
| voidSetIndexEmptyValue(intindex,doublevalue) | 指標の初期化 |
| voidSetIndexLabel(intindex,stringtext) | 指標ラベルの設定 |
| voidSetIndexShift(intindex,intshift) | 指標のシフト幅の設定 |
| voidSetIndexStyle(intindex,inttype,intstyle=EMPTY,intwidth=EMPTY,colorclr=CLR_NONE) | 指標スタイルの設定 |
| voidSetLevelStyle(intdraw_style,intline_width,colorclr=CLR_NONE) | 指標のレベルスタイルの設定 |
| voidSetLevelValue(intlevel,doubleValue) | 指標のレベルの設定 |



