通貨ペア名【Symbol】
string Symbol( ) Returns a text string with the name of the current financial instrument. 現在の金融商品の名前を文字…
string Symbol( ) Returns a text string with the name of the current financial instrument. 現在の金融商品の名前を文字…
bool RefreshRates( ) Refreshing of data in pre-defined variables and series arrays. This function is us…
int Period( ) Returns the amount of minutes determining the used period (chart timeframe). 使われている期間(チャー…
void HideTestIndicators(bool hide) The function sets a flag hiding indicators called by the Expert Advi…
int OrderType( ) Returns order operation type for the currently selected order. It can be any of the fo…
int OrderTicket( ) Returns ticket number for the currently selected order. 現在、選択されているオーダーのチケット番号を返します。 …
double OrderTakeProfit( ) Returns take profit value for the currently selected order. 現在、選択されているオーダーの利食…
string OrderSymbol( ) Returns the order symbol value for selected order. 選択されているオーダーの注文通貨ペア値を返します。 Note…
double OrderSwap( ) Returns swap value for the currently selected order. 現在、選択されているオーダーのスワップ損益を返します。 No…
int OrdersTotal( ) Returns market and pending orders count. 市場と待機のオーダー数を返します。 Sample: サンプル: [crayon-689…