マルチタイムフレーム・インディケーター - ページ 1021

 
mntiwana:

親愛なるMLADENさん。

信頼できるお言葉をありがとうございます。

よろしくお願いします。

しかし、そのようなatr分割がwcciにどの程度の効果をもたらすかはわかりません(そのために奇妙なピリオドが使われて います)。通常のcciと比較する必要があります。

 
ファイル:
 

このインデックスをMTFのバージョンに変更することができますか?

ファイル:
 
cnsail:
この指標をMTFバージョンに変更することは可能でしょうか?

カンザシ

Easy Trendは、Hull移動平均をリネームしたものです。すでにマルチタイムフレームになっている任意のハル移動平均を使用するだけです(例えば、次のものを使用できます:https://www.mql5.com/en/forum/174961/page23)。

 

Indi MA Hull : t_ma.mq4 を変更できる方はいらっしゃいますか?

私の英語で申し訳ありません

ストーンホーム

 

コードはこちら

//+------------------------------------------------------------------+

//| t_ma.mq4||。

//+------------------------------------------------------------------+

#property コピーライト ""

#property リンク ""

#property indicator_chart_window インジケーターチャートウィンドウ

#property indicator_buffers 7 (インジケーターバッファー7)

#property indicator_color1 中ブルー

#property indicator_color2 ブルー

#property indicator_color3 ドジャーブルー

#property indicator_color4 ディープスカイブルー

#property indicator_color5 スカイブルー

#プロパティ indicator_color6 アクア

#property indicator_color7 アクアマリン

#プロパティ indicator_width1 1

#property indicator_width2 1

#プロパティ indicator_width3 1

#property indicator_width4 1 (プロパティインジケータ幅4)

#プロパティインジケータ_width5 1

#property indicator_width6 1 (プロパティインジケータ幅6)

#property indicator_width7 1//---- バッファ数

double ExtMapBuffer1[];

double ExtMapBuffer2[];double ExtMapBuffer3[];

double ExtMapBuffer4[];double ExtMapBuffer5[];

double ExtMapBuffer6[];double ExtMapBuffer7[];

extern int MA_Period=100;

extern int ad1 = 2;

extern int ad2 = 4; extern int ad2 = 4;

extern int ad3 = 6;

extern int ad4 = 8;

extern int ad5 = 10;

//+------------------------------------------------------------------+

//| カスタムインジケータ 初期化関数

//+------------------------------------------------------------------+

int init()

{

//---- インジケータ

SetIndexStyle(0,DRAW_LINE)を設定します。

SetIndexBuffer(0,ExtMapBuffer1); //SetIndexStyle(0,DRAW_LINE)を設定します.

SetIndexStyle(1,DRAW_LINE)を設定します。

SetIndexBuffer(1,ExtMapBuffer2)を設定します。

SetIndexStyle(2,DRAW_LINE)を設定します。

SetIndexBuffer(2,ExtMapBuffer3).SetIndexStyle(2,DRAW_LINE)。

SetIndexStyle(3,DRAW_LINE)を設定します。

SetIndexBuffer(3,ExtMapBuffer4)を設定します。

SetIndexStyle(4,DRAW_LINE)を設定します。

SetIndexBuffer(4,ExtMapBuffer5).SetIndexStyle(4,DRAW_LINE)。

SetIndexStyle(5,DRAW_LINE)を設定します。

SetIndexBuffer(5,ExtMapBuffer6).SetIndexStyle(5,DRAW_LINE)。

SetIndexStyle(6,DRAW_LINE)を設定します。

SetIndexBuffer(6,ExtMapBuffer7)を設定します。

//----

return(0);

}

//+------------------------------------------------------------------+

//| カスタムインジケータ初期化関数

//+------------------------------------------------------------------+

int deinit()

{

//----

//----

return(0);

}

//+------------------------------------------------------------------+

//| カスタムインジケーターイテレーション関数

//+------------------------------------------------------------------+

int start()

{

int counted_bars=IndicatorCounted();

if(counted_bars<0)リターン(-1)。

if(counted_bars>0) counted_bars--;

int limit = MathMin(Bars-counted_bars,Bars-1);

if (ad1<0) limit=MathMax(limit,-ad1);

if (ad2<0) limit=MathMax(limit,-ad2)。

if (ad3<0) limit=MathMax(limit,-ad3)。

if (ad4<0) limit=MathMax(limit,-ad4)。

if (ad5<0) limit=MathMax(limit,-ad5)。

for(int i=limit;i>=0;i--)

{

ExtMapBuffer1=iMA(NULL,0,MA_Period,0,MODE_LWMA,PRICE_OPEN,i).のようになります。

ExtMapBuffer2=(ExtMapBuffer1+ExtMapBuffer1+ExtMapBuffer1+ExtMapBuffer1+ExtMapBuffer1)/6.0;

}

for( i=limit;i>=0;i--)

{

ExtMapBuffer3= ExtMapBuffer2; if (ExtMapBuffer3==0) ExtMapBuffer3=EMPTY_VALUE;

ExtMapBuffer4= ExtMapBuffer2; if (ExtMapBuffer4==0) ExtMapBuffer4=EMPTY_VALUE.ExtMapBuffer4=EMPTY_VALUE;

ExtMapBuffer5= ExtMapBuffer2; if (ExtMapBuffer5==0) ExtMapBuffer5=EMPTY_VALUE.ExtMapBuffer5=EMPTY_VALUE;

ExtMapBuffer6= ExtMapBuffer2; if (ExtMapBuffer6==0) ExtMapBuffer6=EMPTY_VALUE。

ExtMapBuffer7= ExtMapBuffer2; if (ExtMapBuffer7==0) ExtMapBuffer7=EMPTY_VALUE; ExtMapBuffer7=0。

}

//----

return(0);

}

//+------------------------------------------------------------------+

 
stonehome:
誰もがインディMA船体でこれを変更することができます:t_ma.mq4

申し訳ございません。

石ホーム

stonehomeさん、こんにちは。

このindiで何をしたいのでしょうか?

t-ma.mq4です。

ファイル:
t-ma.mq4  4 kb
eurusdm1.png  45 kb
 

こんにちはMladen ... このインディケータをチェックしてください... MTF機能が動作していない... ありがとうございます。

rk-kcv8-wmtf-txt-zo-trend_arrows.mq4です。

PS.私の投稿が削除されたようです。

 

mntiwanaさん、こんにちは。

LWMAではなく、MA Hull (HMA)を希望します。

それは本当に素晴らしいものだった行くだろう場合

ストーンホーム

 
stonehome:
mntiwanaさん、こんにちは。

LWMAではなく、MA Hull(HMA)が欲しいです。

というのがあれば、それは本当に素晴らしいものでした。

ストーンホーム

こんにちは、stonehomeさん。

代替案として、こちらのハルリボンがあります。多くの調整が可能ですが、もしあなたのインジケータのそれだけが必要であれば、ボスはより良い案内ができるでしょう。

船体リボンバリエーション mtf nmc.mq4

ファイル: