移動平均オシレーター【iOsMA】

double iOsMA(string symbol, int timeframe, int fast_ema_period, intslow_ema_period, int signal_period, int applied_price, int shift)

 

Calculates the Moving Average of Oscillator and returns its value. Sometimes called MACD Histogram in some systems.

オシレーターの移動平均を計算して、その値を返します。MACDのヒストグラムと一部のシステムで呼ばれます。

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 は、現在のチャートの時間枠を意味します。

fast_ema_period
Number of periods for fast moving average calculation.

速い移動平均の計算のための期間の数

slow_ema_period
Number of periods for slow moving average calculation.

遅い移動平均の計算のための期間の数。

signal_period
Number of periods for signal moving average calculation.

シグナルの移動平均計算のための期間の数。

applied_price
Applied price. It can be any of Applied price enumeration values.

適用する価格。適用価格列挙値のいずれかを指定できます。

shift
Index of the value taken from the indicator buffer (shift relative to the current bar the given amount of periods ago).

インディケータ バッファから取得するインデックスの値(現在のバーを基準に、指定された期間の量だけ過去にシフトする)

 

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="">