syminfo.basecurrency #
シンボルのベース通貨。シンボル ‘BTCUSD’ の場合 ‘BTC’ を返します。
関連 #
syminfo.currency, syminfo.ticker
syminfo.currency #
現在のシンボルの通貨。通貨コードを返します: ‘USD’, ‘EUR’ など。
関連 #
syminfo.basecurrency, syminfo.ticker, currency.USD, currency.EUR
syminfo.description #
現在のシンボルの説明。
関連 #
syminfo.ticker, syminfo.prefix
syminfo.mintick #
現在のシンボルの最小ティック値。
関連 #
syminfo.pointvalue #
現在のシンボルのポイント値。
関連 #
syminfo.prefix #
現在のシンボル名(すなわち、 ‘CME_EOD:TICKER’は ‘CME_EOD’)。
例 #
If current chart symbol is 'BATS:MSFT' then syminfo.prefix is 'BATS'.
関連 #
syminfo.ticker, syminfo.tickerid
syminfo.root #
先物取引の様なデリバティブのルート。他のシンボルではsyminfo.tickerと同じ値が返ります。
例 #
For example if current chart ticker is 'CLM2014', would return 'CL'.
関連 #
syminfo.ticker, syminfo.tickerid
syminfo.session #
チャートメイン系列のセッションタイプ。可能な値は session.regular, session.extended です。
関連 #
session.regular, session.extended
syminfo.ticker #
市場の接頭辞が無いシンボル。例えば ‘MSFT’
関連 #
syminfo.tickerid, timeframe.period, timeframe.multiplier, syminfo.root
syminfo.tickerid #
市場の接頭辞のあるシンボル名。例えば ‘BATS:MSFT’, ‘NASDAQ:MSFT’
関連 #
tickerid, syminfo.ticker, timeframe.period, timeframe.multiplier, syminfo.root
syminfo.timezone #
チャートのメイン系列の取引所のタイムゾーン。可能な値は timestamp をご覧ください。
関連 #
syminfo.type #
現在のシンボルのタイプ。可能な値は stock, futures, index, forex, crypto, fund, dr です。