Attachments forums

List of attachments posted on this forum.


All files on forums: 137513

Re: Something interesting please post here (Metatrader)

Jedidiah, Tue Jun 07, 2022 3:48 pm

00-MTFizerのインジケーターです。
任意のインジケーターをMTF(マルチタイムフレーム)化する為の補助的インジケーターです。
MTFには引数8個、バッファ8個まで対応。

It is an indicator of 00-MTFizer.
It is an auxiliary indicator for converting any indicator to MTF (multi time frame).
Supports up to 8 arguments and 8 buffers for MTF.

任意のインジケーターをMTF化する便利なインジケーターです。
デフォルトでは「ADXm」と言うインジケーターをMTFかする様に設定されています。

It is a convenient indicator to convert any indicator to MTF.
By default, the indicator called "ADXm" is set to be MTF.


DRAW_ARROWの場合のマーク指定に対応。(arrow0~7で指定)

WPR_T3.mq4をMTF化する場合の設定例(あとはデフォルトでおk)

sIndicator  = "WPR_T3";
nBuffer   = 3;
shapeStyle0 = 3; // DRAW_ARROW
shapeStyle1 = 3; // DRAW_ARROW
emptyValue2 = 2147483647; // EMPTY_VALUE;
nArgs    = 4;
arg0     = 14;
arg1     = 4;
arg2     = 10;
arg3     = 0.7;

ワタクシ管理人使い方(設定方法)理解できていませんw
ですのでデフォルトの「ADXm」の設定と上記「WPR_T3」のインジケーターの設定例を参考に試していただくか、2チャンネル現行スレで質問をして頂くと使い方を理解している有志から説明があると思います。

I don't understand how to use (setting method)
Therefore, if you try by referring to the default "ADXm" setting and the above "WPR_T3" indicator setting example, or if you ask a question on the current thread of 2 channel, there is an explanation from a volunteer who understands how to use it. think.
All files in topic