High/Low Breakout Scalper
  #1 (permalink)  
Old 06-06-2006, 07:48 AM
scorpion's Avatar
Administrator
 
Join Date: Aug 2004
Posts: 1,982
Thanks: 122
Thanked 383 Times in 152 Posts
scorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to behold
Send a message via MSN to scorpion Send a message via Yahoo to scorpion
Default High/Low Breakout Scalper

This expert advisor buys when price is above yesterday high and sell when below yesterday low. It closes the order when price reaches target net profit (5 pips ) or net loss (-5 pips) or when it's opened for 5 minutes.

Parameters and Features:
  • Redefinable breakout pips. (Breakout_Pips = x pips away from yesterday High or Low)
  • Order lifetime = 5 minutes. (Order_Life_Mins = x mins)
  • Time session filter. (From_Hour, From_Min, To_Hour, To_Min, 00:00 to 24:00 chart time by default)
  • Initial stop loss = 3 pips + 2 pips spread = 5 pips net loss.
  • Initial take profit = 7 pips – 2 pips spread = 5 pips net profit.
  • Mini account support. (Pip_Value = 1 for Mini)
  • Multiple pairs support.

Enjoys!
Attached Files
File Type: mq4 HiLo Breakout.mq4 (15.4 KB, 1881 views)
Shark EA Ultimate
Actual Profits on Live Account: +1064%
Since Jan 2007. View Live Statements.
__________________
Make easy pips with the Advanced Economic Calendar for Forex Trading.

Last edited by scorpion : 06-06-2006 at 08:16 AM.
Reply With Quote
The Following 5 Users Say Thank You to scorpion For This Useful Post:
  #2 (permalink)  
Old 06-08-2006, 10:19 AM
Freshman
 
Join Date: Jun 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
dazler is on a distinguished road
Send a message via MSN to dazler
Default

hi scorpion
if u wanted to reverse the buy sell to buy when it said to sell, the same for the sell. how would this be done?
daz
Reply With Quote
  #3 (permalink)  
Old 06-08-2006, 11:46 AM
scorpion's Avatar
Administrator
 
Join Date: Aug 2004
Posts: 1,982
Thanks: 122
Thanked 383 Times in 152 Posts
scorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to behold
Send a message via MSN to scorpion Send a message via Yahoo to scorpion
Default

I knew somebody was going to say this.

Coded for you, but when a position is reversed, it must run additional 2x the spread to get the expected reversal result. Test it (forward testing!)...
Attached Files
File Type: mq4 HiLo Breakout Reversed.mq4 (15.4 KB, 751 views)
__________________
Make easy pips with the Advanced Economic Calendar for Forex Trading.
Reply With Quote
The following users have thanked scorpion for useful post above:
  #4 (permalink)  
Old 06-08-2006, 11:49 AM
Freshman
 
Join Date: Jun 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
dazler is on a distinguished road
Send a message via MSN to dazler
Default

thanks dude
daz
Reply With Quote
  #5 (permalink)  
Old 07-10-2006, 12:08 AM
Freshman
 
Join Date: Jun 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
badger is on a distinguished road
Default

Quote:
Originally Posted by scorpion
This expert advisor buys when price is above yesterday high and sell when below yesterday low. It closes the order when price reaches target net profit (5 pips ) or net loss (-5 pips) or when it's opened for 5 minutes.

Parameters and Features:
  • Redefinable breakout pips. (Breakout_Pips = x pips away from yesterday High or Low)
  • Order lifetime = 5 minutes. (Order_Life_Mins = x mins)
  • Time session filter. (From_Hour, From_Min, To_Hour, To_Min, 00:00 to 24:00 chart time by default)
  • Initial stop loss = 3 pips + 2 pips spread = 5 pips net loss.
  • Initial take profit = 7 pips – 2 pips spread = 5 pips net profit.
  • Mini account support. (Pip_Value = 1 for Mini)
  • Multiple pairs support.
Enjoys!
Scorpion,

Will this ea work on different time frames other than the daily ??

Thanks,

Dan
Reply With Quote
  #6 (permalink)  
Old 07-10-2006, 07:40 AM
scorpion's Avatar
Administrator
 
Join Date: Aug 2004
Posts: 1,982
Thanks: 122
Thanked 383 Times in 152 Posts
scorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to behold
Send a message via MSN to scorpion Send a message via Yahoo to scorpion
Default

Hi Dan

It will open on breakout of previous bar. On daily chart, previous bar is yesterday. That's the way it actually works. You can attach to 4h to catch breakout of previous 4 hours.

__________________
Make easy pips with the Advanced Economic Calendar for Forex Trading.
Reply With Quote
  #7 (permalink)  
Old 07-13-2006, 09:52 AM
Ravique's Avatar
Super Moderator
 
Join Date: Sep 2004
Posts: 404
Thanks: 2
Thanked 1 Time in 1 Post
Ravique is a name known to allRavique is a name known to allRavique is a name known to allRavique is a name known to allRavique is a name known to allRavique is a name known to all
Send a message via Yahoo to Ravique
Default

If someone if using it, post some results please.
__________________
Regards,
Ravique
Reply With Quote
  #8 (permalink)  
Old 07-22-2006, 01:39 AM
Freshman
 
Join Date: Jun 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
badger is on a distinguished road
Default

Quote:
Originally Posted by scorpion
Hi Dan

It will open on breakout of previous bar. On daily chart, previous bar is yesterday. That's the way it actually works. You can attach to 4h to catch breakout of previous 4 hours.

Hi Scorpion,

Say, if I was going to use this on a 1 hr chart....would I set the order lifetime to 59 min and if not hit in that time frame the order would be cancelled and we would look at the new 1hr bar.....

could you add a trailing stop feature??

Thanks, Dan
Reply With Quote
  #9 (permalink)  
Old 07-22-2006, 06:00 AM
scorpion's Avatar
Administrator
 
Join Date: Aug 2004
Posts: 1,982
Thanks: 122
Thanked 383 Times in 152 Posts
scorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to behold
Send a message via MSN to scorpion Send a message via Yahoo to scorpion
Default

Hey Dan

You can set order lifetime to any minutes you want. (Order_Life_Mins in the settings). You want it to expire in 59 mins, set Order_Life_Mins = 59. Try this.

And trailing stop is there too. Set TS_Mode = 1 will trail the trade SL. Note that it will start trailing only price move more than x pips as specified in TS_Trigger.

These are all in Expert Settings. Check that.
__________________
Make easy pips with the Advanced Economic Calendar for Forex Trading.
Reply With Quote
The following users have thanked scorpion for useful post above:
  #10 (permalink)  
Old 08-14-2006, 04:33 AM
Freshman
 
Join Date: Sep 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
leon is on a distinguished road
Default

hi scorpion can you make some adjustments to this ea for us pls

gr. leon
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple Combined Breakout System for EUR/USD and GBP/USD scorpion Trading Systems 50 10-05-2008 07:10 PM
Hans Breakout Indicator! scorpion Indicators 15 06-06-2008 04:33 AM
Grid scalper .... need help... a_m4566 Trading Systems 6 02-19-2008 06:02 PM
Interested in Breakout Strategy gazuz Trading Systems 2 09-25-2007 06:32 AM
Open Breakout scorpion Trading Systems 4 09-29-2006 01:33 AM


All times are GMT. The time now is 09:23 PM.
Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

Registered members have access to special online forex currency trading tools, software, mt4 expert advisors and indicators. Register now

Main Menu

Economic Forecast