Forex
Google
New signals service!

Go Back   Forex Trading > Trading systems > Digital Filters


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 (6) Thread Tools Display Modes
  6 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 10-28-2005, 01:12 AM
Administrator
 
Join Date: Sep 2005
Posts: 15,796
Blog Entries: 31
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Jurik

Jurik Moving Average.

About this indicator and some others read http://www.forex-tsd.com/showthread.php?t=197
Attached Files
File Type: mq4 JMA.mq4 (10.7 KB, 1759 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 10-28-2005, 07:57 PM
Administrator
 
Join Date: Sep 2005
Posts: 15,796
Blog Entries: 31
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
More Jurik

Other Jurik indicators.
Attached Files
File Type: mq4 JRSX.mq4 (4.0 KB, 1507 views)
File Type: mq4 JMA_StarLight.mq4 (11.7 KB, 1288 views)
File Type: mq4 JMA_SL.mq4 (12.9 KB, 1217 views)
File Type: mq4 JCFBaux.mq4 (4.3 KB, 1319 views)
File Type: mq4 3c_JRSX_H.mq4 (5.0 KB, 1761 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-28-2005, 10:36 PM
Junior Member
 
Join Date: Oct 2005
Posts: 14
quksilver is on a distinguished road
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 10-28-2005, 11:18 PM
Junior Member
 
Join Date: Oct 2005
Posts: 14
quksilver is on a distinguished road
Nevermind, I figured out how to use it. When I get some time to write the code, I'll post an adaptive version of JRSX based on CFB.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 10-29-2005, 09:06 AM
Administrator
 
Join Date: Sep 2005
Posts: 15,796
Blog Entries: 31
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
quksilver,

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.
Attached Files
File Type: zip Wealth_Lab.zip (4.3 KB, 1108 views)
File Type: zip mt3.zip (3.5 KB, 525 views)
File Type: zip jurik_mt4_english.zip (15.2 KB, 1502 views)
File Type: rar CFB_mt3.rar (2.9 KB, 594 views)
File Type: zip jurik_mt4_english_in_word.zip (35.5 KB, 393 views)

Last edited by newdigital; 08-10-2007 at 03:26 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 10-29-2005, 06:01 PM
Senior Member
 
Join Date: Oct 2005
Posts: 130
mezarashii is on a distinguished road
Hi newdigital.

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?
Attached Images
File Type: gif 30mgmmarsx3.gif (12.3 KB, 7499 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 10-29-2005, 06:12 PM
Administrator
 
Join Date: Sep 2005
Posts: 15,796
Blog Entries: 31
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 10-30-2005, 01:12 PM
Junior Member
 
Join Date: Oct 2005
Posts: 14
quksilver is on a distinguished road
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.
Code:
      if(CFB.result > CFB.max) 
         CFB.max=CFB.result;
      else if(CFB.result < CFB.min) 
         CFB.min=CFB.result;
      
      denominator=CFB.max-CFB.min;
      if(denominator>0)
         stoch.ratio=(CFB.result-CFB.min)/denominator;
      else
         stoch.ratio=0.5;
This portion uses the normalized CFB to determine a length for JSRX between the hi and lo values input by the user:
Code:
      JRSX.length=MathCeil(Lo.RSI.Period+stoch.ratio*(Hi.RSI.Period-Lo.RSI.Period));
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..

cheers,
-lcg


Code:
//+------------------------------------------------------------------+
//|                                                JRSX Adaptive.mq4 |
//|       JCFBaux: Copyright © 2005,            Weld, Jurik Research | 
//|                                          http://weld.torguem.net | 
//|          MQL4: Copyright © 2005,                Nikolay Kositsin | 
//|                                   Khabarovsk, violet@mail.kht.ru |   
//| JRSX Adaptive: Copyright © 2005,                    Loren Gordon |
//|                                    forex1[at]lorengordon[dot]com |
//+------------------------------------------------------------------+
#property  copyright "Copyright © 2005, Loren Gordon"
#property  link      "http://www.metaquotes.net/"
//---- indicator settings
#property  indicator_separate_window
#property  indicator_buffers 1
#property  indicator_color1  Magenta
#property  indicator_level1  70
#property  indicator_level2  50
#property  indicator_level3  30

//---- indicator parameters
extern int Lo.RSI.Period=8;
extern int Hi.RSI.Period=24;
extern int CFB.Depth=24;
extern int Input.Price.Customs=2;
//(0-"Close", 1-"Open", 2-"High+Low", 3-"High", 4-"Low", 5-"Open+High+Low+Close", 6-Open+Close", по умолчанию-2.) 

//---- indicator buffers
double     ind_buffer0[];
int        draw_begin;

//+------------------------------------------------------------------+
//| Custom indicator initialization function                         |
//+------------------------------------------------------------------+
int init()
  {
//---- drawing settings
   IndicatorBuffers(1);
   SetIndexStyle(0,DRAW_LINE,STYLE_SOLID,1);
   draw_begin=CFB.Depth+Lo.RSI.Period+Hi.RSI.Period;
   SetIndexDrawBegin(0,draw_begin);
   IndicatorDigits(MarketInfo(Symbol(),MODE_DIGITS)+1);
//---- indicator buffers mapping
   if(!SetIndexBuffer(0,ind_buffer0))
      Print("cannot set indicator buffers!");
//---- name for DataWindow and indicator subwindow label
   IndicatorShortName("JRSX Adaptive("+Lo.RSI.Period+","+Hi.RSI.Period+","+CFB.Depth+")");
   SetIndexLabel(0,"JRSX Adaptive");
//---- initialization done
   return(0);
  }
//+------------------------------------------------------------------+
//| JSRX Adaptive                                                    |
//+------------------------------------------------------------------+
int start()
  {
   int limit,i;
   double denominator=0,stoch.ratio=0,CFB.result=0,CFB.max=0,CFB.min=99999,JRSX.length;
   int counted_bars=IndicatorCounted();
//---- check for possible errors
   if(counted_bars<0) return(-1);
   if(counted_bars<1)
      for(i=1;i<=draw_begin;i++) ind_buffer0[Bars-i]=0; 
//---- last counted bar will be recounted
   if(counted_bars>draw_begin) limit=Bars-counted_bars-1;
   else limit=Bars-counted_bars-draw_begin-1;

//---- JSRX adaptive counted in the 2-nd buffer
   for(i=limit; i>=0; i--)
     {
      CFB.result=iCustom(NULL,0,"JCFBaux",CFB.Depth,Input.Price.Customs,0,i);

      if(CFB.result > CFB.max) 
         CFB.max=CFB.result;
      else if(CFB.result < CFB.min) 
         CFB.min=CFB.result;
      
      denominator=CFB.max-CFB.min;
      if(denominator>0)
         stoch.ratio=(CFB.result-CFB.min)/denominator;
      else
         stoch.ratio=0.5;

      JRSX.length=MathCeil(Lo.RSI.Period+stoch.ratio*(Hi.RSI.Period-Lo.RSI.Period));
      Print("JSRX.length=",JRSX.length,
            " stoch.ratio=",stoch.ratio,
            " CFB.result=",CFB.result,
            " CFB.max=",DoubleToStr(CFB.max,8),
            " CFB.min=",DoubleToStr(CFB.min,8));
      ind_buffer0[i]=iCustom(NULL,0,"JRSX",JRSX.length,0,i);
     }
//---- done
   return(0);
  }
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 11-02-2005, 02:24 PM
Alex.Piech.FinGeR's Avatar
Senior Member
 
Join Date: Oct 2005
Location: Germany
Posts: 305
Alex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud of
Thumbs up JMA Serie

have found..
JMA Serie

calculate indicators ADX MACD.... with JMA

is GREAT
Attached Images
File Type: gif ss.gif (23.6 KB, 6182 views)
Attached Files
File Type: zip JMASerie.zip (22.8 KB, 1518 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 11-02-2005, 02:28 PM
Alex.Piech.FinGeR's Avatar
Senior Member
 
Join Date: Oct 2005
Location: Germany
Posts: 305
Alex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud of
JMA SERIE inside


...\MetaTrader4\Expert\include


.::JJMASeries.mqh


...\MetaTrader 4\Expert\Indicators

.:: 3c_JDemark_H.mq4
.:: 3c_JMACD.mq4
.:: 3c_JRSX_Hs.mq4
.:: J2JMA.mq4
.:: JADX.mq4
.:: JFatl.mq4
.:: JJMA.mq4
.:: JMACD.mq4




--

Last edited by Alex.Piech.FinGeR; 11-02-2005 at 02:31 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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

BB 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/digital-filters/198-jurik.html
Posted By For Type Date
Jurik Moving Average - JMA - Nogold.com This thread Refback 07-20-2008 04:36 PM
Code for JMA This thread Refback 10-21-2007 09:49 AM
Code for JMA - Page 10 This thread Refback 09-08-2007 07:39 AM
Untitled document This thread Refback 08-15-2007 09:12 PM
Jurik Indicators and Metaquotes - MQL4 forum This thread Refback 07-03-2007 06:52 PM
Jurik Moving Average - JMA - Nogold.com This thread Refback 06-23-2007 01:44 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Jurik Indicators and MT4 shapper Metatrader 4 5 06-30-2006 09:30 AM
Jurik Woodie CCI? fred Digital Filters 3 05-03-2006 03:28 PM
Jurik newdigital Indicators - Metatrader 3 1 10-28-2005 02:57 AM


All times are GMT. The time now is 11:08 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.