12 articles 定義済み変数

時間【Time】

datetime Time[ ]   Series array that contains open time of each bar of the current chart. Data like datet…

小数点【Point】

double Point   The current symbol point value in the quote currency. 現通貨ペアの相場流通での小数点値です。 Sample: サンプル: [c…

始値【Open】

double Open[ ]   Series array that contains open prices of each bar of the current chart. 現在チャートのそれぞれのバーの…

安値【Low】

double Low[ ]   Series array that contains the lowest prices of each bar of the current chart. 現在チャートのそれぞ…

高値【High】

Double High[ ]   Series array that contains the highest prices of each bar of the current chart. 現在チャートのそ…

小数点桁数【Digits】

int Digits   Number of digits after decimal point for the current symbol prices. 現通貨ペアの価格の小数点以下の桁数です &nbs…

終値【Close】

double Close[ ]   Series array that contains close prices for each bar of the current chart. 現在チャートのそれぞれの…

売値【Bid】

double Bid   The latest known buyer’s price (offer price, bid price) of the current symbol. The Ref…

バー【Bars】

int Bars   Number of bars in the current chart. 現在のチャートでのバーの数です。 See also MarketInfo(). 参照 MarketInfo() S…