#11 (permalink)  
Old 06-18-2005, 09:28 AM
TraderSeven's Avatar
Sophomore
 
Join Date: Jun 2005
Posts: 86
Thanks: 0
Thanked 1 Time in 1 Post
TraderSeven is a glorious beacon of lightTraderSeven is a glorious beacon of lightTraderSeven is a glorious beacon of lightTraderSeven is a glorious beacon of lightTraderSeven is a glorious beacon of light
Thumbs up

Deja Vu
Do you also have the other Jurik indicators?


For those who don't know Jurik take a look at their site.
http://www.jurikres.com/index.htm
__________________
If your system fails just swap long & short :whistling
Reply With Quote
  #12 (permalink)  
Old 06-18-2005, 07:13 PM
Sophomore
 
Join Date: Apr 2005
Posts: 50
Thanks: 0
Thanked 1 Time in 1 Post
sccz97 is a jewel in the roughsccz97 is a jewel in the roughsccz97 is a jewel in the roughsccz97 is a jewel in the rough
Default

Quote:
Originally Posted by scorpion
sccz97, u have formula of jma? I cannot make any understanding from the mql and mq4.
Unfortunately no I don't have the formula. I only have the mql. But the code is pretty simple and I'm hoping i can convert it to .net so long as i can decipher some of the metatrader functions the indexarray. If I can get it working in .net and step through then I'll be able to reconstruct the formula so any help in getting it working in .net would be great

thanks

steve
Reply With Quote
  #13 (permalink)  
Old 06-20-2005, 11:46 AM
Sophomore
 
Join Date: Apr 2005
Posts: 50
Thanks: 0
Thanked 1 Time in 1 Post
sccz97 is a jewel in the roughsccz97 is a jewel in the roughsccz97 is a jewel in the roughsccz97 is a jewel in the rough
Default

Have finally written a .NET class for the JMA. However, I'm still slighlty confused as t ohow it works. Will post a detailed description once I figure this baby out. Have used the jma with CCI and the results are superb
Reply With Quote
  #14 (permalink)  
Old 06-20-2005, 04:28 PM
TraderSeven's Avatar
Sophomore
 
Join Date: Jun 2005
Posts: 86
Thanks: 0
Thanked 1 Time in 1 Post
TraderSeven is a glorious beacon of lightTraderSeven is a glorious beacon of lightTraderSeven is a glorious beacon of lightTraderSeven is a glorious beacon of lightTraderSeven is a glorious beacon of light
Default

Quote:
Originally Posted by sccz97
Have used the jma with CCI and the results are superb
That line triggered my attention
Can you tell us/me a bit more about that strategy?
__________________
If your system fails just swap long & short :whistling
Reply With Quote
  #15 (permalink)  
Old 06-20-2005, 04:56 PM
Sophomore
 
Join Date: Apr 2005
Posts: 50
Thanks: 0
Thanked 1 Time in 1 Post
sccz97 is a jewel in the roughsccz97 is a jewel in the roughsccz97 is a jewel in the roughsccz97 is a jewel in the rough
Default

the basic formula for cci is
(typical price) - (smatp(period))
-------------------------------
(0.015) x (mean deviation)

All you need to do is substitute the values of the sma with the jma and voila. You can play aroudn with whether you want to calculate the jma based on the close price or the typical price... the choice is yours. The result is a cci that crosses 0 earlier which is what we all want!
Reply With Quote
  #16 (permalink)  
Old 06-20-2005, 07:02 PM
Freshman
 
Join Date: Jun 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
chievo11 is on a distinguished road
Default

All you need is ............?????????
Can you send as an indicator, please?
Reply With Quote
  #17 (permalink)  
Old 06-20-2005, 08:26 PM
Sophomore
 
Join Date: Apr 2005
Posts: 50
Thanks: 0
Thanked 1 Time in 1 Post
sccz97 is a jewel in the roughsccz97 is a jewel in the roughsccz97 is a jewel in the roughsccz97 is a jewel in the rough
Default

Quote:
Originally Posted by chievo11
All you need is ............?????????
Can you send as an indicator, please?
the CCI indicator I've written using the JMA is in a .NET application so as such I have no mql file for you. Sorry, I don't know how to program in mql
Reply With Quote
  #18 (permalink)  
Old 06-21-2005, 11:06 PM
Sophomore
 
Join Date: Apr 2005
Posts: 50
Thanks: 0
Thanked 1 Time in 1 Post
sccz97 is a jewel in the roughsccz97 is a jewel in the roughsccz97 is a jewel in the roughsccz97 is a jewel in the rough
Default

I've noticed some slight inconsistencies in my .net JMA. Whilst the code seems to be sound, I'm not sure it's smoothing all that well. Woudl someone be able to take a look at a .net class if I were to post?
Reply With Quote
  #19 (permalink)  
Old 06-22-2005, 05:03 AM
scorpion's Avatar
Administrator
 
Join Date: Aug 2004
Posts: 1,992
Thanks: 125
Thanked 383 Times in 152 Posts
scorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to behold
Send a message via MSN to scorpion Send a message via Yahoo to scorpion
Default

Yes, i'm willing to take a look at the class to get some idea how it works.
__________________
Make easy pips with the Advanced Economic Calendar for Forex Trading.
Reply With Quote
  #20 (permalink)  
Old 06-22-2005, 11:35 AM
Sophomore
 
Join Date: Apr 2005
Posts: 50
Thanks: 0
Thanked 1 Time in 1 Post
sccz97 is a jewel in the roughsccz97 is a jewel in the roughsccz97 is a jewel in the roughsccz97 is a jewel in the rough
Default

Quote:
Originally Posted by scorpion
Yes, i'm willing to take a look at the class to get some idea how it works.
Heh, I've managed to sort it out. I missed whacking in some brackets so it was preventing the algorthim from looking back at enough samples to smooth the curve. It's all working now. I'll post my set of classes once I've updated the CCI properly. Hopefully you can put it to good use
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need a custom MA cross indicator... [Coded] wadeboxjr Indicator Coding 7 07-08-2008 04:47 AM
Trailing Stops with MA crossover Dave77 MetaTrader and ZeroCode 3 03-19-2008 12:02 AM
MA Cross alert and sound adrazz Indicators 6 07-23-2007 07:12 PM
Plot MA on other indicators scorpion Tutorials, Tips & Tricks 0 05-08-2006 04:27 PM
Try to analyse MA Cartoon General Trading Talk 12 02-08-2006 01:29 AM


All times are GMT. The time now is 05:42 AM.
Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

Registered members have access to special online forex currency trading tools, software, mt4 expert advisors and indicators. Register now

Main Menu

Economic Forecast