|
Predefined Arrow codes enumeration. Arrows code constants. It can be one
of the following values:
定義済みの矢印コードを列挙します。矢印コード定数。次のいずれかの値を指定できます。
Constant
定数 |
Value
値 |
Description
説明 |
| SYMBOL_THUMBSUP |
67 |
Thumb up symbol (C).
親指アップ 記号 |
| SYMBOL_THUMBSDOWN |
68 |
Thumb down symbol (D).
親指ダウン 記号 |
| SYMBOL_ARROWUP |
241 |
Arrow up symbol (ñ).
矢印アップ 記号 |
| SYMBOL_ARROWDOWN |
242 |
Arrow down symbol (ò).
矢印ダウン 記号 |
| SYMBOL_STOPSIGN |
251 |
Stop sign symbol (û).
ストップサイン 記号 |
| SYMBOL_CHECKSIGN |
252 |
Check sign symbol (ü).
チェックサイン 記号 |
Special Arrow codes that exactly points to price and time. It can be one of the following values:
価格や時間を正確にポイントする特別な矢印コード。次のいずれかの値を指定できます。
Constant
定数 |
Value
値 |
Description
説明 |
| |
1 |
Upwards arrow with tip rightwards (↱).
先端右折れの上矢印 |
| |
2 |
Downwards arrow with tip rightwards (↳).
先端右折れの下矢印 |
| |
3 |
Left pointing triangle (◄).
左ポイント三角形 |
| |
4 |
En Dash symbol (–).
ダッシュ記号 |
| SYMBOL_LEFTPRICE |
5 |
Left sided price label.
左側価格ラベル |
| SYMBOL_RIGHTPRICE |
6 |
Right sided price label.
右側価格ラベル |
|