Forex



Go Back   Forex Trading > Discussion Areas > Suggestions for Trading Systems
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
  #1 (permalink)  
Old 03-23-2009, 08:58 PM
Member
 
Join Date: Jan 2007
Posts: 38
harooki2 is on a distinguished road
Harooki Day Trades

This is a profitable strategy. My success rate at turning profitable strategies into profitable systems is zero; nevertheless, here are the rules for day trading the EURUSD. I have not traded this methodology on any other pairs.

This is the setup and trigger:
  • Trading starts 30 minutes after the UK Open -- 0830 GMT.
  • Trades are made from a thirty-minute chart (M30).
  • Mark the High and Low for the first 30 minutes of trading.
  • The first bar that closes outside the 30-min opening range signals the trade direction.
  • Enter the market on the Open of the next bar.
  • Place a StopLoss 3XATR beyond the Close of the entry bar.

CAUTION:
The market often breaks beyond this range for awhile only to reverse itself (breaking beyond the opposite end of the range) and go substantially in the other direction. This is one of those "fakeouts" that you must endure to trade this strategy.

Therefore, it is important to do the following four things:
  1. Reverse your position, if this reversal takes place.
  2. As soon as you have about 10 pips profit, place a breakeven stop UNLESS THE B/E STOP IS OUTSIDE THE OPENING RANGE.
  3. If you are stopped out but no reversal occurs and another break in the original direction happens, re-enter the market.
  4. If you are whipsawed more than once, stop trading for the session UNLESS YOU HAVE MADE MISTAKES WITH THE RULES.


Here is how to manage the position, assuming you are Long (opposite for Short):
  • When price makes a new high (from the time you took your position), move a trailing stop to 3XATR below the Close of the bar that made that new high (this will sometimes cause you to move the stop down, against conventional wisdom).
  • Attach the MetaTrader4 Linear Regression Channel tool to the chart, anchoring it on the 0800 bar.

The Linear Regression Channel tool will be used to keep you calmly in the trade until a real change in direction occurs. You will seldom be stopped out by the trailing stop before this indicator signals an exit. You need not pay any attention to anything else except the trailing stop and the linear regression line to successfully manage this trade. But first, you must construct a derivative of the linear regression line (the channel itself is not important to the strategy).

I have the instructions (not code) for calculating this derivative indicator, but they would be too confusing for now. If anyone is interested in pursuing this, I will post them separately. I currently manage this with an Excel spreadsheet, but I wish I had a custom indicator. There is a custom indicator for the Linear Regression Slope somewhere in this community, but it does not work for my purposes. I'm not a programmer, so I don't know why; but I've tried it, and I know it doesn't work for this strategy.

Nevertheless, a 3-period moving average of the linear regression line's slope keeps you in the trade for substantial moves. It absolves you of worrying about candlestick patterns, Fibonacci retracements, support & resistance lines, etc. Your exit is signaled with a change in direction of this line.

There is a bit more to it, but this is the core of the strategy. I will save further instructions until I see what interest there is in pursuing this.

The methodology trades the UK and US sessions and produces 1-3 trades per day, averaging more than 50 pips daily in the EURUSD.

Last edited by harooki2; 04-01-2009 at 03:22 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
  #2 (permalink)  
Old 03-24-2009, 12:32 AM
Senior Member
 
Join Date: Jun 2006
Posts: 1,512
prasxz is on a distinguished road
hi

thanks for sharing your system, again I will ask about how about your system performance in a month or more

===================
Forex Indicators Collection
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
  #3 (permalink)  
Old 03-24-2009, 05:59 PM
Senior Member
 
Join Date: Mar 2006
Posts: 310
vladv is on a distinguished road
Can you post the indicators and template you are using,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
  #4 (permalink)  
Old 03-24-2009, 06:11 PM
Member
 
Join Date: Jan 2007
Posts: 38
harooki2 is on a distinguished road
The only indicators I use are: 1) the 30-min opening range and 2) the derivative of the linear regression line. I draw both manually.

I don't use a template. I can't post something that I construct manually.

If I could get the linear regression indicator coded, I would then establish a template that I could post.
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
  #5 (permalink)  
Old 03-25-2009, 12:59 PM
Junior Member
 
Join Date: Jun 2007
Posts: 12
krzysieks1 is on a distinguished road
Hi Harooki2,

Thanks for sharing your strategy. It's very interesting. I have some experience in programing so I can try to develope an indicator for counting a derivative. Describe how to calculate it.
I include an indicator to determine a range high/low at the begining of London session. You have to set up parameters according to your local broker time.
periodBegin = "08:00"
periodEnd = "08:30"

I hope it can help.
Attached Files
File Type: mq4 BreakOut_PANCA_EAGLE__indicator.mq4 (7.8 KB, 33 views)

Last edited by krzysieks1; 03-25-2009 at 01:04 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
  #6 (permalink)  
Old 03-25-2009, 01:17 PM
Member
 
Join Date: Jan 2007
Posts: 38
harooki2 is on a distinguished road
To calculate the derivative:

The Linear Regression Channel tool is inserted into the chart, anchored on the 0800 bar. When the 0805 bar is complete, the tool calculates the slope of the linear regression line (the line in the middle of the channel). If it is down, the number is a minus; if it is up, the number is a plus.

The tool records the data point and the slope. For example, the 0805 bar might be slightly down at -1. The data would be recorded as 1/-1. The 0815 bar might be further down at -8. The data would be recorded as 3/-8, etc.

Each data point is calculated as each bar is complete. The data points would be displayed as a line or histogram (option) in a separate window. The rules I have described in the first post use a 3-period moving average of these data points. However, I started out using the raw numbers (no moving average). It would be best to have the option of either in the indictor.
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
  #7 (permalink)  
Old 03-25-2009, 05:19 PM
Member
 
Join Date: Jan 2007
Posts: 38
harooki2 is on a distinguished road
I should add that we need the ability to move the anchor point of the line, just as you can in the range indicator you sent me. Thanks for that.
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
  #8 (permalink)  
Old 03-25-2009, 07:29 PM
Junior Member
 
Join Date: Jun 2007
Posts: 12
krzysieks1 is on a distinguished road
I've made an indicator. It shows the distance in pips between close price of first bar (you can choose time of this bar) and close price of current bar. Tell me if it is useful.
I still don't understand what is the signal for closing a position.

I include now pure version of BreakOut_PANCA_EAGLE__indicator without inscriptions. The previous version come from other strategy.

Cheers
Attached Files
File Type: mq4 derivative.mq4 (1.5 KB, 19 views)
File Type: mq4 BreakOut_PANCA_EAGLE__indicator2.mq4 (6.8 KB, 17 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
  #9 (permalink)  
Old 03-25-2009, 07:47 PM
Member
 
Join Date: Jan 2007
Posts: 38
harooki2 is on a distinguished road
Thank you for the updated range breakout indicator. However, there is still work to do on the LRL (Linear Regression Line) indicator.

Pardon my programming ignorance, but I don't see anything in the code about the linear regression line slope. It appears that you have built the indicator based on price bars; if so, this is wrong.

I have attached my Excel spreadsheet, in which I build this indicator manually every day. Please take a look at it and see if that explains better.
Attached Files
File Type: rar Linear Regression Line Calculation.rar (15.7 KB, 33 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
  #10 (permalink)  
Old 03-25-2009, 11:31 PM
Junior Member
 
Join Date: Jun 2007
Posts: 12
krzysieks1 is on a distinguished road
derivative v0.2

Look at this version. What do you think about it ?

I have a question. I've written it in the picture.
Attached Images
File Type: jpg Question1.jpg (41.2 KB, 350 views)
Attached Files
File Type: mq4 derivative.mq4 (1.5 KB, 11 views)

Last edited by krzysieks1; 03-25-2009 at 11:35 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
Reply

Bookmarks


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
I will try to ride my trades hekenberg Post and compare Trades 20 02-09-2009 10:07 AM
I need an indie that reads the closed trades in the history tab... not open trades ElectricSavant Indicators - Metatrader 4 28 01-30-2009 04:12 AM
Indicator for trades matrixebiz Indicators - Metatrader 4 8 06-28-2008 07:38 PM
Simba Trades SIMBA Post and compare Trades 56 08-24-2007 08:03 AM
sam trades lorix_ Expert Advisors - Metatrader 4 19 04-25-2007 04:10 PM


All times are GMT. The time now is 11:04 PM.



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