| New signals service! | |
|
|||||||
| 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 |
|
![]() |
|
|
LinkBack (6) | Thread Tools | Display Modes |
|
|||
|
JStochastic Threads
JStochastic Threads with JStochastic (6,3,3) to JStochastic (24,3,3)
Place the template in the template folder and not in the indicator folder. You need the JStochastic.mq4 in the indicator folder and JJMASeries.mqh, PriceSeries.mqh in the include folder. Edit: Attach is the documentation on how to trade the Stoch Threads:
__________________
My Forex Blog Last edited by banzai; 09-16-2007 at 01:54 PM. |
|
|||
|
modified Jurik MA & Rainbow
Sometime you post a chart and we don't know which JMA is which. So I modified the indicator to show what color belongs to which JMA. Attached is a template so you can use it to modify. It's easier to see how it was set up. You can display the info in any 4 corner: upper left, upper right, lower left, lower right. In this set up, I display the info in the upper right corner.
---------------------------------------------------- Put these files JJMASeries.mqh PriceSeries.mqh in the folder (directory): MetaTrader\experts\include \ ----------------------------------------------------- Heiken Ashi#.mq4 in the folder (directory): MetaTrader\experts\indicators \ edit: please download the new version in the next page.
__________________
My Forex Blog Last edited by banzai; 09-29-2007 at 01:18 AM. |
|
|||
|
To newdigital, I plan to add in an alert to the JfatlSpeed indicator but I don't know Russian. When I use the Babel translator, I got some same translations such as Heiken Ashi Close and TRENDFOLLOW. parameter #7 is the same as #14: Heiken Ashi Close. And #9 & 10 are the same: TRENDFOLLOW. Anyway you retranslate again? Thanks in advance.
extern int Input_Price_Customs = 0;//Input of prices, on which is produced the calculation of the indicator: //(0-CLOSE, 1-OPEN, 2-HIGH, 3-LOW, 4-MEDIAN, 5-TYPICAL, 6-WEIGHTED, 7-Heiken Ashi Close, 8-SIMPL, 9-TRENDFOLLOW, 10-0.5*TRENDFOLLOW, //11-Heiken Ashi Low, 12-Heiken Ashi High, 13-Heiken Ashi Open, 14-Heiken Ashi Close.) Attach is the messed-up English version of JFatlSpeed
__________________
My Forex Blog |
|
|||
|
Quote:
It is the setting for JFatl inside JFatlSpeed: Code:
Length = 3; // depth of smoothing for JFatl; Phase = 100; // parameter which is changed withing -100 ... +100, it's affecting on the transient process quality for JFatl indicator; Code:
LengthS = 1; // depth of smoothing for resultant JFatlSpeed indicator; PhaseS = 100; // parameter which is changed withing -100 ... +100, it's affecting on the transient process quality for JFatlSpeed indicator; This Input_Price_Customs came from PriceSeries.mqh file. As to #7 is the same as #14 so I don't know. I am not the coder so you may see about those numbers from here (all numbers): Code:
case 0: dPriceSeries = Close[nPriceSeries.Bar];break; case 1: dPriceSeries = Open [nPriceSeries.Bar];break; case 2: dPriceSeries =(High [nPriceSeries.Bar]+Low [nPriceSeries.Bar])/2;break; case 3: dPriceSeries = High [nPriceSeries.Bar];break; case 4: dPriceSeries = Low [nPriceSeries.Bar];break; case 5: dPriceSeries =(Open [nPriceSeries.Bar]+High [nPriceSeries.Bar]+Low[nPriceSeries.Bar]+Close[nPriceSeries.Bar])/4;break; case 6: dPriceSeries =(Open [nPriceSeries.Bar]+Close[nPriceSeries.Bar])/2;break; case 7: dPriceSeries =(Close[nPriceSeries.Bar]+High [nPriceSeries.Bar]+Low[nPriceSeries.Bar])/3;break; case 8: dPriceSeries =(Close[nPriceSeries.Bar]+High [nPriceSeries.Bar]+Low[nPriceSeries.Bar]+Close[nPriceSeries.Bar])/4;break; case 9: dPriceSeries = TrendFollow00(nPriceSeries.Bar);break; case 10: dPriceSeries = TrendFollow01(nPriceSeries.Bar);break; case 11: dPriceSeries = iCustom(NULL,0,"Heiken Ashi#",0,nPriceSeries.Bar);break; case 12: dPriceSeries = iCustom(NULL,0,"Heiken Ashi#",1,nPriceSeries.Bar);break; case 13: dPriceSeries = iCustom(NULL,0,"Heiken Ashi#",2,nPriceSeries.Bar);break; case 14: dPriceSeries = iCustom(NULL,0,"Heiken Ashi#",3,nPriceSeries.Bar);break; Code:
case 7: dPriceSeries =(Close[nPriceSeries.Bar]+High [nPriceSeries.Bar]+Low[nPriceSeries.Bar])/3;break; Code:
case 14: dPriceSeries = iCustom(NULL,0,"Heiken Ashi#",3,nPriceSeries.Bar);break; What is 3 in here? iCustom(NULL,0,"Heiken Ashi#",3,nPriceSeries.Bar); I translated some JFatlSpeed indicator (may be different from yours but it is understandable). |
|
|||
|
Quote:
Code:
haClose=(Open[bar]+High[bar]+Low[bar]+Close[bar])/4; Input_Price_Customs=7: Code:
dPriceSeries =(Close[nPriceSeries.Bar]+High [nPriceSeries.Bar]+Low[nPriceSeries.Bar])/3;break; |
|
|||
|
JFatl_Trendsignal settings
Now I know how to set up the JFatl_Trendsignal. If you set 3c_JFatl with a length of 4, then in the JFatl_Trendsignal, you set the Smooth to 4 too. Now you can see the arrows point to the corresponding turning points. For arrow symbols, just use the WingDings font.
![]()
__________________
My Forex Blog |
![]() |
| Bookmarks |
| Tags |
| Jurik Moving Average, jurik, jurik CFB, Nikolay Kositsin, jurik adx, jurik ma |
|
|
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 05:36 PM | |
| Code for JMA | This thread | Refback | 10-21-2007 10:49 AM | |
| Code for JMA - Page 10 | This thread | Refback | 09-08-2007 08:39 AM | |
| Untitled document | This thread | Refback | 08-15-2007 10:12 PM | |
| Jurik Indicators and Metaquotes - MQL4 forum | This thread | Refback | 07-03-2007 07:52 PM | |
| Jurik Moving Average - JMA - Nogold.com | This thread | Refback | 06-23-2007 02:44 AM | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Jurik Indicators and MT4 | shapper | Metatrader 4 | 5 | 06-30-2006 10:30 AM |
| Jurik Woodie CCI? | fred | Digital Filters | 3 | 05-03-2006 04:28 PM |
| Jurik | newdigital | Indicators - Metatrader 3 | 1 | 10-28-2005 03:57 AM |