I'm gonna try to present you a new system based on trend reversal or continuation. I developped this system in metastock and used it for a while succesfully in future market.
the word Jubilee is used in turkish as the last game of star football player. So I choosed this word to represent last bar of a trend.
The code below is a metastock expert showing critical points in a swing.
The philosophy of this system is:
- Trend is an overbought or oversold situation.
- Reversal is a trend is the saturation / satisfaction point.
- At this point we have a sudden reversal or a ranging market.
- After this ranging market we have an reversal or continuation.
So I used cci to measure overbought or oversold situation, I added Williams DX to be sure we have trendiness and at last %b indicator over 100 or below 0 to be sure we are in an extreme point.
Formula for Red Jubilee Bar:CCI(40)>100 AND
DX(12)>40 AND (not adx)
((C-BBandBot(C,10,E ,1.5))/(BBandTop(C,10,E ,1.5)-BBandBot(C,10,E ,1.5)))*100>100 (this is %B indicator)
Formula for Blue Jubilee Bar:CCI(40)<-100 AND
DX(12)>40 AND
((C-BBandBot(C,10,E ,1.5))/(BBandTop(C,10,E ,1.5)-BBandBot(C,10,E ,1.5)))*100<0
So in anyway blue or red bar are critical point in a swing,
If we have a red bar and one of the next 1-4 bars break High of red bar, it means that trend will continue, if it breaks low it means that trend is exhausted and we have a reversal.
For the blue bar it is vice versa...
I am not sure if I can upload some graph, but I gonna try to show what I mean with some samples..
For the translation: (sorry I have already posted this graph on a turkish future trading forum)
upper box: "close below jubilee bar, short position, stop loss jubilee bar High"
middle box: "trend continues"
lower box: "close above jubilee bar high, long position, stop loss jubilee bar low"
I will be glad to hear your comments about the idea behind this system and if this indicators are succesfull to reflect this idea on the rail world.
So as I have just metastock code of this system, (I can not code in metatrader yet but I am working on it) I kindly ask if someone help to convert this in metatrader format.
Thank you in advance..