16评论

0收藏

随机震荡指标源代码

avatar 花果山的猫 | 5328 人阅读 | 16 人评论 | 2013-07-22

主题:
Stochastic Oscillator, Stochastic
创建人:
MetaQuotes (2005.11.29 12:55 )
已下载:
923
下载:

                               
登录/注册后可看大图
Stochastic.mq4 (3.8 Kb) View

                               
登录/注册后可看大图
stochastic.gif (9.8 Kb)
2112.jpg
[size=1em]
    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.
[size=1em]    There are several ways to interpret a Stochastic Oscillator. Three popular methods include:
  • [size=1em]Buy when the Oscillator (either %K or %D) falls below a specific level (e.g., 20) and then rises above that level. Sell when the Oscillator rises above a specific level (e.g., 80) and then falls below that level;
  • [size=1em]Buy when the %K line rises above the %D line and sell when the %K line falls below the %D line;
  • [size=1em]Look for divergences. For instance: where prices are making a series of new highs and the Stochastic Oscillator is failing to surpass its previous highs.

    Calculation
[size=1em]    The Stochastic Oscillator has three variables:
  • [size=1em]%K periods (Pk). This is the number of time periods used in %K calculation. By default is 5;
  • [size=1em]%K Slowing Periods (Sk). This value controls the internal smoothing of %K. A value of 1 is considered a fast stochastic; a value of 3 is considered a slow stochastic. By default is 3;
  • [size=1em]%D periods (Pd). This is the number of time periods used when calculating a moving average of %K. By default is 3;

[size=1em]
    The formula for %K is:
[size=1em]
    %K = 100*SUM (CLOSE - MIN (LOW, Pk), Sk) / SUM (MAX (HIGH, Pk) - MIN (LOW, Pk)), Sk)

[size=1em]    Where:
CLOSE — is today’s closing price;
MIN (LOW, Pk) — is the lowest low in Pk periods;
MAX (HIGH, Pk) — is the highest high in Pk periods;
SUM (CLOSE - MIN (LOW, Pk), Sk) — amount composed CLOSE - MIN (LOW, Pk) for period Sk;
SUM (MAX (HIGH, Pk) - MIN (LOW, Pk)), Sk) — amount composed HIGH (Pk)) - MIN (LOW, Pk) for period Sk.

   The %D moving average is calculated according to the formula:
[size=1em]
    %D = SMA (%K, Pd)

[size=1em]    Where:
Pd — is the smoothing period for %K;
SMA — is the Simple Moving Average.
""
还没有人打赏,支持一下

评论|共 16 个

我心飞扬

发表于 2013-10-14 17:25:49 | 显示全部楼层

学习了!!!!!

外汇初学者

发表于 2013-11-21 04:57:28 | 显示全部楼层

[s:144][s:144]

天道

发表于 2013-11-25 08:33:37 | 显示全部楼层

学习了!!!!!

搁浅

发表于 2014-12-6 16:51:40 | 显示全部楼层

看看是什么东西啊

法国个人用

发表于 2014-12-6 17:23:36 | 显示全部楼层

亏损中……………………

mqdruoxg

发表于 2014-12-6 17:51:23 | 显示全部楼层

没有使用说明书

Near

发表于 2014-12-13 15:08:04 | 显示全部楼层

受教了!学习了!

fxsogo

发表于 2015-4-2 18:07:23 | 显示全部楼层

围观中~~~

陪着我

发表于 2020-7-8 19:38:03 | 显示全部楼层

帮你顶下哈!!

12下一页
您需要登录后才可以回帖 登录 | 注册 微信登录

EA之家评论守则