建玉評価損益【AccountProfit】
double AccountProfit( ) Returns profit value of the current account. 現在アカウントの建玉評価損益額を返します。 Sample: サンプル…
double AccountProfit( ) Returns profit value of the current account. 現在アカウントの建玉評価損益額を返します。 Sample: サンプル…
int AccountNumber( ) Returns the number of the current account. 現在アカウントの口座番号を返します。 Sample: サンプル: [crayo…
string AccountName( ) Returns the current account name. 現在アカウントの名前を返します。 Sample: サンプル: [crayon-68a5eb41…
double AccountMargin( ) Returns margin value of the current account. 現在アカウントの証拠金を返します。 Sample: サンプル: [c…
int AccountLeverage( ) Returns leverage of the current account. 現在アカウントのレバレッジを返します。 Sample: サンプル: [cray…
double AccountFreeMarginMode( ) Calculation mode of free margin allowed to open positions on the curren…
duble AccountFreeMarginCheck(string symbol, int cmd, double volume) Returns free margin that remains af…
double AccountFreeMargin( ) Returns free margin value of the current account. 現在アカウントの余剰証拠金を返します。 Sampl…
double AccountEquity( ) Returns equity value of the current account. Equity calculation depends on trad…
string AccountCurrency( ) Returns currency name of the current account. 現在アカウントの通貨名を返します。 Sample: サンプル:…