TradingView, Inc./TradingView
-
Line style. Possible values: {@var line.style_solid}, {@var line.style_dotted}, {@var line.style_dashed}, {@var line.style_arrow_left}, {@var line.style_arrow_right}, {@var line.style_arrow_both}.
Line style. Possible values: {@var line.style_solid}, {@var line.style_dotted}, {@var line.style_dashed}, {@var line.style_arrow_left}, {@var line.style_arrow_right}, {@var line.style_arrow_both}.
ラインスタイル。可能な値は {@var line.style_solid}, {@var line.style_dotted}, {@var line.style_dashed}, {@var line.style_arrow_left}, {@var line.style_arrow_right}, {@var line.style_arrow_both} です。 -
History buffer size which is the number of bars that could be referenced for variable 'var'.
History buffer size which is the number of bars that could be referenced for variable 'var'.
変数' var' に対して参照可能なバーの数となる履歴バッファサイズを指定します。 -
If the {@fun indicator} or {@fun strategy} 'max_bars_back' parameter is used, all variables in the indicator are affected. This may result in excessive memory usage and cause runtime problems. When possible (i.e. when the cause is a variable rather than a function), please use the {@fun max_bars_back} function instead.
If the {@fun indicator} or {@fun strategy} 'max_bars_back' parameter is used, all variables in the indicator are affected. This may result in excessive memory usage and cause runtime problems. When possible (i.e. when the cause is a variable rather than a function), please use the {@fun max_bars_back} function instead.
{@fun indicator} または {@fun strategy} の' max_ bars_ back' パラメータを使用すると、 インジケーター内のすべての変数が影響を受けます。その結果、 メモリが過剰に使用され、 実行時に問題を引き起こす可能性があります。可能であれば(つまり原因が関数ではなく変数の場合)、 代わりに {@fun max_bars_back} 関数を使用してください。 -
Input string. Possible values include: {@var earnings.actual}, {@var earnings.estimate}, {@var earnings.standardized}. Default value is {@var earnings.actual}.
Input string. Possible values include: {@var earnings.actual}, {@var earnings.estimate}, {@var earnings.standardized}. Default value is {@var earnings.actual}.
入力文字列。可能な値は以下の通りです。{var earnings.actual}, {@var earnings.estimate}, {@var earnings.standardized} です。デフォルト値は{@var earnings.actual} です。 -
Returns the price of the closed trade's entry.
Returns the price of the closed trade's entry.
決済したトレードのエントリー価格を返します。 -
The trade number of the closed trade. The number of the first trade is zero.
The trade number of the closed trade. The number of the first trade is zero.
決済したトレードの番号です。最初のトレードの番号は 0 となります。 -
Returns the bar_index of the closed trade's entry.
Returns the bar_index of the closed trade's entry.
決済したトレードの、 エントリー時のバーのインデックスを返します。 -
Returns the UNIX time of the closed trade's entry.
Returns the UNIX time of the closed trade's entry.
決済したトレードのエントリー時のUNIX時間を返します。 -
Returns the price of the closed trade's exit.
Returns the price of the closed trade's exit.
決済したトレードの決済価格を返します。 -
Returns the bar_index of the closed trade's exit.
Returns the bar_index of the closed trade's exit.
決済したトレードの決済時のバーのインデックスを返します -
Returns the UNIX time of the closed trade's exit.
Returns the UNIX time of the closed trade's exit.
決済したトレードの決済時のUNIX時間を返します。 -
Returns the direction and the number of contracts traded in the closed trade. If the value is > 0, the market position was long. If the value is < 0, the market position was short.
Returns the direction and the number of contracts traded in the closed trade. If the value is > 0, the market position was long. If the value is
<
0, the market position was short.決済したトレードの方向と約定数を返します。値が > 0 の場合、 市場ポジションはロング、 値が<
0 の場合、 市場ポジションはショートだったことになります。 -
Returns the profit/loss of the closed trade. Losses are expressed as negative values.
Returns the profit/loss of the closed trade. Losses are expressed as negative values.
決済したトレードの損益を返します。損失はマイナスの数値で表されます。 -
Returns the sum of entry and exit fees paid in the closed trade.
Returns the sum of entry and exit fees paid in the closed trade.
決済したトレードについて、 エントリー手数料と決済手数料の合計を返します。 -
Returns the maximum run up of the closed trade, i.e., the maximum possible profit during the trade.
Returns the maximum run up of the closed trade, i.e., the maximum possible profit during the trade.
決済したトレードの最大可能利益を返します。トレード期間内の最大可能利益です。 -
Returns the maximum drawdown of the closed trade, i.e., the maximum possible loss during the trade.
Returns the maximum drawdown of the closed trade, i.e., the maximum possible loss during the trade.
決済したトレードの最大ドローダウンを返します。トレード期間内の最大可能損失です。 -
Returns the price of the open trade's entry.
Returns the price of the open trade's entry.
オープントレードのエントリー価格を返します。 -
The trade number of the open trade. The number of the first trade is zero.
The trade number of the open trade. The number of the first trade is zero.
オープンしたトレードの番号です。最初のトレードの番号は 0 です。 -
Returns the bar_index of the open trade's entry.
Returns the bar_index of the open trade's entry.
オープントレードのエントリーのバーのインデックスを返します。 -
Returns the UNIX time of the open trade's entry.
Returns the UNIX time of the open trade's entry.
オープントレードのエントリーのUNIX時間を返します。