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
Could you possibly provide an explanation of JCFBaux? I read Jurik's website and CFB itself isn't an indicator. But it looks like there is an indicator included in that package. Is JCFBaux that indicator?
All that I know they used Jurik for Wealth Lab (attached) and some indicators for mt3 (attached as well). And JCFBaux should not be attached to the chart.
I translated those mt4 indicators from russian language (some important comments and alarms). See attached as well.
Last edited by newdigital; 08-10-2007 at 04:26 PM.
I created a nice trend following setup on the 30 minute chart using the following 2 indicators...
JRSX3 10
guppy long
guppy short
buy when jrsx crosses above the zero line and price is above the gmma's take profits, moe stops break even once the jrsx registers a 5. Same for shorts.
my only concern is that there is something wrong with te jrsx. there is a 3rd color in the indicator which can be seen on older data, but on current data only two colors are seen. Is there an error in calculation?
I think some of Jurik indicators may be with small errors. Because all the indicator posted here was created to be Jurik indicators. Try some an othet indicator, a lot of them were posted here already.
The Jurik indicators are pretty hard to understand and troubleshoot. But they certainly look worthwhile. I've been trying to use CFB to code an adaptive RSX, as described in the pdf manual. It keeps giving me odd values that I can't find anywhere in the array of CFB. Could someone look at the code and try to find an error? Here's the code... I think the problem is somewhere in the for loop.
This portion normalizes CFB to a value between 0 and 1.
The problem is that the high is always 0.64626709 and the low is always 0. At least, that's how they print out. They should change as CFB finds new highs and lows. And as far as I can tell, CFB never returns those values. So I'm very confused because I've looked over the code a million times and can't figure it out. Many thanks to anyone who can help..