無料でロボットをダウンロードする方法を見る
Twitter上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
インディケータ

Fractal Graph Dimension Indicator (FGDI) - MetaTrader 4のためのインディケータ

ビュー:
40032
評価:
(13)
パブリッシュ済み:
2009.04.21 06:14
アップデート済み:
2014.04.21 14:53
FGDI.mq4 (19.34 KB) ビュー
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

This a rework of a script by iliko called Fractal dimension and that can be found here: https://www.mql5.com/en/code/7758

In there, I corrected two minor errors, and added a calculation and representation of the standard deviation of the estimation of the box-counting dimension. The two minor errors were the following:

- At line 199:
Instead of : for( iteration=0; iteration < g_period_minus_1; iteration++ )
It should be : for( iteration=0; iteration <= g_period_minus_1; iteration++ )

- At line 213:
Instead of : fdi=1.0 +(MathLog( length)+ LOG_2 )/MathLog( 2 * e_period );
It should be : fdi=1.0 +(MathLog( length)+ LOG_2 )/MathLog( 2 * g_period_minus_1);


For further details, see my blog: http://fractalfinance.blogspot.com/

Here is what it looks like on a daily chart for EUR/USD, the lower window represents the original fractal dimension by iliko, and the moving average is the FRASMA I published earlier:



wajdyss_T3_indicator_v3 wajdyss_T3_indicator_v3

This indicator for draw an Arrows for buy & sell , it's Depends on T3 Indicator http://forum.m-e-c.biz/t29283.html

Stochasic Chaikin's Volatility Stochasic Chaikin's Volatility

This is stochasticzation of Chaikin's Volatility

wajdyss_3MA_Indicator_V1 wajdyss_3MA_Indicator_V1

This indicator for draw an Arrows for buy & sell, it's Depends on Cross 3 Moving Averages http://forum.m-e-c.biz/t29278.html

wajdyss_RSI_indicator_v1 wajdyss_RSI_indicator_v1

This indicator for draw an Arrows for buy & sell, it's Depends on RSI Indicator http://forum.m-e-c.biz/t25109.html