ストキャスティクス オシレーター, 確率論的

0
(0)
名前:
ストキャスティクス オシレーター, 確率論的
著者: メタ引用 (2005.11.29 12:55)
ダウンロード済み: 7836
ダウンロード:
Stochastic Oscillator, Stochastic 1
Stochastic.mq4 (3.8 キロバイト) 意見
Stochastic Oscillator, Stochastic 2 stochastic.gif (9.8 キロバイト)
Stochastic Oscillator, Stochastic 3
The Stochastic Oscillator Technical Indicator compares where a security’s price closed relative to its price range over a given time period. The Stochastic Oscillator is displayed as two lines. The main line is called %K. The second line, called %D, is a Moving Average of %K. The %K line is usually displayed as a solid line and the %D line is usually displayed as a dotted line.

There are several ways to interpret a Stochastic Oscillator. Three popular methods include:

  • Buy when the Oscillator (either %K or %D) falls below a specific level (例えば, 20) and then rises above that level. Sell when the Oscillator rises above a specific level (例えば, 80) and then falls below that level;
  • Buy when the %K line rises above the %D line and sell when the %K line falls below the %D line;
  • Look for divergences. 例えば: where prices are making a series of new highs and the Stochastic Oscillator is failing to surpass its previous highs.

計算
The Stochastic Oscillator has three variables:

  • %K periods (Pk). This is the number of time periods used in %K calculation. By default is 5;
  • %K Slowing Periods (Sk). This value controls the internal smoothing of %K. の値 1 is considered a fast stochastic; a value of 3 is considered a slow stochastic. By default is 3;
  • %D periods (Pd). This is the number of time periods used when calculating a moving average of %K. By default is 3;

The formula for %K is:

%K = 100*SUM (近い - 最小 (低い, Pk), Sk) / SUM (MAX (高い, Pk) - 最小 (低い, Pk)), Sk)

Where:
CLOSE — is today’s closing price;
最小 (低い, Pk) — is the lowest low in Pk periods;
MAX (高い, Pk) — is the highest high in Pk periods;
SUM (近い - 最小 (低い, Pk), Sk) — amount composed CLOSE - 最小 (低い, Pk) for period Sk;
SUM (MAX (高い, Pk) - 最小 (低い, Pk)), Sk) — amount composed HIGH (Pk)) - 最小 (低い, Pk) for period Sk.

The %D moving average is calculated according to the formula:

%D = SMA (%K, Pd)

Where:
Pd — is the smoothing period for %K;
SMA — is the Simple Moving Average.

Technical Indicator Description

Full description of Stochastic is available in the Technical analysis: ストキャスティクス オシレーター

1 コメント 新しいコメントを投稿するには, お願いします ログイン また 登録

how does one smooth this like the dfault one in mt4 and how does one have it calculate from ... (H+L+O+C)/4 ... ?

この投稿は役に立ちました?

星をクリックして評価してください!

平均評価 0 / 5. 投票数: 0

これまでのところ投票はありません! この投稿を最初に評価してください.

この投稿が役に立たなかったことをお詫び申し上げます!

この投稿を改善しましょう!

この投稿を改善する方法を教えてください?



著者: 外国為替ウィキチーム
私たちは経験豊富な外国為替トレーダーのチームです [2000-2023] 自分の思いどおりに人生を生きることに専念している人. 私たちの主な目的は、経済的自立と自由を獲得することです, 私たちは自立可能なライフスタイルを実現する手段として、独学で外国為替市場での豊富な経験を積んできました。.