Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Indicators - Metatrader 4


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 (13) Thread Tools Display Modes
  #61 (permalink)  
Old 01-19-2008, 01:18 AM
Linuxser's Avatar
Moderator
 
Join Date: May 2006
Location: Helliconia (Spring)
Posts: 3,301
Blog Entries: 46
Linuxser has disabled reputation
Quote:
Originally Posted by nabnab View Post
plz can i get this indicator or how can i get it ?

it is so important for me

thanks

regard
Hi,

You could download from elite section.
__________________
Elite Manual Trading | Portfolio | Calendar | Suggestions to improve the forum | My Blog

Remember: Signatures must have three lines as maximum

Last edited by Linuxser; 01-19-2008 at 01:22 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #62 (permalink)  
Old 01-19-2008, 04:08 PM
MrM MrM is offline
Member
 
Join Date: Jul 2007
Posts: 75
MrM is on a distinguished road
Is the market an n-th order polynomial?

I started playing with some indicators on the forecasting thread started by newdigital and when I ran a simulation of how the indicator behaved (I backtested an EA in visual mode and dropped the indicator on the chart), I saw that the type of regression (highest power of the variables in the regression equation) should be dynamic, and not too high either, so I wondered: if the GARCH (generalized autoregressive conditional heteroskedacity) model works by expressing the regression equation in function of the error term of the regression, couldn't this type of higher-order regression work by expressing the N (highest order) as a function of the difference between the extrapolated regression and the regression itself, where the N with the smallest mean square error is selected for the model, thereby effectively creating a sort of higher-order auto-adjusting GARCH model for superior results.

in short: you select your m variable (of the custom indicator) to get the smallest possible difference between the i0 (extrapolated polyfit) and the polyfit: because if you had the perfect fit, there would be no difference between extrapolated fit and the regression function itself, RIGHT?

Some feedback please.
Attached Files
File Type: mq4 ang_PR (Din)-v2.mq4 (3.4 KB, 245 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #63 (permalink)  
Old 02-11-2008, 10:30 PM
Member
 
Join Date: Mar 2007
Posts: 51
salamdo is on a distinguished road
igorad

Quote:
Originally Posted by igorad View Post
Just for FYI:
Center of gravity = Polynomial Regression Line
Bands = Polynomial +/- K * Sigma(or StdDev), (K=1,2,3)

the question is : how much candle should we go back to calculate the center of gravity?

coz the center of gravity will change everytime we calculate different number of candles so we will have more than one center of gravity and thats wrong. isnt?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #64 (permalink)  
Old 02-15-2008, 08:43 AM
Member
 
Join Date: Mar 2006
Posts: 37
ashrafnajo is on a distinguished road
Where can i find this indicator?

Hello my friends,
I am looking for this indicator which showed in the pic.
Its name SPR.
Attached Images
File Type: gif spr.gif (100.2 KB, 1314 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #65 (permalink)  
Old 02-15-2008, 10:32 AM
Administrator
 
Join Date: Sep 2005
Posts: 16,793
Blog Entries: 144
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
It is very similar with Igorad's indicator from elite section.
Or from some indicator from this public threads forecasting indicators
This threads also Linear Regression Indicator
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #66 (permalink)  
Old 03-04-2008, 11:42 AM
Junior Member
 
Join Date: Feb 2008
Posts: 5
marcb is on a distinguished road
HELP to code latest Ehlers indicator

Is there anybody who could code he latest Ehlers indicator that just came out on the magazine "Stocks and Commodities"

Traders Tips - March 2008

I have tried to code it but it is not working properly.
Thanks!
Marc
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #67 (permalink)  
Old 03-04-2008, 12:15 PM
Administrator
 
Join Date: Sep 2005
Posts: 16,793
Blog Entries: 144
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
Just moved your post to Ehlers indicators' thread.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #68 (permalink)  
Old 03-04-2008, 05:53 PM
Junior Member
 
Join Date: Feb 2008
Posts: 5
marcb is on a distinguished road
Quote:
Originally Posted by newdigital View Post
Just moved your post to Ehlers indicators' thread.
Thank you.
Anbody can help on this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #69 (permalink)  
Old 03-05-2008, 11:02 AM
Junior Member
 
Join Date: Feb 2008
Posts: 5
marcb is on a distinguished road
Quote:
Originally Posted by marcb View Post
Is there anybody who could code he latest Ehlers indicator that just came out on the magazine "Stocks and Commodities"

Traders Tips - March 2008

I have tried to code it but it is not working properly.
Thanks!
Marc
HELP!!!!!!!
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #70 (permalink)  
Old 03-13-2008, 04:18 PM
Ethan Hunt's Avatar
Senior Member
 
Join Date: Jul 2007
Location: Israel
Posts: 203
Ethan Hunt is on a distinguished road
Quote:
Originally Posted by MrM View Post
I started playing with some indicators on the forecasting thread started by newdigital and when I ran a simulation of how the indicator behaved (I backtested an EA in visual mode and dropped the indicator on the chart), I saw that the type of regression (highest power of the variables in the regression equation) should be dynamic, and not too high either, so I wondered: if the GARCH (generalized autoregressive conditional heteroskedacity) model works by expressing the regression equation in function of the error term of the regression, couldn't this type of higher-order regression work by expressing the N (highest order) as a function of the difference between the extrapolated regression and the regression itself, where the N with the smallest mean square error is selected for the model, thereby effectively creating a sort of higher-order auto-adjusting GARCH model for superior results.

in short: you select your m variable (of the custom indicator) to get the smallest possible difference between the i0 (extrapolated polyfit) and the polyfit: because if you had the perfect fit, there would be no difference between extrapolated fit and the regression function itself, RIGHT?

Some feedback please.
Nice indicator, is there a newer version ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
center of gravity, ehlers, Elder Impulse bar, fisher transform, Instant trendline filter, John Ehlers, FISHER TRANSFORM, Ehlers mt4, forex, CyberCycle, elder, elder impulse, ehlers fisher transform, center of gravity indicator, ehler indicator, cyber cycle, gravity, John Ehlers Fisher, centre of gravity, Ehlers indicators

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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/indicators-metatrader-4/3479-all-john-ehlers-indicators.html
Posted By For Type Date
■テクニカルについて語ろう■Part5 This thread Refback 06-18-2008 12:42 PM
イヒ、タ、ォ、颶X、ヌ、筍ェ | ・ィ。シ・鬘シ・ケウォネッ、ホ・、・・ク・ア。シ・ソ、ホMetaTraderネヌ、マキケスヘ、チ、ニ、、、゙、ケ。」 This thread Refback 06-13-2008 12:44 PM
ミ漬セミソムミセム - MQL4 ムミセムムσシ This thread Refback 05-29-2008 03:36 PM
Solar wind clean X - MQL4 Code Base This thread Refback 03-23-2008 06:29 AM
ChronicDisorder's bookmarks on del.icio.us This thread Refback 03-08-2008 05:39 PM
livemarket2 / ■テクニカルについて語ろう■Part5 This thread Refback 01-13-2008 07:51 AM
livemarket2 / ■テクニカルについて語ろう■Part5 This thread Refback 01-13-2008 07:51 AM
Cykle This thread Refback 11-27-2007 12:23 PM
Cykle This thread Refback 11-27-2007 08:04 AM
Cykle This thread Refback 11-26-2007 11:28 PM
Cykle This thread Refback 11-26-2007 11:12 PM
inverse fisher transform This thread Refback 07-09-2007 12:06 AM
inverse fisher transform This thread Refback 07-04-2007 12:04 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Max number of indicators in indicators folder? moneyline Metatrader 4 18 10-07-2008 04:04 PM
sinewave and phase indicators based on John Ehlers's theory stlabc Indicators - Metatrader 4 2 08-15-2006 02:39 PM
John murphy book codersguru Documentation 3 12-06-2005 02:25 AM


All times are GMT. The time now is 10:26 AM.



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