Market information identifiers, used with MarketInfo() function.
市場情報識別子、MarketInfo() 関数で使用されます。
It can be any of the following values:
次のいずれかの値を指定できます。
Constant 定数 | Value 値 | Description 説明 |
---|---|---|
MODE_LOW | 1 | Low day price. その日の安値 |
MODE_HIGH | 2 | High day price. その日の高値 |
MODE_TIME | 5 | The last incoming tick time (last known server time). 最後にティックを取得した時間(最終検知サーバー時間) |
MODE_BID | 9 | Last incoming bid price. For the current symbol, it is stored in the predefined variable Bid 最終取得したBid(売り)価格。現在の通貨ペアのために、定義済みの変数 Bid に格納されています。 |
MODE_ASK | 10 | Last incoming ask price. For the current symbol, it is stored in the predefined variable Ask 最終取得したAsk(買い)価格。現在の通貨ペアのために、定義済みの変数 Ask に格納されています。 |
MODE_POINT | 11 | Point size in the quote currency. For the current symbol, it is stored in the predefined variable Point 通貨相場の小数点。現在の通貨ペアのために、定義済みの変数 Point に格納されています。 |
MODE_DIGITS | 12 | Count of digits after decimal point in the symbol prices. For the current symbol, it is stored in the predefined variable Digits 通貨価格の小数点以下の桁数。現在の通貨ペアのために、定義済みの変数 Digits に格納されています。 |
MODE_SPREAD | 13 | Spread value in points. 小数点でのスプレッド値 |
MODE_STOPLEVEL | 14 | Stop level in points. 小数点でのスットップレベル |
MODE_LOTSIZE | 15 | Lot size in the base currency. 基本通貨でのロットサイズ |
MODE_TICKVALUE | 16 | Tick value in the deposit currency. 口座通貨でのティック値 |
MODE_TICKSIZE | 17 | Tick size in the quote currency. 通貨価格でのティック値 |
MODE_SWAPLONG | 18 | Swap of the long position. ロング(買い)ポジションのスワップ |
MODE_SWAPSHORT | 19 | Swap of the short position. ショート(売り)ポジションのスワップ |
MODE_STARTING | 20 | Market starting date (usually used for futures). 市場の開始日(通常は先物に使われる) |
MODE_EXPIRATION | 21 | Market expiration date (usually used for futures). 市場の有効期限(通常は先物に使われる) |
MODE_TRADEALLOWED | 22 | Trade is allowed for the symbol. 現通貨ペアでのトレード許可 |
MODE_MINLOT | 23 | Minimum permitted amount of a lot. ロットの最小可能量 |
MODE_LOTSTEP | 24 | Step for changing lots. ロットの変更幅 |
MODE_MAXLOT | 25 | Maximum permitted amount of a lot. ロットの最大可能量 |
MODE_SWAPTYPE | 26 | Swap calculation method. 0 – in points; 1 – in the symbol base currency; 2 – by interest; 3 – in the margin currency. スワップの計算方法。 0 – 小数点。 1 – 基本通貨。 2 – 金利。 3 – 証拠金通貨。 |
MODE_PROFITCALCMODE | 27 | Profit calculation mode. 0 – Forex; 1 – CFD; 2 – Futures. 利益の計算方法。 0 – 外国為替。 1 – CFD。 2 – 先物。 |
MODE_MARGINCALCMODE | 28 | Margin calculation mode. 0 – Forex; 1 – CFD; 2 – Futures; 3 – CFD for indices. 証拠金の計算方法。 0 – 外国為替。 1 – CFD。 2 – 先物。 3 – 先物指数。 |
MODE_MARGININIT | 29 | Initial margin requirements for 1 lot. 1ロットに必要な初期証拠金 |
MODE_MARGINMAINTENANCE | 30 | Margin to maintain open positions calculated for 1 lot. 保有ポジションの1ロット当りの維持証拠金 |
MODE_MARGINHEDGED | 31 | Hedged margin calculated for 1 lot. 1ロット当りの維持証拠金 |
MODE_MARGINREQUIRED | 32 | Free margin required to open 1 lot for buying. 1ロットの買いポジションを持つために必要な余剰証拠金 |
MODE_FREEZELEVEL | 33 | Order freeze level in points. If the execution price lies within the range defined by the freeze level, the order cannot be modified, cancelled or closed. 注文凍結レベルのポイント数。もし、強制執行価格が凍結レベルの定義範囲内にある場合は、注文を修正することはできません。キャンセルか閉じるかです。 |