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
This is an adaptation of a concept stolen from November 2003 Trading Tips Newsletter. Scroll down until you get to "Qualify CCI with Ergodic". It appears to me that when the solid blue line (ergodic) is at an extreme high or low AND the signal line is between it and the midpoint that the trigger to enter a position is much more valid than just a simple cross of the two lines. This seems to filter many false entries. This is just a "visual" observation and needs testing.
cci erg conf.gif
Yes, Tigertrader - you should explain your idea on the chart - it's quite different from described in atricle
One way to use the Ergodic indicator is as a qualifier for the CCI indicator. The blue line is the Ergodic study superimposed on the Commodity Channel Index study. Ergodic confirms the CCI extreme trades very well. We used to get a 50/50% win/loss ratio on these trades. The last few days it is running more like 80% winners. This method is only used for reversals when the CCI is in the extreme range.
____________
TSI = NUM / DEN
where
NUM = MA(MA(Mom, Exp, Long, m), Exp, n)
DEN = MA(MA(AbsMom, Exp, Long, m), Exp, n)
Mom = PRICE - PRICE.1
AbsMom = ABS(PRICE - PRICE.1)
m = Long Term
n = Short Term
__________________
just want to remind : http://www.forex-tsd.com/151836-post23.html
"Well known FX Sniperīs Ergodic CCI Trigger is based on multiple smoothing of instantaneous price velocity (C-C[1]) and have not nothing common with CCI formula.
pq, pr, ps - periods of smoothing (EMA)
trigger - period of trigger (EMA)"
OK kids, I have recoded FXSniper's file and the alert now gives the current bid or ask price instead of "i=0". Still seems to give a huge number of false entries though.
I find the indicator also uses a HUGE amount of processor capacity (100% for about 5 minutes when starting MT4) and makes my computer very sluggish. Not the newest laptop I admit but it does seem to use an unnecessary amount of processor resources. Maybe I'll get a new one for Christmas....
But perhaps some smart programmer out there can find a way to streamline the process especially at startup.
Last edited by tigertrader; 11-20-2008 at 10:50 AM.
One way to use the Ergodic indicator is as a qualifier for the CCI indicator. The blue line is the Ergodic study superimposed on the Commodity Channel Index study. Ergodic confirms the CCI extreme trades very well. We used to get a 50/50% win/loss ratio on these trades. The last few days it is running more like 80% winners. This method is only used for reversals when the CCI is in the extreme range.
____________
__________________
just want to remind : http://www.forex-tsd.com/151836-post23.html
"Well known FX Sniperīs Ergodic CCI Trigger is based on multiple smoothing of instantaneous price velocity (C-C[1]) and have not nothing common with CCI formula.
pq, pr, ps - periods of smoothing (EMA)
trigger - period of trigger (EMA)"
In the picture in this post...which indicator(s) is shown?
CCI and which version Ergodic?
Thanks, I want to try and time like in the chart shown.
no, thats what i see (clear beckground):
all bars count (pos = Bars - 1; ) and Bars-counted bars
and the more stuff you have running, the more load you pushing recounting all the bars over and over