Forex
Google

Go Back   Forex Trading > Discussion Areas > Metatrader 4
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


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 (1) Thread Tools Display Modes
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 12-02-2005, 09:54 PM
fxspeedster fxspeedster is offline
Senior Member
 
Join Date: Nov 2005
Posts: 176
fxspeedster is on a distinguished road
Thumbs up Great System Documented

Hi,
I am going to show you a great methodology relatively easy to implement that we can collectively put together. The method is based on the Ergotic Candle Oscillator (ECO) as fully shown in the attached PDF #11. It was devised by Robert Krausz who based his trading ideas on WD Gann. It uses as an initial Stop Loss the HiLo activator shown in PDF #2. I have also attached the MT4 Ergotic Indicator that I have found in the Yahoo MT4 forum. This ECO needs a signal line added to it and it needs to be plotted as a Histogram as depicted in PDF#11. I have also attached detailed infor on the ECO in PDF#7.
I have hand backtested this in the Fibonacci Trader 4.0 and I get on EUR and GBP H1 a winrate of 65% and a PF of 2.60 reward to risk, which I consider a very good performace. Can we start building the indicators for MT4 and then develop an EA for it? It should be easy enough for the good programmers here to do. Please give me your thoughts
Attached Images
File Type: pdf FTJ11.pdf (298.5 KB, 890 views)
File Type: pdf FTJ12.pdf (178.4 KB, 416 views)
File Type: pdf FTJ7.pdf (178.6 KB, 382 views)
Attached Files
File Type: mq4 Ergodic.mq4 (3.1 KB, 521 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 08-09-2006, 04:46 PM
techinvest techinvest is offline
Member
 
Join Date: Dec 2005
Posts: 58
techinvest is on a distinguished road
Quote:
Originally Posted by fxspeedster
Hi,
I am going to show you a great methodology relatively easy to implement that we can collectively put together. The method is based on the Ergotic Candle Oscillator (ECO) as fully shown in the attached PDF #11. It was devised by Robert Krausz who based his trading ideas on WD Gann. It uses as an initial Stop Loss the HiLo activator shown in PDF #2. I have also attached the MT4 Ergotic Indicator that I have found in the Yahoo MT4 forum. This ECO needs a signal line added to it and it needs to be plotted as a Histogram as depicted in PDF#11. I have also attached detailed infor on the ECO in PDF#7.
I have hand backtested this in the Fibonacci Trader 4.0 and I get on EUR and GBP H1 a winrate of 65% and a PF of 2.60 reward to risk, which I consider a very good performace. Can we start building the indicators for MT4 and then develop an EA for it? It should be easy enough for the good programmers here to do. Please give me your thoughts
I saw some other sub-indicators and I have the rest. What I'm wondering is do you want the basic system based on the ECO and HL Activator only?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-26-2006, 09:26 PM
nastase nastase is offline
Junior Member
 
Join Date: Aug 2006
Posts: 9
nastase is on a distinguished road
One of the best indicators..take a look!

I am trying to switch from CMS to Interbank FX and I have used a lot the GANN HiLo and the "Linear Regression Acceleration" I can't find those indicators for the Metatrader4. Any help will be greatly apreciated.

Gann HiLo
HLd:=If(C>Ref(Mov(H,Lb,S),-1),1,If(C<Ref(Mov(L,Lb,S),-1),-1,0));
HLv:=ValueWhen(1,HLd<>0,HLd);
HiLo:=If(HLv=-1,Mov(H,Lb,S),Mov(L,Lb,S));



Linear Regression Acceleration
SmoothData:= mov(Price,SmoothPeriods,SmoothType);
Slope:= (linregslope(smoothdata,RegPeriods))*100/Price;
Acceleration:= Slope - ref(Slope,-1);
PlusAcceleration:= if(Acceleration>=ref(Acceleration,-1),Acceleration,null);
MinusAcceleration:= if(Acceleration<ref(Acceleration,-1),Acceleration,null);


Thank you very much.

PS. You can email me directly at forex-tsd@nastase.com
Attached Images
File Type: jpg TRADING.jpg (443.4 KB, 1560 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-27-2007, 08:31 AM
Tickwatcher's Avatar
Tickwatcher Tickwatcher is offline
Member
 
Join Date: Nov 2006
Location: London
Posts: 80
Tickwatcher is on a distinguished road
One of the best indicators..take a look!

Hi,
Can anyone point me towards a 'Gann HiLo Activator' Download for Metatrader?
Tks
__________________
Keep it simple, keep it plain. The longer the time frame, the greater the gain.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-27-2007, 08:46 AM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,388
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 it should be here W D Gann Indicators and others (several HiLo indicators).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 06-27-2007, 09:00 AM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,388
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
And I popsted here W D Gann Indicators and others some indicators which I have inside my computer.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 06-27-2007, 09:04 AM
Tickwatcher's Avatar
Tickwatcher Tickwatcher is offline
Member
 
Join Date: Nov 2006
Location: London
Posts: 80
Tickwatcher is on a distinguished road
Indicator search

Quote:
Originally Posted by newdigital View Post
And I popsted here W D Gann Indicators and others some indicators which I have inside my computer.
Thanks Newdigital - I'm on it now
Take care
__________________
Keep it simple, keep it plain. The longer the time frame, the greater the gain.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 06-27-2007, 11:38 AM
Tickwatcher's Avatar
Tickwatcher Tickwatcher is offline
Member
 
Join Date: Nov 2006
Location: London
Posts: 80
Tickwatcher is on a distinguished road
Alert

Quote:
Originally Posted by Tickwatcher View Post
Thanks Newdigital - I'm on it now
Take care
Hi again, Your collection of indicators Looks great. I will get to them over the weekend.
Could I ask for help one more time?
I use an indicator called 'Slope_Direction_Line', which I find on this forum a while ago. An E-mail & Sound alert have been added...but they have never worked. I really would be grateful if you could look at it for me.
__________________
Keep it simple, keep it plain. The longer the time frame, the greater the gain.

Last edited by Tickwatcher : 09-26-2007 at 02:25 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 06-27-2007, 12:12 PM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,388
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
Quote:
Originally Posted by Tickwatcher View Post
Hi again, Your collection of indicators Looks great. I will get to them over the weekend.
Could I ask for help one more time?
I use an indicator called 'Slope_Direction_Line', which I find on this forum a while ago. An E-mail & Sound alert have been added...but they have never worked. I really would be grateful if you could look at it for me.
Tickwatcher,
Basicly I am not a coder. I can code of course but it takes long time for me as I am not a coder originally. But it is impossible for me to be out of the forum, calendar and elite section during the many hours or days. So, I am not coding now. It may be 5 minutes for good coder to fix alarm but it takes hours for me.
Try to post request in alert thread and the same request in email thread as well:

Indicators with alert/signal is here.

emails/sms from indicators/EAs:
- some good links is here;
- good article with some tools is here.

And some more links which may be usefull:

Slope indicators:
- all slope indicators are here:
- Linear Regression Slope indicator with standard algorithm from TradeStation is here;
- JMASlope is here;
- Moving Slope Rate of Change indicator created by Fxtraderusa: indicator and discussion.
- AMA_SLOPE_v2 by Kalenzo. Indicator is here and the discussion thread is here.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 06-27-2007, 12:17 PM
Tickwatcher's Avatar
Tickwatcher Tickwatcher is offline
Member
 
Join Date: Nov 2006
Location: London
Posts: 80
Tickwatcher is on a distinguished road
Quote:
Originally Posted by newdigital View Post
Tickwatcher,
Basicly I am not a coder. I can code of course but it takes long time for me as I am not a coder originally. But it is impossible for me to be out of the forum, calendar and elite section during the many hours or days. So, I am not coding now. It may be 5 minutes for good coder to fix alarm but it takes hours for me.
Try to post request in alert thread and the same request in email thread as well:

Indicators with alert/signal is here.

emails/sms from indicators/EAs:
- some good links is here;
- good article with some tools is here.


And some more links which may be usefull:

Slope indicators:
- all slope indicators are here:
- Linear Regression Slope indicator with standard algorithm from TradeStation is here;
- JMASlope is here;
- Moving Slope Rate of Change indicator created by Fxtraderusa: indicator and discussion.
- AMA_SLOPE_v2 by Kalenzo. Indicator is here and the discussion thread is here.
Thanks guy. Sorry to have troubled you, I will run down your links
take care
PJK
__________________
Keep it simple, keep it plain. The longer the time frame, the greater the gain.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/metatrader-4/10840-one-best-indicators-take-look.html
Posted By For Type Date
WASALive ! Problem - Forex Trading This thread Refback 12-09-2007 03:11 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Max number of indicators in indicators folder? moneyline Metatrader 4 11 04-23-2008 09:18 AM
Coding Indicators Attached to Indicators jeremymgp Metatrader Programming 1 09-25-2007 01:00 PM
applying indicators on indicators? tradesauce Indicators - Metatrader 4 15 12-17-2006 01:31 PM


All times are GMT. The time now is 09:11 AM.