指定期間の最安値の位置【iLowest】

int iLowest(string symbol, int timeframe, int type, int count=WHOLE_ARRAY, int start=0)

 

Returns the shift of the least value over a specific number of periods depending on type.

特定のタイプに応じた期間数で、最小値の変移値を返します。

Parameters:

パラメータ:

symbol
Symbol the data of which should be used to calculate indicator. NULL means the current symbol.

インディケータの計算に使用するデータの通貨ペア名。NULL は、現在のシンボルを意味します。

timeframe
Timeframe. It can be any of Timeframe enumeration values. 0 means the current chart timeframe.

時間枠。時間枠の列挙値のいずれかを指定できます。0 は、現在のチャートの時間枠を意味します。

type
Series array identifier. It can be any of the Series array identifier enumeration values.

直列配列の識別子。直列配列識別子の列挙値のいずれかを指定できます。

count
Number of periods (in direction from the start bar to the back one) on which the calculation is carried out.

計算が実行される(開始バーから過去への方向)期間の数

start
Shift showing the bar, relative to the current bar, that the data should be taken from.

現在のバーを基準に、データを取得して変移値を表示するバー。

 

Sample:

サンプル:

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">