Page 201 of 381

Re: Something interesting please post here (Metatrader)

Posted: Mon Jun 06, 2022 6:37 pm
by sal
any pair 2 or 3 bar expiry
100 above above points within 3 bar tf H1 testing
testing on 3rd bar 15min balance to complete time frame
how much high will go!!
max. limit reach 3rd snap

Re: Something interesting please post here (Metatrader)

Posted: Tue Jun 07, 2022 3:03 pm
by Jedidiah
00-DropBars_v100のインジケーターです。
足の抜けている部分を表示します。

00-DropBars_v100 indicator.
Shows the missing part of the foot.

足の抜けている部分を表示するインジケーターです。
チャートの足が抜ける原因としては市場が閑散としていてティックの更新が無い、サーバーが落ちているなど

It is an indicator that shows the part where the foot is missing.
The reason why the chart is missing is that the market is quiet and there is no tick update, the server is down, etc.

Re: Something interesting please post here (Metatrader)

Posted: Tue Jun 07, 2022 3:07 pm
by Jedidiah
00-DispTrade_v102
取り引き履歴を表示するindicator。

00-DispTrade_v102
An indicator that displays transaction history.

取引履歴と獲得pipsをチャート上に表示する事ができます。

+決済には笑顔、-決済渋り顔のニコチャンマークが出ます。
取引履歴を表示させるには手動で取引履歴を入力する必要があります。

チャートに表示させる方法は2種類。
①インジケーターのパラメーター内で設定(最大10個)
パラメーター内に入力例があるので参照。

② CSV形式(カンマ区切り)ファイルに履歴を記載
デフォルトでは「trade.txt」を参照しているのでこの名前のファイルを作り、experts→filesに作ったファイルを設置しそこに履歴を入力する。

テキストに入力する順番は

Symbol, entry-date, entry-price, exit-date, exit-price

となります。
entry-priceの入力はLongならそのまま入力、Shortなら-(マイナス)をつける。
各項目の終わりには半角カンマ、日付と時間の間には半角スペース(空欄)を入れて下さい。
正しく記入しているのに入力後に反映されない場合、表示中の罫線分析ツールのウィンドウを開き、00-DispTrade_v102をダブルクリックして設定画面を一回開いてから全て閉じると表示されます。

入力例
EURUSD, 2008/12/22 21:17,-1.39678, 2008/12/22 21:20,1.39697
EURUSD, 2008/12/22 21:38,-1.39818, 2008/12/22 21:41,1.39982

[00-SuccessTrade]と併用すると売買の復習になるかなと思います。

You can display the transaction history and earned pips on the chart.

+ Smile for payment, -Nikochan mark with a reluctant face will appear.
To display the transaction history, you need to manually enter the transaction history.


There are two ways to display it on the chart.
(1) Set in the indicator parameters (up to 10)
See the input example in the parameter.

(2) Describe the history in a CSV format (separated by commas) file
By default, it refers to "trade.txt", so create a file with this name, place the created file in experts → files, and enter the history there.

The order of typing in the text is

Symbol, entry-date, entry-price, exit-date, exit-price

It will be.
For entry-price, enter it as it is for Long, and add- (minus) for Short.
Please put a half-width comma at the end of each item and a half-width space (blank) between the date and time.
If it is entered correctly but it is not reflected after inputting, open the window of the displayed ruled line analysis tool, double-click 00-DispTrade_v102 to open the setting screen once, and then close all.

Input example
EURUSD, 2008/12/22 21: 17,-1.39678, 2008/12/22 21: 20,1.39697
EURUSD, 2008/12/22 21: 38, -1.39818, 2008/12/22 21: 41,1.39982

I think that it will be a review of buying and selling when used in combination with [00-Success Trade].

Re: Something interesting please post here (Metatrader)

Posted: Tue Jun 07, 2022 3:10 pm
by Jedidiah
00-SuccessTrade
いつlong/shortしたら一定時間内に利益が取れていたのかを表示するindicator。

00-SuccessTrade
An indicator that shows when long / short was profitable within a certain period of time.

画像はUSDJPYの5分足で1時間以内にlong/shortが成功した位置で、一番大きいマークが40pips取れたものです。
設定画面にて最低・最高獲得pipsなどを設定できます。

The image shows the position where long / short was successful within 1 hour in 5 minutes of USDJPY, and the largest mark was taken by 40 pips.
You can set the minimum and maximum earned pips on the setting screen.

Re: Something interesting please post here (Metatrader)

Posted: Tue Jun 07, 2022 3:48 pm
by Jedidiah
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.

Re: Something interesting please post here (Metatrader)

Posted: Wed Jun 08, 2022 2:22 am
by Deez
For those who like arrows - NRTR Volatility MTF

Re: Something interesting please post here (Metatrader)

Posted: Thu Jun 16, 2022 4:35 pm
by 太虚一毫
不算有趣。

Re: Something interesting please post here (Metatrader)

Posted: Mon Jun 20, 2022 2:23 am
by andrei-1
The "Velcro" experiment. After going beyond the level, the "Velcro" buffer begins to increase until it crosses 0. Then a new TDFI with a dynamic period is pulled out. A "Velcro" buffer is added to the period of the new TDFI.

It slows down very much. :eh: iCustom

Re: Something interesting please post here (Metatrader)

Posted: Thu Jun 23, 2022 7:18 pm
by Borshchov A.N.
does not draw

Re: Something interesting please post here (Metatrader)

Posted: Thu Jun 23, 2022 9:41 pm
by pin12
TICKSNIPER EA