PDA

View Full Version : メタトレーダーのトレンドラインアラート



美結竜之介
10-29-2005 07:56, 07:56 AM
こんにちは、みんな
トレンドラインの使い方を学んでいます
しかし、メタトレーダーやその他のトレンドラインアラートがあるかどうか知っていますか
たとえば、そのトレンドラインの 1% 程度の価格の場合、アラートがトリガーされます。ありがとう。
24時間パソコンの前にいたくない…

Aiya Aiya
12-12-2022 11:33, 11:33 AM
1 添付ファイル MACD および STOCHASTICS 指標に描かれた対角線は、エントリを与えるために非常に効果的に使用できます。添付ファイルは、特定の (90 以上または 10 以下) 開始点と支点を持つ STOCHASTICS 対角線を示しています。 Stochs インディケータは、SUPPORT 対角トラップの開始 (最初の黄色の垂直) と次の支点 (2 番目の黄色の垂直) を示します。その支点から、買いの発散が示されます (価格は安値が低く、株価は安値が高くなっています)。これは、MACD 対角線と同じ原理です。私の質問は - これをコード化して売買シグナルを出すことはできますか?よろしくジョージ
https://www.forexgroove.com/attachments/1530206657963134455.png

SHIRO AYAKO
12-12-2022 12:55, 12:55 PM
thanks a lot Keit really appreciate your help now, is it possible to do the same thing for the RSI (4) thanks and merry christmas to all of us green pips to all of us for 2011

Here are your changes, if your not good with english have some one there translate it to you, all you need to know is in the code itself read it. Keit

Here are your changes, if your not good with english have some one there translate it to you, all you need to know is in the code itself read it. Keit

丹瑚遼
12-12-2022 14:17, 02:17 PM
madeinparis This version has both the stochastic and RSI indiors. I also corrected some bugs with the delay function as well as shorting the delay to 15 seconds. This version defaults to the RSI indior If you change the extern UseRSI = False; this will show the Stochlastic indior as the version you now have. The screen shot shows both the builtin and the trendline indiators are the same. The version you have has a small bug in the delay function but donot effect the results of the trendline. you would be better to use this one, even though. I would of edited my last post but the Mods here treat every one like little kids, if someone crys because they dont like what you posted the mods just removes your posts and limit other rights. Hell they dont even have the guts to tell you what in your posts was so upsetting. what BS. Keit Inserted Code ValueOnClose = False, /True alert on close of bar, False in real time. CrossAbove = True, /True alert on cross above, False on cross below. CrossStochSign = True, /True will use Signal Line, False uses Main Line. UseRSI = True; /True will use the RSI, False will use Stochastic.
https://www.forexgroove.com/attachments/15302066481579631166.png
https://www.forexgroove.com/attachments/1530206651472564847.mq4

YUZUKI Yoshiyuki
12-12-2022 15:40, 03:40 PM
I have been looking for an indior that sounds an alarm on a RSI trend line break. I just tried yours. It may be something that I have done, but it keeps dinging after the trend line has been broken and still keeps dinging even after I have removed it. Any price movement sets it off. It is an idea with great possibilities in my opinion. A note of appreciation for your efforts in programming this most useful of tools.

YUZUKI Yoshiyuki
12-12-2022 17:02, 05:02 PM
Sorry Cowboy that was my error. Problem solved. Again, I appreciate your effort. There is (or was) a discussion on the use of this RSI trend line sort of thing at RSI Bollingers divergence 15 Min on forum. I have been working on something similar and getting promising results. I will let you know how your alert indior works out.

丹瑚遼
12-12-2022 18:24, 06:24 PM
Wab Can you tell me what you were doing to make it sound off like that. I may need to correct/change something to prevent it for others. Keit

Sorry Cowboy that was my error. Problem solved. Again, I appreciate your effort. There is (or was) a discussion on the use of this RSI trend line sort of thing at RSI Bollingers divergence 15 Min on forum. I have been working on something similar and getting promising results. I will let you know how your alert indior works out.

Sorry Cowboy that was my error. Problem solved. Again, I appreciate your effort. There is (or was) a discussion on the use of this RSI trend line sort of thing at RSI Bollingers divergence 15 Min on forum. I have been working on something similar and getting promising results. I will let you know how your alert indior works out.

YUZUKI Yoshiyuki
12-12-2022 19:46, 07:46 PM
It wasn't your RSI Trend Line indior. I had another chart with Chin bars on it, that I was unaware of, hidden beneath the one with the RSI Trend line on it. What an amateur mistake to make. For some reason the Chin Bars were not making their usual alert sound and that is what confused me.(Embarrassed.) I use RSI3 trend line breaks a lot. I find if I combine those with trend lines on the chart, the RSI trend lines usually break first and then the chart ones follow. An alert on a RSI trend line break is a great feature and i was surprised when I started looking for an indior that signals this that more were not readily available. Your contribution is a great one. Did you get it set up so that it has a dialogue window and an on off switch? I do find that I have a problem getting it to signal consistently. It may be something I am doing or not doing. I am committed to nailing the Forex Game in 2011 an this is one tool that I feel will be of great use. I will post some charts when I get it all working. Have a Good New Year.

丹瑚遼
12-12-2022 21:09, 09:09 PM
wab theres a time delay(15 seconds) built in to prevent it from going off when your trying to set the trend line. So if your dragging the line accross the RSI it will not go off unless you leave it there for 15 seconds or more (tick based). It also will go off only once for each setting. if the RSI crosses and recrosses the trend line within the open bar it will only ring once. If you move it after ward it will reset to go off again taking the delay intoconsideration. Theres is another setting that you can set to make it go off on the close of the bar. that is if the RSI crosses the trend line it will not go off untill the bar actually closes to prevent any premature signals. There is a dialog box option but its not to turn it on/off, its purpose is to warn the user of the cross, that is the box pops up and remains on the screen till the user clicks OK. If ones leaves the computor for a trip down the hall. if it goes off while hes gone the box will be there to show it went off. if you like make a list of what you would like included i will try to create a copy to fit your needs. Take your time and complete the list as I dont like to rewrite things for one change after another. What part of Canada? Keit

It wasn't your RSI Trend Line indior. I had another chart with Chin bars on it, that I was unaware of, hidden beneath the one with the RSI Trend line on it. What an amateur mistake to make. For some reason the Chin Bars were not making their usual alert sound and that is what confused me.(Embarrassed.) I use RSI3 trend line breaks a lot. I find if I combine those with trend lines on the chart, the RSI trend lines usually break first and then the chart ones follow. An alert on a RSI trend line break is a great feature and i was surprised...

It wasn't your RSI Trend Line indior. I had another chart with Chin bars on it, that I was unaware of, hidden beneath the one with the RSI Trend line on it. What an amateur mistake to make. For some reason the Chin Bars were not making their usual alert sound and that is what confused me.(Embarrassed.) I use RSI3 trend line breaks a lot. I find if I combine those with trend lines on the chart, the RSI trend lines usually break first and then the chart ones follow. An alert on a RSI trend line break is a great feature and i was surprised...

SHIRO AYAKO
12-12-2022 22:31, 10:31 PM
Thank you for everything and a happy new year 2011 Regards Madeinparis

YUZUKI Yoshiyuki
12-12-2022 23:53, 11:53 PM
Hi Keit. I live in south eastern B.C. about 3 hours south east of Calgary. In fact I have to go to Calgary for a couple of days so I will be off line while I do that. When I get back, I will post a couple of charts and show you how I use this RSI trend line stuff. Basically I am drawing trend lines on both the chart and the RSI. The RSI one often breaks first. There is also a way to calculate target prices from the RSI trend line that we could explore. It is explained in a Connie Brown Book called Technical Analysis for the Trading Professional. Give me a day or two and I will get back to you with some interesting charts and ideas.

Mina YUUNA
12-13-2022 01:15, 01:15 AM
Hi could someone please add a pop up alert relating to the pair for each indior thank you in advance
https://www.forexgroove.com/attachments/1530206640.png

I too have been looking for a Trendline Alert, and luckily today I just found........ 2 of them. HLine Alert.mq4...

I too have been looking for a Trendline Alert, and luckily today I just found........ 2 of them. HLine Alert.mq4...

謙信京
12-13-2022 02:38, 02:38 AM
I too have been looking for a Trendline Alert, and luckily today I just found........ 2 of them. HLine Alert.mq4 is a Horizontal Line Alert and TLine Alert.mq4 is a Trend Line Alert [any angle] One thing I just worked out is you can not have 2 lines with the same name so just make sure that when you load the second Alert you Change the LineName under the Inputs Tab to something else eg: from MyLine1 to MyLine2 or MyLine3 or MyLine4, I'm sure you get the picture. Have fun, Dean. PS: The owner would like people to try it and...
thanks for sharing them! can i somehow change the sound alert to an email alert as i dont really like the MT email alert system? many thanks!

YURI HANAKO
12-13-2022 04:00, 04:00 AM
Attached is my indior for trendline alerts. How to use: attach the indior and draw any number of trendlines or horizontal lines like usual (works also for existing t/h-lines already on chart). Whenever the Bid price crosses any of them the alert sound (alert.wav) will be played. Enjoy!
https://www.forexgroove.com/attachments/1530206652644556843.mq4

AKIO Satoru
12-13-2022 05:22, 05:22 AM
Attached is my indior for trendline alerts. How to use: attach the indior and draw any number of trendlines or horizontal lines like usual (works also for existing t/h-lines already on chart). Whenever the Bid price crosses any of them the alert sound (alert.wav) will be played. Enjoy!
Thank you!

HOTARU Wakumi
12-13-2022 06:44, 06:44 AM
Have a look at these two free indiors to find which are suitable for you.
http://mt4appstore.com/products/mt4-indiors/ggtrendbar/89/2- This indior shows you the trend (based on ADX and PSAR) on every timeframe simultaneously. You can adjust the set up parameter.
http://mt4appstore.com/products/mt4-indiors/bykov-trend/84/2 - Shows trend direction signals on the chart. Hope this can help!

HOTARU Wakumi
12-13-2022 08:07, 08:07 AM
I have two free, good trend indiors, which may benefit you.
http://mt4appstore.com/products/mt4-indiors/ggtrendbar/89 - This indior shows you the trend (based on ADX and PSAR) on every timeframe simultaneously. You can adjust the set up parameter.
http://mt4appstore.com/products/mt4-indiors/bykov-trend/84 - Shows trend direction signals on the chart. Hope this can help!

佑篤道
12-13-2022 09:29, 09:29 AM
Attached is my indior for trendline alerts. How to use: attach the indior and draw any number of trendlines or horizontal lines like usual (works also for existing t/h-lines already on chart). Whenever the Bid price crosses any of them the alert sound (alert.wav) will be played. Enjoy!
Hey mate, thank you kindly for this indior! It is great but is there anyway to make it only go off once? Instead of 'ding ding... ding ding ding' as price ticks through the trendline? Also is there anyway you can view which chart the alert is going off on from one central place.. or a pop up? I have about 20 charts open and it can create quite a confusing chorus! LOL Thanks again.

EMI Masa
12-13-2022 10:51, 10:51 AM
Hi I modified it to sound once, but it will be once for ALL the trendlines... When a new bar is formed, it will activate again, and then sound again when a line is crossed. If there is a need, I will change it more as required. Regards

Hey mate, thank you kindly for this indior! It is great but is there anyway to make it only go off once? Instead of 'ding ding... ding ding ding' as price ticks through the trendline? Also is there anyway you can view which chart the alert is going off on from one central place.. or a pop up? I have about 20 charts open and it can create quite a confusing chorus! LOL Thanks again.

https://www.forexgroove.com/attachments/1530206654436660601.ex4

Aiya Aiya
12-13-2022 12:13, 12:13 PM
I am looking for a MACD trendline indior that gives a signal below the zero line from a support trendline and above the zero line from a resistance trendline. I've put in a screengrab of the MACD indi - and manually put in the SR lines. Also, the Stochs indi previously posted I've also added the same line to that indi - along with the BUY signal it would have created (vertical line, again, manually drawn). Is anyone able to code this type of indior? Thanks George
https://www.forexgroove.com/attachments/15302066562145728219.png

CHIKAKO SHIN
12-13-2022 13:36, 01:36 PM
There is indiors out there that when it touch any line it will alert you, hope someone here send you one, as I see a lot of files, good luck!

AYAKA RIN
12-13-2022 14:58, 02:58 PM
どうもありがとう

AKANE SHIROU
12-13-2022 16:20, 04:20 PM
https://www.mql5.com/en/code/10348

AYAKA RIN
12-13-2022 17:42, 05:42 PM
こんにちは。私は indior を探しています。アラート付きのシンプルなmt4チャネルツール..価格がチャネルのアップラインまたはダウンラインに触れると、アラートが表示されます。このような室内を知っている人はいますか...?いくつかのトレンドラインの内側がありますが、それを設定するのは非常に困難です...

Aiya Aiya
12-13-2022 19:05, 07:05 PM
私はRSIトレンドラインブレイクでアラームを鳴らすインディオールを探していました.私はあなたのものを試しました。それは私がやったことかもしれませんが、トレンドラインが壊れた後も下がり続け、それを削除した後もまだ下がり続けています.どんな値動きもそれを引き起こします。私の意見では、それは大きな可能性を秘めたアイデアです。この最も便利なツールをプログラミングするための努力に感謝します。
残念ながら、新しいバージョンの MT4 でサブ ウィンドウのトレンドライン アラートを動作させることができません。MQ4 ファイルはありますか?ジョージ

Ao KATSU
12-13-2022 20:27, 08:27 PM
{引用} アラートで彼自身のトレンドラインを描いているようです。ラインをアラートを出さない場所に変更することもできますが、私の考えは、S/R のチャートに既にあるすべてのトレンドラインでアラートを受け取ることでした。
これをチェックしてください
https://www.forexgroove.com/trading-discussion/39-charting-software.html

TSUBAME Kazumi
12-13-2022 21:49, 09:49 PM
私もトレンドライン アラートを探していましたが、幸運にも今日見つけました........ そのうちの 2 つを見つけました。 HLine Alert.mq4 は水平ライン アラートで、TLine Alert.mq4 はトレンド ライン アラートです [任意の角度] 私がたった今解決したことの 1 つは、同じ名前の 2 つのラインを持つことはできないということです。入力タブの下の LineName を別のものに変更することを警告します。たとえば、MyLine1 から MyLine2 または MyLine3 または MyLine4 に変更します。楽しんでください、ディーン。 PS: 所有者は、人々に試してもらい、改善方法を教えてもらいたいと思っています...
アラートで彼自身のトレンドラインを描いているようです。ラインをアラートを出さない場所に変更することもできますが、私の考えは、S/R のチャートに既にあるすべてのトレンドラインでアラートを受け取ることでした。

丹瑚遼
12-13-2022 23:11, 11:11 PM
2 添付ファイル madeinparis これが変更点です。英語が苦手な場合は、誰かに翻訳してもらってください。知っておく必要があるのは、コード自体でそれを読むことだけです。キート

thxおかしくなりました私はあなたの投稿を見ませんでした私は確率的indior 12,3,3および14,5,5が必要ですそれはmt4でサポートされている基本的なindiorからのものです。

https://www.forexgroove.com/bitcoin-talk-and-cryptocurrencies/149-ea-bot-egy.html
https://www.forexgroove.com/attachments/15291947022090181469.mq4

SHIRO AYAKO
12-14-2022 00:34, 12:34 AM
thxおかしくなりました私はあなたの投稿を見ませんでした私は確率的indior 12,3,3および14,5,5が必要ですそれはmt4でサポートされている基本的なindiorからのものです。

Stochastic indior を中心に構築されていますが、どの設定を使用していますか?これは典型的な 5,3,3 を使用していますが、加重平滑化を使用した終値ベースでは、トリガーに使用されるものとしてシグナル ラインのみが表示されます。どのような設定が必要ですか?そして、私はあなたのためにそれを設定します.キート

Stochastic indior を中心に構築されていますが、どの設定を使用していますか?これは典型的な 5,3,3 を使用していますが、加重平滑化を使用した終値ベースでは、トリガーに使用されるものとしてシグナル ラインのみが表示されます。どのような設定が必要ですか?そして、私はあなたのためにそれを設定します.キート

SHIRO AYAKO
12-14-2022 01:56, 01:56 AM
わかりました、そのインディア トレンドラインをありがとうございます。私は MQL 言語でゼロです。できれば MT4 プラットフォームに含まれるストキャスティクス、つまり基本的なもので、独自のパラメーターを配置できます。やらないで、誰かやってくれませんか?前もって感謝します

これはストキャスティクス シグナル ラインのトレンド ラインです。誰でも、MQ を少し使用すれば、室内を好みに簡単に変更できます。コードの最後のドキュメントで説明しました。トレンド ライン コードでデータが使用可能にされていない場合、屋内にトレンド ラインを表示することはできません。つまり、傾向線ではデータを読み取ることができないため、傾向線を単純に屋内ウィンドウに追加することはできません。このデータをトレンドライン コードにフィードする方法は他にもありますが、それは...

これはストキャスティクス シグナル ラインのトレンド ラインです。誰でも、MQ を少し使用すれば、室内を好みに簡単に変更できます。コードの最後のドキュメントで説明しました。トレンド ライン コードでデータが使用可能にされていない場合、屋内にトレンド ラインを表示することはできません。つまり、傾向線ではデータを読み取ることができないため、傾向線を単純に屋内ウィンドウに追加することはできません。このデータをトレンドライン コードにフィードする方法は他にもありますが、それは...

丹瑚遼
12-14-2022 03:18, 03:18 AM
Stochastic indior を中心に構築されていますが、どの設定を使用していますか?これは典型的な 5,3,3 を使用していますが、加重平滑化を使用した終値ベースでは、トリガーに使用されるものとしてシグナル ラインのみが表示されます。どのような設定が必要ですか?そして、私はあなたのためにそれを設定します.キート

Ho CockedCowboy さん、返信ありがとうございます。しかし、あなたのトレンドラインは確率的インディオールにも警告を発しますか?ありがとうマデインパリス

Ho CockedCowboy さん、返信ありがとうございます。しかし、あなたのトレンドラインは確率的インディオールにも警告を発しますか?ありがとうマデインパリス

SHIRO AYAKO
12-14-2022 04:40, 04:40 AM
Ho CockedCowboy さん、返信ありがとうございます。しかし、あなたのトレンドラインは確率的インディオールにも警告を発しますか?ありがとうマデインパリス

丹瑚遼
12-14-2022 06:03, 06:03 AM
1 添付ファイル これは、ストキャスティクス シグナル ラインのトレンド ラインです。誰でも、MQ を少し使用すれば、室内を好みに簡単に変更できます。コードの最後のドキュメントで説明しました。トレンド ライン コードでデータが使用可能にされていない場合、屋内にトレンド ラインを表示することはできません。つまり、傾向線ではデータを読み取ることができないため、傾向線を単純に屋内ウィンドウに追加することはできません。このデータをトレンドライン コードに入力する方法は他にもありますが、それでも他のコーディング方法が必要です。質問する前にコードを読んでください。このコードは個人的なテスト目的で行われたため、サポートしません。大切なインテリアとしてではありません。キートを楽しむ
https://www.forexgroove.com/attachments/15291946981618259202.mq4

丹瑚遼
12-14-2022 07:25, 07:25 AM
1 アタッチメント madeinparis と deanz 今日これで遊んで、機能するものを思いつきましたが、内部コードをコード化する必要があり、必要になる前にオフにせずにトレンドラインを設定することは非常に困難です必要に応じて、トレンドラインが設定されるまでオフにするオンオフスイッチを作成する必要があります。また、聴覚距離がない場合に表示するダイアログ ボックスも組み込みました。それはうまく機能しますが、それが消えずにラインを設定するのは面倒です。スイッチを組み込んだ後、明日投稿します。キートは、確率的シグナル線のクロスのスクリーン ショットをここに示します。
https://www.forexgroove.com/bitcoin-talk-and-cryptocurrencies/247-customizable-hlc-indior-needed.html

SHIRO AYAKO
12-14-2022 08:47, 08:47 AM
こんにちはディーン、私と同じように屋内でアラート音が鳴らず、色が変わるだけです。それ以外のアイデアがあれば、教えてください。ありがとうジェラルド

Shinichi ICHIROU
12-14-2022 10:09, 10:09 AM
屋内ウィンドウに表示するようにしましたが、コードから、アラートを鳴らすために PRICE がそれを通過する必要があることに気付きました。 .... ごめん。

SHIRO AYAKO
12-14-2022 11:32, 11:32 AM
こんにちはディーン、助けてくれませんか、TLineアラートである必要なものを見つけましたが、RSI indiorとstocastic indiorに使用する必要がありますが、それを置くたびに価格アクションに行きます屋内で使用するために何をしなければならないか教えてください。

Shinichi ICHIROU
12-14-2022 12:54, 12:54 PM
2 添付ファイル 私もトレンドライン アラートを探していましたが、幸運にも今日見つけました........ そのうちの 2 つを見つけました。 HLine Alert.mq4 は水平ライン アラートで、TLine Alert.mq4 はトレンド ライン アラートです [任意の角度] 私がたった今解決したことの 1 つは、同じ名前の 2 つのラインを持つことはできないということです。入力タブの下の LineName を別のものに変更することを警告します。たとえば、MyLine1 から MyLine2 または MyLine3 または MyLine4 に変更します。楽しんでください、ディーン。 PS: 所有者は、人々にそれを試してもらい、それを改善する方法を教えてもらいたいと思っています.
http://www.forex-tsd.com/expert-advisors-metatrader-4/2579-price-alert-ea.html
https://www.forexgroove.com/attachments/15291946921455433729.mq4
https://www.forexgroove.com/attachments/1529194694921363006.mq4

愛美誠龍之介
12-14-2022 14:16, 02:16 PM
信仰の一部です!

YUZUKI MINORU
12-14-2022 15:38, 03:38 PM
ちょっと..素晴らしい!私は定期的にこのスレッドをチェックインします..頑張ってください。

Yuka
12-14-2022 17:01, 05:01 PM
もっと自由な時間ができたら、コーディングを試みます。私の三角関数のスキルが完全に錆びていないことを願っています
https://www.forexgroove.com/attachments/1529194688.png

YUZUKI MINORU
12-14-2022 18:23, 06:23 PM
私もトレンドラインを使用しています..MT4の基本的なアラートは機能しますが、最後のポスターが言ったように、トレンドラインには傾きがあります..誰かがこれに適したものを見つけますか?

美結竜之介
12-14-2022 19:45, 07:45 PM
誰かがトレンドラインに使用していることを警告してくれませんか。トレンドラインに傾きがあるのでプライスアラートが使えません。多くの人がトレンドラインを取引の一部として使用していると思いますが、価格がトレンドラインに近づいたときに何らかのアラートを使用しているに違いありません。誰からでも助けてください。 rgdsの助けが本当に必要.. [/引用]

KOHARU Chieko
12-14-2022 21:07, 09:07 PM
そのファイルはmt2またはmt3のコードです..そして、それらのバージョンはもはやアクティブではないと思います... MT4は新しい言語を使用します-mq4あなたが話しているグループにはmt4ファイルのセクションがあります。おそらく誰かがすでに翻訳を行っています、または同様の..また、インストールのためにmtフォーラムを試すこともできます。mq4またはex4ファイルをmt4プログラムのindiorsフォルダー(通常はプログラムファイルの下)に保存する必要があります。mq4ファイルは実際のコードで、mt4が開始されるとindiorsをスキャンしますmq4 用のフォルダーを作成し、実行用に ex4 ファイルに変換します。ex4 ファイルは使用できますが、コードを表示または変更することはできません。作成者が自分の作業を保護したい場合、これらは配布に使用されることがあります..rgds に役立つことを願っています..

KOHARU Chieko
12-14-2022 22:30, 10:30 PM
これを行うために屋内で簡単なカスタムを行うことができます。または、より簡単な方法が必要な場合は、ターミナルのアラートタブを使用して、既存のトレンドラインの近くにアラートを設定できます (手動の方法) rgds..

美結竜之介
12-14-2022 23:52, 11:52 PM
ありがとう。まず、この機能を使って屋内でカスタムする方法がわかりません。私はこれを metatrader yahoo グループで屋内で見つけましたが、このファイルをどうしたらよいかわかりません。ここにあります
http://f5.grp.yahoofs.com/v1/cI5jQ7V4huqOy_khtveCrjxyJU6V43VZbn5GoH58A7lMu-gtRFWNM3Be_n9XS7V2npbqjSUDMQJgZ38MvNySUSL9YULr4g/MQL-II Custom Indiors/TLA.mqlMQL-II Custom Indior の下にあります。ファイルの名前は TLA.mql です。2 番目に、端末を使用して価格アラートを出すのは良い考えではないと思います。これは、利用可能なアラートが価格アラートのみであるためです。トレンドラインには傾きがあります...ありがとう。

これを行うために屋内で簡単なカスタムを行うことができます。または、より簡単な方法が必要な場合は、ターミナルのアラートタブを使用して、既存のトレンドラインの近くにアラートを設定できます (手動の方法) rgds..

これを行うために屋内で簡単なカスタムを行うことができます。または、より簡単な方法が必要な場合は、ターミナルのアラートタブを使用して、既存のトレンドラインの近くにアラートを設定できます (手動の方法) rgds..

SABUROU ICHIROU
12-15-2022 01:14, 01:14 AM
私もトレンドライン アラートを探していましたが、幸運にも今日見つけました........ そのうちの 2 つを見つけました。 HLine Alert.mq4 は水平ライン アラートで、TLine Alert.mq4 はトレンド ライン アラートです [任意の角度] 私がたった今解決したことの 1 つは、同じ名前の 2 つのラインを持つことはできないということです。入力タブの下の LineName を別のものに変更することを警告します。たとえば、MyLine1 から MyLine2 または MyLine3 または MyLine4 に変更します。楽しんでください、ディーン。 PS:所有者は人々に...
ありがとう............