メタトレーダーのトレンドラインアラート
ページ 1 - 325 123 ... 最終最終
Results 1 to 10 of 47

Thread: メタトレーダーのトレンドラインアラート

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

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

  3. #3
    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
    Quote Originally Posted by ;
    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
    Quote Originally Posted by ;
    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

  4. #4
    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/attachme...1472564847.mq4

  5. #5
    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.

  6. #6
    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.

  7. #7
    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
    Quote Originally Posted by ;
    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.
    Quote Originally Posted by ;
    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.

  8. #8
    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.

  9. #9
    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
    Quote Originally Posted by ;
    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...
    Quote Originally Posted by ;
    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...

  10. #10
    Thank you for everything and a happy new year 2011 Regards Madeinparis

投稿権限

  • Youma新しいスレッドを投稿しない
  • Youmaは返信しない
  • あなたは添付ファイルを投稿しないかもしれない
  • Youma Notedityourposts
  •  
  • スマイリーはオンです
  • スマイリーはオンです
  • [IMG]コードがオンです
  • [VIDEO]コードがオンです
  • HTMLコードがオフです
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.