Forex
Google

Go Back   Forex Trading > Discussion Areas > Setup Questions
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack (3) Thread Tools Display Modes
  #11 (permalink)  
Old 12-28-2006, 04:47 PM
billworld2 billworld2 is offline
Member
 
Join Date: Dec 2005
Posts: 31
billworld2 is on a distinguished road
Quote:
Originally Posted by drgoodvibe
Bill, now that's exactly how a divergence indicator should be! I'd be willing to donate to a fund to release that puppy to the community..

Though, I wish it could be possible that the divergence indicator could use any indicator to plot divergences..
I agree. I specifically requested the programmer make it easy to insert other oscillators, although, the first version won't have direct support for other oscillators. I gather that once I get my hands on the code that part should be easy to handle.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 12-28-2006, 05:48 PM
Thruline's Avatar
Thruline Thruline is offline
Senior Member
 
Join Date: Dec 2005
Posts: 123
Thruline is on a distinguished road
I'd suggest building a trendline break into the entry. You also should be able to name the minimum bars you require between highs or lows in price to control the scale of the divergences you want to track. Otherwise, you have an indicator firing off unprofitable signals. Another consideration is to look at higher time frame trend as a filter.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 12-28-2006, 06:13 PM
billworld2 billworld2 is offline
Member
 
Join Date: Dec 2005
Posts: 31
billworld2 is on a distinguished road
Quote:
Originally Posted by Thruline
I'd suggest building a trendline break into the entry. You also should be able to name the minimum bars you require between highs or lows in price to control the scale of the divergences you want to track. Otherwise, you have an indicator firing off unprofitable signals. Another consideration is to look at higher time frame trend as a filter.
Thanks for the suggestions.

1. Threndline break. That's not currently part of my rules, but, I'll consider it for the future.

2. Minimum Bars Between Highs or Lows. This is currently set via a user input named Bars4CorrelationScan. I have it set by default to 36 which I've found works well with GBPUSD at M15.

3. Higher Time Fram filter. Yes. Have considered this. For now, everything is operating off of the chart's time frame.

Cheers

Bill
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 12-28-2006, 07:41 PM
european's Avatar
european european is offline
Senior Member
 
Join Date: Apr 2006
Posts: 281
european is on a distinguished road
Many thanks to Newdigital and other guys for the info.
Trading divergence can be very profitable


I thried several 'divergence' indicators on here but none seems do the job well, although it shouldn't be difficult.
See chart attached

All is needed for an indicator, say RSI or CCI, to change color when it has divergence with price.
May be somebody from programmers can make us a Xmas present
Attached Images
File Type: gif divergence.GIF (14.7 KB, 1750 views)

Last edited by european : 12-28-2006 at 07:56 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 12-28-2006, 08:46 PM
drgoodvibe drgoodvibe is offline
Senior Member
 
Join Date: Dec 2005
Location: Null
Posts: 534
drgoodvibe is on a distinguished road
Quote:
Originally Posted by european
Many thanks to Newdigital and other guys for the info.
Trading divergence can be very profitable


I thried several 'divergence' indicators on here but none seems do the job well, although it shouldn't be difficult.
See chart attached

All is needed for an indicator, say RSI or CCI, to change color when it has divergence with price.
May be somebody from programmers can make us a Xmas present

Yep, seems simple enough doesn't it? I've been looking for something similar for quite a while..
__________________
Metatrader 4 - EA Live and Demo Hosting Solutions http://www.omegasupreme.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 12-29-2006, 05:53 AM
ValeoFX's Avatar
ValeoFX ValeoFX is online now
Senior Member
 
Join Date: Jan 2006
Location: Johannesburg, South Africa
Posts: 899
ValeoFX is on a distinguished road
Stochastic_RSI_Combination..........

European, I found an interesting Oscillator on the VT_platform called the Stochastic RSI_Oscillator. If you follow the normal rules of divergence, this seems to work very well.

Also, I came across this link where I learned about this Oscillator; it makes interesting listening:

http://www.researchdig.com/div3rev/

I am also attaching here a MT4 version of this Oscillator, but it is slightly different. Having said that, once you get use to it, it works well enough for me in the test-phase this far.

Best wishes.
Attached Files
File Type: mq4 Stochastic_RSI.mq4 (2.7 KB, 367 views)
__________________
"Risk comes from not knowing what you are doing" The Tao of Warren Buffett.

"Avoiding mistakes, makes people STUPID and having to be RIGHT, makes you OBSOLETE." Robert Kiyosaki.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 12-29-2006, 06:58 AM
PipRippy PipRippy is offline
Junior Member
 
Join Date: Mar 2006
Posts: 23
PipRippy is on a distinguished road
I am looking for an indicator called:

Trend Reversal Index

It is from John Netto's book- One Shot One Kill Trading

He uses it for DIVERGENCE trading much like the applications mentioned in this thread. He found that after looking at hundreds of different indicators- he found that this indicator worked the best.

Netto mentions that it is a RSI 13 period with a RSI 3 period

the Metastock formula is:

RSI(13)+Mov(RSI(3),3,S

I hope that somebody has seen this indicator for MT4, or is kind enough to create for a non-programmer etc..

Ty-in advance, Matt Rippy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 12-29-2006, 08:24 AM
image3022's Avatar
image3022 image3022 is offline
Member
 
Join Date: Dec 2005
Posts: 56
image3022 is on a distinguished road
Rsi_rsi

Hi PipRippy

Is this what you are looking for?

Attached Files
File Type: mq4 RSI_X2.mq4 (2.2 KB, 336 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 12-29-2006, 09:20 AM
image3022's Avatar
image3022 image3022 is offline
Member
 
Join Date: Dec 2005
Posts: 56
image3022 is on a distinguished road
Divergence

I have been experimenting with divergence over the past few weeks using the CCI indicator and confirming the entry point with RVI and RSI/MA. So far it appears to be giving fairly good results. I thought I would post a screen shot for anyone who is interested. I will post more details as soon as I can.
Attached Images
File Type: jpg DIV1.jpg (101.0 KB, 1790 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 12-30-2006, 06:52 AM
bratt bratt is offline
Junior Member
 
Join Date: Dec 2006
Location: Kanada
Posts: 6
bratt is on a distinguished road
Hello increase ,
I noticed you made a pretty good attempt at helping y09ster and so now, I found a similar indicator with divergence lines (if its placed in the first indicator window). I'm hoping you can tell me how to program this one to give alert with sound at its best deviation as well?

Thanks again, richard
Attached Files
File Type: mq4 MACD_Divergence.mq4 (9.3 KB, 415 views)

Last edited by bratt : 12-30-2006 at 02:59 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/setup-questions/5281-divergence-indicator.html
Posted By For Type Date
Discover From Your Favorite Topic or Web Page: indicator This thread Refback 02-25-2008 12:14 PM
درخواست Indicator و expert - صفحه 59 - Sarmaye Forums This thread Refback 01-10-2008 06:42 AM
درخواست Indicator و expert - صفحه 59 - Sarmaye Forums This thread Refback 01-10-2008 06:19 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Divergence Detection Indicator goover Indicators - Metatrader 4 15 09-20-2007 07:32 AM
CCI Divergence indicator on chart help fred Metatrader 4 9 12-14-2006 04:01 AM
Price/CCI Divergence Indicator billworld2 General Discussion 4 12-12-2006 12:46 AM
request divergence Indicator Alex.Piech.FinGeR Indicators - Metatrader 4 1 11-22-2006 11:33 PM
Dinapoli Detrend Oscillator + Divergence.. help with indicator drgoodvibe Indicators - Metatrader 4 1 05-10-2006 01:50 PM


All times are GMT. The time now is 07:33 AM.