| Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL. |
![]() | | Tweet | |
RSI Divergence TrendLine Details »» | ||||||||||||||||||||||||||||
// RSI Divergence TrendLine // Author: MARKPLEX Code Divergence // http://markplex.com/tutorial4.php // version: 1.0 // Author: aaa // version: 2.0 // Date: 20100501 // added: // divergence on top + // Line.Color.Top + Line.Color.Bot + Line.Size + Plot.RSI in inputs // Author: aaa // version: 2.01 // Date: 20100515 // added: // Alert + Line.Offset in inputs *********************** MACD Divergence TrendLine Here http://www.traderslaboratory.com/for...line-7845.html MACD Divergence TrendLine Indicator (Only 4 Multicharts) Here http://www.traderslaboratory.com/for...html#post95841 ********************* Sto Divergence TrendLine Here http://www.traderslaboratory.com/for...line-7244.html ********************** ![]() Nota Bene RSI Divergence TrendLine Indicator.pla works ONLY with Multicharts Download Now
Screenshots Show Your Support
| ||||||||||||||||||||||||||||
| ∧ Similar Indicator | ||||
| Mod | Developer | Type | Replies | Last Post |
| DeMark Oscillator | Tams | Trading Indicators | 2 | 04:27 PM 05-27-2009 |
| MACD Divergence TrendLine | aaa | Trading Indicators | 42 | 08:20 AM 02-20-2011 |
| Comments |
| | #2 | ||
![]() | Re: RSI Divergence TrendLine | ||
| |
|
| | #3 | ||
![]() | Re: RSI Divergence TrendLine I tried using the simple RSI code as a guide, but it doesn't appear to take Code: if var0 > OverBought then SetPlotColor( 1, OverBColor ) else if var0 < OverSold then SetPlotColor( 1, OverSColor ) ; | ||
| |
|
| | #4 | ||
![]() | Re: RSI Divergence TrendLine almost everything is possible in EasyLangage Try again or wait untill next WE I will add this feature 2 a new indicator rgds PS : Please, try 2 add a graphique with explanation on it when U ask something here ; It should B usefull also 2 give as much information as possible (mockup, links, PDF, etc...) And of course, if U find a solution it's kind 2 post it. It could B usefull 4 others ****************** Last edited by aaa; 05-18-2010 at 01:01 PM. | ||
| |
|
| The Following 3 Users Say Thank You to aaa For This Useful Post: | ||
| | #5 | ||
![]() | Re: RSI Divergence TrendLine Hi! I have found a very nice and supporting indicator for MetaTrader. If anyone can convert the indi to work in Global Zen Trader platform (the platform allows import of easylanguage and C# code). The indi detects traditional divergence of price and RSI indicator and plots an arrow in the indicator window and also sets a sound alert. The indicator also detects hidden divergences. Please have a look at the indicator and see how it works. Personally I use it to time position in the trend direction after a pullback. Sincerely Adam | ||
| |
|
| | #6 | ||
![]() | Re: RSI Divergence TrendLine PHP Code: Try this hidden divergences indic below U can mix regular div + hidden div on a price chart The code is easily tweakable Only 4 Multicharts users I've posted also an indicator which plot div lines directly on the sub chart rgds Last edited by aaa; 01-22-2011 at 06:10 AM. | ||
| |
|
| The Following 2 Users Say Thank You to aaa For This Useful Post: | ||
Stat (02-19-2011) | ||
| | #7 | ||
![]() | Re: RSI Divergence TrendLine But I´m not the man to work it out in my platform. Anyway, I have add some piece of code together and give it to U as thanks for help. This code displays inside bars and the inside bar have to be in a less range than Xbars before(adjustable). U can put a by order 1 tick above the bar or a sell order 1 tick below. It works in any time frame. Thanks Adam | ||
| |
|
| | #8 | ||
![]() | Re: RSI Divergence TrendLine condition1=(High-Low)<Lowest((High-Low),Length)[1]; Good idea ! I've added it on my birds lines indicator & it looks good ![]() ************************* *********** Have a look on the Excellent Tams' Candle Pattern indicator below Best rgds http://www.traderslaboratory.com/forums/f46/candle-pattern-5736.html Code: PatternName = "3InsideUpPattern"; if ((O2>C2)AND (C1>O1) AND (C1<= O2) AND (C2<= O1) AND ((C1-O1)<(O2-C2)) AND (C>O) AND(C>C1) AND (O>O1)) then begin Message = Message + PatternName + " "; plot70(c, "3InsideUpPattern"); end else noplot(70); PatternName = "3InsideDownPattern"; if ((C2>O2)AND (O1>C1) AND (O1<= C2) AND (O2<= C1) AND ((O1-C1)<(C2-O2)) AND (O>C) AND(C<C1) AND (O<O1)) then begin Message = Message + PatternName + " "; plot67(c, "3InsideDownPattern"); end else noplot(67); Last edited by aaa; 01-29-2011 at 06:19 AM. | ||
| |
|
| The Following 5 Users Say Thank You to aaa For This Useful Post: | ||
![]() |
| Tags |
| divergence, rsi |
| Thread Tools | |
| Help Others By Rating This Thread | |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MACD Divergence TrendLine | aaa | Trading Indicators | 42 | 02-20-2011 08:20 AM |
| Stochastic Divergence TrendLine | aaa | Trading Indicators | 9 | 05-15-2010 05:13 AM |