Go Back   BabyPips.com Forex Forum > "The Holy Grails" > Show me the money! [Daytrading]


Show me the money! [Daytrading] Need some trade ideas for today? Want to share your own intraday trade ideas? If you're the next Jerry Maguire and can show us the money then this thread is for you. Also, check out the School of Pipsology if you want to learn which timeframe you should trade in.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-19-2007, 03:06 AM
 

Join Date: Jun 2007
Posts: 3
Default Which Is The Fastest Indicator To Spot The Beginning Of A New Trend

Hello all,

Please, which is the fastest indicator to detect a new trend. I was using MACD but I realize that it conflicts with other indicators like RSI most of the time. Any other one?

Best regards.

Femi
Reply With Quote
  #2 (permalink)  
Old 09-19-2007, 10:25 AM
Newbie
 

Join Date: Jun 2007
Location: Kelowna B.C.
Posts: 11
Send a message via MSN to leithtec
Arrow leithtec

The indicator (if you're looking for just one to simplify things) that reveals to you visually when a Market is slowing down, making lows and positioning for a reversal would have to be the "Simple Oscillator". Use the Oscillator Bars instead of the Line and post your Oscillator "on" your screen (behind your candlesticks), do not post it on the bottom pane. Use this indicator on your 30 min. & 1 Hour Charts. Here's how to work it. Let's say the Market you're following is dropping. Wait for the Simple Oscillator bars on your screen to touch down to the bottom of your screen from the "0" line and then they begin to move back up, shortly afterward, the Market will do the same. It to will touch down to the bottom of your screen an then begin to trade back up - this is where you get in. This Oscillator when placed "on" your screen (behind your candlestick's) will show you just how low the Market will touch down to the bottom of your screen before the Market actually does so. Reverse, of course for an uptrend. Sometimes both the Oscillator & the Market will move in tandem, but the Oscillator is usually just ahead of the Market & oftentimes it is days ahead of the Market on the 30 min. or 1 Hour frames. Try it on a 5 min. chart to get the feel of it. But please, please, please be aware of the Momentum for the particular Market which you are following. Lately I've been combining this Indicator with the Parabolic SAR. Regards. Hopes this helps you.
Reply With Quote
  #3 (permalink)  
Old 09-19-2007, 10:57 AM
tonymand's Avatar
FX-Men Honorary Member
 

Join Date: Jul 2007
Location: Perth, Western Australia
Posts: 1,318
Default

Quote:
Originally Posted by lampquest View Post
Hello all,

Please, which is the fastest indicator to detect a new trend. I was using MACD but I realize that it conflicts with other indicators like RSI most of the time. Any other one?

Best regards.

Femi
Oscillators only warn of the possibility of a trend change so action should be delayed until price confirms. The first event will be a trend line break and traders will often act on this. Technically though DOW theory says that after the break of a trendline there has to be a peak, retracement then a break of the peak to confirm the new trend. This often happens though well before lagging indicators catch up though obviously it depends on their various settings. Remember that whatever you use, the earlier you make the call the more likely that the apparent trend change is false and you will be caught on the wrong side. Perhaps the most effective way in practice is to look for areas of a chart that indicates a high likelihood of a trend change. At this point reversal candlesticks are immediate, you may have divergence on your oscillator and then a trendline break in addition would be more than enough for me
Reply With Quote
  #4 (permalink)  
Old 09-24-2007, 02:50 AM
tymen1's Avatar
FX-Men Honorary Member
 

Join Date: Mar 2007
Location: Perth, Western Australia
Posts: 3,480
Default

If you really must have an indicator then the fastest I know is the Ergodic Candlestick Oscillator. It is very fast and it beats anything else.

This is a specialist indicator not found on most charts.

I have used it in my sharetrading.

But you should consider your time frame. A new trend in a 5 minute chart will be nothing in a 1 hour chart!
Reply With Quote
  #5 (permalink)  
Old 09-28-2007, 09:56 AM
Junior Member
 

Join Date: Jul 2007
Posts: 87
Default

How can one get access to this Ergodic candlestick oscillator

Quote:
Originally Posted by tymen1 View Post
If you really must have an indicator then the fastest I know is the Ergodic Candlestick Oscillator. It is very fast and it beats anything else.

This is a specialist indicator not found on most charts.

I have used it in my sharetrading.

But you should consider your time frame. A new trend in a 5 minute chart will be nothing in a 1 hour chart!
Reply With Quote
  #6 (permalink)  
Old 09-29-2007, 12:12 PM
tymen1's Avatar
FX-Men Honorary Member
 

Join Date: Mar 2007
Location: Perth, Western Australia
Posts: 3,480
Default

To Tegasite :

If the Ergodic Candlestick Oscillator is not already programmed into your list of indicators on your charting software then you will have to find it on the internet - there are plenty of articles on it.

Then you will only be able to use it if you can program write it into your software. I cannot give you a formula here because different charting uses different scripts.

The oscillator comes from a book "Momentum, Direction and Divergence" by William Blau :

The script below is written in Bullscript taken from the Bullcharts stock charting program manufactured in Australia. It is somewhat similar to Metastock programming.

[citation=Momentum, Direction and Divergence, William Blau]
[target=Default; author=Blau, William; category=Oscillators|Candlesticks]
[horzline=0]
n1 := input("Time periods 1",11,1);
n2 := input("Time periods 2",4,1);
n3 := input("Time periods 3",5,1);


eco:=(ma(ma(C-O,n1,E),n2,E)/ma(ma(H-L,n1,E),n2,E))*100;
signal:=ma(eco,n3,E);
[name=ECO]
eco;

[name=Signal;linestyle=dash]
signal

Warning - consider again your timeframe.

It is definitely the fastest trend change indicator in existance - only direct price action is faster. (Thats why I use candlesticks).
Reply With Quote
  #7 (permalink)  
Old 09-30-2007, 12:12 AM
 
Join Date: Aug 2007
Posts: 7
Default

Quote:
Originally Posted by lampquest View Post
Hello all,

Please, which is the fastest indicator to detect a new trend. I was using MACD but I realize that it conflicts with other indicators like RSI most of the time. Any other one?

Best regards.

Femi
IMHO, You should also realize *price* - the only indicator that is capable to detect trend, if we could not use it then which indicator could have such an ability as they're just derived from price.
Reply With Quote
  #8 (permalink)  
Old 09-30-2007, 07:58 AM
priest9's Avatar
Newbie
 

Join Date: Mar 2007
Location: The Netherlands
Posts: 22
Default

There is no such indicator or "Holy Grail". If an indicator reports a trend very soon, chances are that he'll report a trend-change very soon...
Reply With Quote
  #9 (permalink)  
Old 10-01-2007, 03:20 AM
Junior Member
 

Join Date: Jul 2007
Posts: 87
Default

Hey Tymen1, thanks for your response and willingness to assist in this forum(nice chart presentations and answers) but I dont have the slightest idea on how to write programs for indicators/EA... but know very well how to use already written one
I use interbankfx MT4 platform.... dont know if you could still help out?
I dont have it in the list of my indicators... could you assist me on how to get one
I am really interested in this your candlestick trading strategy but dont know how to go about it.... could you still throw more light into this or you could give me a link that will really help out.
Thanks men

Quote:
Originally Posted by tymen1 View Post
To Tegasite :

If the Ergodic Candlestick Oscillator is not already programmed into your list of indicators on your charting software then you will have to find it on the internet - there are plenty of articles on it.

Then you will only be able to use it if you can program write it into your software. I cannot give you a formula here because different charting uses different scripts.

The oscillator comes from a book "Momentum, Direction and Divergence" by William Blau :

The script below is written in Bullscript taken from the Bullcharts stock charting program manufactured in Australia. It is somewhat similar to Metastock programming.

[citation=Momentum, Direction and Divergence, William Blau]
[target=Default; author=Blau, William; category=Oscillators|Candlesticks]
[horzline=0]
n1 := input("Time periods 1",11,1);
n2 := input("Time periods 2",4,1);
n3 := input("Time periods 3",5,1);


eco:=(ma(ma(C-O,n1,E),n2,E)/ma(ma(H-L,n1,E),n2,E))*100;
signal:=ma(eco,n3,E);
[name=ECO]
eco;

[name=Signal;linestyle=dash]
signal

Warning - consider again your timeframe.

It is definitely the fastest trend change indicator in existance - only direct price action is faster. (Thats why I use candlesticks).
Reply With Quote
  #10 (permalink)  
Old 10-02-2007, 09:42 PM
tymen1's Avatar
FX-Men Honorary Member
 

Join Date: Mar 2007
Location: Perth, Western Australia
Posts: 3,480
Default

I am slow posting these days on this forum because I am busy trading on the share market as well as forex cfd's.

To Tegasite :

If you are using candlesticks then you should not be using a trend indicator like the Ergodic. The candlesticks themselves will tell you how to trade. I certainly do not use this indicator - it is redundant.

The price action of the candlesticks is quicker than the Ergodic. Let the losers use this indicator!

Quote:
I am really interested in this your candlestick trading strategy but dont know how to go about it
The method is fully outlined in the thread where you saw it. What else can i say?

The idea is to trade the extreme of extremes in order to give you an edge.
The Bolinger bands are used bring about this edge.

Once the pattern is seen, combined with the BB, you have an extreme, with a high probability of returning to centre. The 1/5 min charts are used to make this extreme as extreme as possible.

A stop loss is then not needing to be set (caution) but kept in mind if things go wrong - unlikely. This shuts down one big problem, stop loss hunting.

I will be posting again with a new thread of my own in which I show several candlestick successful trades done with this method. They will be real trades done live, ie they are not tailor made just for this forum.

Right now I am just checking a few things. If you follow thro when I post, you will see how it all works.

My method is a semi scalping method - this is not suitable for everyone.
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

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



All times are GMT -4. The time now is 09:15 AM.
Content Relevant URLs by vBSEO 3.3.1
"There are two kinds of failures: those who thought and never did, and those who did and never thought."
Laurence Peter
Feedback Form