Amaran trendline untuk Metatrader
Halaman 1 daripada 1135 123 ... TerakhirTerakhir
Results 1 to 10 of 47

Thread: Amaran trendline untuk Metatrader

  1. #1
    Hai semua
    saya telah belajar cara menggunakan trendline
    tapi, korang tahu tak kalau ada trendline alert untuk metatrader atau lain-lain
    contohnya, jika harga 1% atau lebih daripada garis arah aliran itu, ia akan mencetuskan amaran. terima kasih.
    saya tidak mahu berada 24 jam di hadapan komputer...

  2. #2
    1 Lampiran (s) Diagonal yang dilukis pada penunjuk MACD dan STOCHASTICS boleh digunakan dengan sangat berkesan untuk memberikan entri. Lampiran menunjukkan pepenjuru STOCHASTICS yang mempunyai titik permulaan dan titik tumpu tertentu (di atas 90 atau di bawah 10). Stochs indi menunjukkan permulaan perangkap pepenjuru SOKONGAN (menegak kuning pertama) dan tumpu berikut (menegak kuning kedua). Dari titik tumpu itu, ia menunjukkan perbezaan BELI (harga mempunyai rendah yang lebih rendah dan Stoch mempunyai rendah yang lebih tinggi). Ini adalah prinsipal yang sama dengan pepenjuru MACD. SOALAN SAYA ADALAH -bolehkah ini dikodkan untuk memberi isyarat beli dan jual? Salam George

  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.justgetforex.com/attachm...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

Kebenaran Posting

  • Anda tidak boleh menghantar thread baru
  • Anda tidak boleh membalas kiriman
  • Anda tidak boleh mengedit siaran anda
  • Anda tidak boleh menyiarkan lampiran
  •  
  • Kod BB Hidup
  • Smilies Hidup
  • Kod [IMG] adalah Hidup
  • Kod [VIDEO] adalah Hidup
  • Kod HTML Tidak Hidup
Polisi Kuki
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.