Forex



Go Back   Forex Trading > Discussion Areas > Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #161 (permalink)  
Old 03-15-2009, 10:51 PM
Junior Member
 
Join Date: Mar 2008
Posts: 4
lambic is on a distinguished road
Nonlag applied to fisher 2MA

I'm trying to use nonlagma to avoid repainting of the indicator Fish with icustom. But with some problem.

I replace first MA with
MA1buffer[i]=iCustom(NULL, 0, "NonLagMA",buffer3,10,0,0,0,i);
What's the problem? . Thx
Attached Files
File Type: mq4 FX_FISH_2MA ess.mq4 (5.9 KB, 156 views)
File Type: mq4 NonLagMA.mq4 (4.1 KB, 94 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #162 (permalink)  
Old 03-15-2009, 11:03 PM
ralph.ronnquist's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 297
ralph.ronnquist is on a distinguished road
Quote:
Originally Posted by lambic View Post
I'm trying to use nonlagma to avoid repainting of the indicator Fish with icustom. But with some problem.

I replace first MA with
MA1buffer[i]=iCustom(NULL, 0, "NonLagMA",buffer3,10,0,0,0,i);
What's the problem? . Thx
Your "NonLagMA" indicator has 7 parameters.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #163 (permalink)  
Old 03-16-2009, 11:42 AM
Junior Member
 
Join Date: Mar 2008
Posts: 4
lambic is on a distinguished road
Quote:
Originally Posted by ralph.ronnquist View Post
Your "NonLagMA" indicator has 7 parameters.
Ok but i thought icustom takes the first parameters if mentionned and take the others by default.
So if a remplace with MA1buffer[i]=iCustom(NULL, 0, "NonLagMA",buffer3,10,0,0,0,1,0,0,0,i);
unforthunately, it doesn't change anything. Any other idea ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #164 (permalink)  
Old 03-16-2009, 12:16 PM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,269
mladen is on a distinguished road
...

Base for you indicator is what was (and is) a solar wind indicator
It is a wrongly coded Ehlers fisher transform. Hence, your problem is not in iCustom call but in the code itself

I recommend you to use some of the correctly coded indicators as basis (one of those can be found on this link : http://www.forex-tsd.com/198286-post71.html or some other correct ones found at All John Ehlers thread : All John Ehlers Indicators...) and then go forward.

Trying to make the indicator you use as basis and trying to make it a "non repainting one " you are only going to loose time and in the end the result must be as in one of the correctly coded ones

regards
mladen

Quote:
Originally Posted by lambic View Post
Ok but i thought icustom takes the first parameters if mentionned and take the others by default.
So if a remplace with MA1buffer[i]=iCustom(NULL, 0, "NonLagMA",buffer3,10,0,0,0,1,0,0,0,i);
unforthunately, it doesn't change anything. Any other idea ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #165 (permalink)  
Old 03-16-2009, 05:37 PM
Junior Member
 
Join Date: Mar 2008
Posts: 4
lambic is on a distinguished road
Fish 2MA

Quote:
Originally Posted by mladen View Post
Base for you indicator is what was (and is) a solar wind indicator
It is a wrongly coded Ehlers fisher transform. Hence, your problem is not in iCustom call but in the code itself

I recommend you to use some of the correctly coded indicators as basis (one of those can be found on this link : http://www.forex-tsd.com/198286-post71.html or some other correct ones found at All John Ehlers thread : All John Ehlers Indicators...) and then go forward.

Trying to make the indicator you use as basis and trying to make it a "non repainting one " you are only going to loose time and in the end the result must be as in one of the correctly coded ones

regards
mladen

Thank for your response. Still another question if you can answeer. I would like to DRAG AND DROP custom indicator like i can do with basic indicator such as moving average, alligator , etc. Is it possible to do that ? Is there any modification in #property or something ?
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #166 (permalink)  
Old 05-05-2009, 12:26 PM
Junior Member
 
Join Date: May 2009
Posts: 3
pettrov is on a distinguished road
Question Definition of RAVI FX Fisher Filter

Hi everyone !
I am a new user, and I need to know the Definition of RAVI FX Fisher Filter in trading terms, and in MQL4 terms (code).
Be very grateful for the help, Cheers !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #167 (permalink)  
Old 05-05-2009, 01:16 PM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,269
mladen is on a distinguished road
...

You are referring to a "hybrid" indicator

_________________________

RAVI (Range Action Verification Index) was invented by Tushar Chande and it's definition is rather simple (as described in Beyond Technical Analysis) :

RAVI = Absolute value (100 x (SMA(7)-SMA(65))/SMA(65))

where SMA stands for simple moving average. In trading terms, RAVI resembles to ADX, except that generaly, RAVI value greater than 3% is considered to be a strong trend while ADX has different values for that trend confirmation.

_________________________

The "fisher" part in the name could be Fisher transform or it could be inverse fisher transform, but my guess is that you refer to indicator that is an Inverse Fisher Transform of RAVI.

_________________________

One very good version of Inverse fisher transform of RAVI, made by Linuxser that does all these things, can be found in the elite section of TSD

regards
mladen

Quote:
Originally Posted by pettrov View Post
Hi everyone !
I am a new user, and I need to know the Definition of RAVI FX Fisher Filter in trading terms, and in MQL4 terms (code).
Be very grateful for the help, Cheers !

Last edited by mladen; 05-05-2009 at 01:34 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #168 (permalink)  
Old 05-05-2009, 02:12 PM
Junior Member
 
Join Date: May 2009
Posts: 3
pettrov is on a distinguished road
Talking Thankyou very much

Thanks so much mLaden for your quick and excellent reponse. I can see that indeed you are an experienced member !

I was wondering, please, what the Absolute value refers to (hope that is not too naive a question for this forum !)
Cheers...!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #169 (permalink)  
Old 05-05-2009, 02:39 PM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,269
mladen is on a distinguished road
As far as indicator is concerned, it means that the value of the indicator is always going to be greater than or equal to 0 (more of absolute value mathematical definition here Absolute value - Wikipedia, the free encyclopedia)

regards
mladen

Quote:
Originally Posted by pettrov View Post
Thanks so much mLaden for your quick and excellent reponse. I can see that indeed you are an experienced member !

I was wondering, please, what the Absolute value refers to (hope that is not too naive a question for this forum !)
Cheers...!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #170 (permalink)  
Old 05-14-2009, 03:16 PM
Junior Member
 
Join Date: May 2009
Posts: 3
pettrov is on a distinguished road
Question RAVI FX FF top & bottom lines

Hi again everyone.
Thanks so much for your great help on this wonderful site. Especially senior member mLaden. I was wondering, please, what the top and bottom lines are on the graph/chart of the RAVI FX Fisher Filter (what values)? And also, how to call that Ravi function to return values from it. Any help would be much appreciated.
Cheers,
Pettrov.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
dynamic zone rsi, fisher, fisher forex, fisher indicator, fisher indicators, fisher transform, Fisher Yur4ik, fisher yur4ik indicator, Fisher Yurik, Fisher _ Yur4ik, forex, forex fisher, forex fisher indicator, FX Fish, fx fish indicator, fx_fish, indicator fisher, mtf fisher, MTF fisher yur4ik, ravi fisher, ravi fx fisher, yur4ik


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Better Fisher EA? Is possible? mrb1234 Expert Advisors - Metatrader 4 6 06-20-2009 05:32 PM
Fisher newdigital Indicators - Metatrader 4 25 12-27-2007 03:52 PM
fisher t-rex mazmaz Indicators - Metatrader 4 0 12-17-2006 12:54 AM


All times are GMT. The time now is 06:24 AM.



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