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 Thread Tools Display Modes
  #1 (permalink)  
Old 01-17-2007, 11:20 AM
maria77's Avatar
Member
 
Join Date: Oct 2006
Posts: 63
maria77 is on a distinguished road
Interesting candle SR horizontal line - need your expertise to code

Hey guys,

I've a small request if someone can help me to code this: Support and Resistance special indicator of Yesterday Daily Candle.

My request on previous daily candle:
If the close is above open, then draw horizontal line on the high of the day (resistance) and draw horizontal line on the open (support) of previous daily candle.

If the close is below the open, then draw horizontal line on the low of the day as support and draw line on the open as it will be the resistance.

Eg.

Scenario 1 - Previous daily candle close above open:
GBP/USD
High 1.9700
Close 1.9655
Open 1.9604
Low 1.9588

*Draw the line on High (1.9700 as resistance) and draw the line on Open (1.9604 as support)

Scenario 2 - Previous daily candle close below open:
GBP/USD
High 1.9645
Open 1.9604
Close 1.9555
Low 1.9515


*Draw the line on Open (1.9604 as resistance) and draw the line on Low (1.9515 as support)


Hopefully someone understand my words here and your help would be much appreciated. I believe this Support and Resistance provides a better entry point than the High and Low of previous bar. Noticed that you can actually get more pips out from this tighter SR. :P

Last edited by maria77; 01-17-2007 at 11:23 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-17-2007, 08:55 PM
maria77's Avatar
Member
 
Join Date: Oct 2006
Posts: 63
maria77 is on a distinguished road
I've read SRDC and I thought about it.

If you look at yesterday candle on GBP/USD, the close was below the open. If we were to use my suggested SR line for entry, we could have gone in at 1.9642 at the previous open (which would be the new resistance line). If we follow strictly on highs and lows, we probably will make pips but much lesser.

Today is a good example though, they might be days that we have drawdowns but it's good to explore this possibility.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-18-2007, 08:58 AM
Linuxser's Avatar
Moderator
 
Join Date: May 2006
Location: Helliconia (Winter)
Posts: 2,512
Blog Entries: 10
Linuxser has disabled reputation
Hi Maria:

Iīm using this technique with little modifications since August 06.

I recommend to you read Steve Nissonīs book Beyond Candlesticks.

Itīs (vg) extremely profitable but you need steel nervous because sometimes the stops are too huge. This is because you need to prevent the price action inside candle.

The idea behind is to set 2 orders (B/S) per day.

Another thing is you need learn to live with a R/R of 3:1 (not 3:1) or more.

Maybe itīs time to create the indicator to avoid manual drawing and then move this thread (or start a new one) to manual trading systems.

But with a extremely zoomed chart and a well painted candles would be enough.

Last edited by Linuxser; 01-18-2007 at 10:12 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-18-2007, 10:14 AM
maria77's Avatar
Member
 
Join Date: Oct 2006
Posts: 63
maria77 is on a distinguished road
Hi Linuxser, thanks for taking interest.

Yeah I agree that it can very profitable. I'm using a 1:1 R:R which is more conservative but lower risk in a way. That is a TP and SL of 30 pips.

Today, GBP/USD hit the high of yesterday @ 1.9724 and went all the way up to 1.9779, if anybody has entered this trade at the high, you could have easily made some pips then.

However, there's a discussion. I myself also put a B/S order each day. I'm thinking about additional opportunity, for example today again.. the price went up to 1.9779 and then back down to 1.9712 again. Before that, I've taken profit @ 1.9754 which is my R:R ratio. I'm wondering whether should I enter the trade again at 1.9724 since it went down below the previous day high again. Hmmm..

Attached is the simple SR indicator created by mqldev. Thanks man.
Attached Files
File Type: mq4 DSRS.mq4 (1.9 KB, 494 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-18-2007, 02:12 PM
Linuxser's Avatar
Moderator
 
Join Date: May 2006
Location: Helliconia (Winter)
Posts: 2,512
Blog Entries: 10
Linuxser has disabled reputation
Day open level is S/R itself.

Due some price action Iīve detected Iīve developed a special fibonacci to trade under certain circumstances when the price has to start his way back.

We need a simple EA .

Maybe someone skilled programmer wants to help us.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-18-2007, 04:52 PM
mqldev's Avatar
Member
 
Join Date: Dec 2006
Posts: 59
mqldev is on a distinguished road
Quote:
Originally Posted by Linuxser
Maybe someone skilled programmer wants to help us.
What do you want to code?
__________________
Online Expert Advisor Builder
http://www.mqldev.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-18-2007, 04:53 PM
mqldev's Avatar
Member
 
Join Date: Dec 2006
Posts: 59
mqldev is on a distinguished road
Quote:
Originally Posted by maria77
Hi Linuxser, thanks for taking interest.

Yeah I agree that it can very profitable. I'm using a 1:1 R:R which is more conservative but lower risk in a way. That is a TP and SL of 30 pips.

Today, GBP/USD hit the high of yesterday @ 1.9724 and went all the way up to 1.9779, if anybody has entered this trade at the high, you could have easily made some pips then.

However, there's a discussion. I myself also put a B/S order each day. I'm thinking about additional opportunity, for example today again.. the price went up to 1.9779 and then back down to 1.9712 again. Before that, I've taken profit @ 1.9754 which is my R:R ratio. I'm wondering whether should I enter the trade again at 1.9724 since it went down below the previous day high again. Hmmm..

Attached is the simple SR indicator created by mqldev. Thanks man.
Maria,

You didn't tell me what do you think about the indicator??
__________________
Online Expert Advisor Builder
http://www.mqldev.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-18-2007, 09:29 PM
maria77's Avatar
Member
 
Join Date: Oct 2006
Posts: 63
maria77 is on a distinguished road
Thanks mqldev.

Arrgh.. I was too engrossed in finding more abt this system that I totally forgot to give my view on yr indicator. Personally, I think that is good enough.

However, after taking a look at what can be improved, can you add a horizontal line on current bar open (today's open)? That is, three lines; yesterday's DSRS and today's open. And added to that, if able to switch the style to dotted line would be good. I mean, if possible, I can switch to full or dotted whenever I want.

Overall, I still think your indicator is good enough. If anyone of us able to add more features, we would offer more suggestions here.

Thanks man!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-18-2007, 10:04 PM
Senior Member
 
Join Date: Dec 2005
Location: California, USA
Posts: 338
goldensight is on a distinguished road
.................................................. ................


Quote:
Originally Posted by maria77
Thanks mqldev.

Arrgh.. I was too engrossed in finding more abt this system that I totally forgot to give my view on yr indicator. Personally, I think that is good enough.

However, after taking a look at what can be improved, can you add a horizontal line on current bar open (today's open)? That is, three lines; yesterday's DSRS and today's open. And added to that, if able to switch the style to dotted line would be good. I mean, if possible, I can switch to full or dotted whenever I want.

Overall, I still think your indicator is good enough. If anyone of us able to add more features, we would offer more suggestions here.

Thanks man!

Last edited by goldensight; 03-24-2007 at 11:57 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-18-2007, 10:17 PM
mqldev's Avatar
Member
 
Join Date: Dec 2006
Posts: 59
mqldev is on a distinguished road
Quote:
Originally Posted by goldensight
maria77, According to his post to Linuxser above I believe that mqldev might be willing to code this into an EA, can you provide all of the essentials for that to him? Thank you and thank you mqldev for creating this indicator.
Yes I said that
I need to know the rules!
__________________
Online Expert Advisor Builder
http://www.mqldev.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Horizontal line help samjesse Metatrader 4 1 04-07-2007 06:29 AM
Horizontal Line at Bar Open trader79 Indicators - Metatrader 4 1 03-10-2006 02:18 PM


All times are GMT. The time now is 09:56 PM.



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