Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
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 06-28-2007, 07:43 AM
KaMpeR's Avatar
Senior Member
 
Join Date: Mar 2006
Location: South Africa
Posts: 495
KaMpeR is on a distinguished road
Bliksem (Counter Trend EA)

Let me start by saying that this is not the first EA that I have posted, but it will be the last if people get full of nonsense. I have posted one of my EA's here before and eventuall deleted all my posts and joined a private forum.

So please, if you don't like counter trend EA's, then by all means have your say, but be constructive, do NOT flame anyone or get derogatory or defamatory with anyone. Constructive criticism is good and leads to improvements and I welcome any and all constructive criticism and ideas.

That being said, lets get the ball rolling. In the next post please find a basic explanation of what the EA is doing or rather attempting to do.

Let me also explain that this EA was originally not for public consumption but the coder has not replied to any emails or modification requests since January.
So I have decided to make it public in the hope that a good coder will pick up where Barry left off.

Thank you
Wayne
__________________
FatCat
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 06-28-2007, 07:46 AM
KaMpeR's Avatar
Senior Member
 
Join Date: Mar 2006
Location: South Africa
Posts: 495
KaMpeR is on a distinguished road
How it works.

Very basically the EA functions like this;
The EA opens trades against the trend, doubling the number of lots with every trade that it opens up to 9 trades.
So if you where trading 0.01 lot for your first entry, every 8 pips you would add another trade, double the size of the last one.
1st trade = 0.01
2nd trade = 0.02
3rd trade = 0.04
4th trade = 0.08
5th trade = 0.16
6th trade = 0.32
7th trade = 0.64
8th trade = 1.28
9th trade = 2.56

The logic here being that nothing goes in reverse for ever and when it does turn, you have enough lots in the last 2 or 3 trades to cover the entire "basket" of losses and make a profit.
(This is obviously not always true, so be aware that this can cost you money)

I have, unlike other counter trend EA's, I think I have resolved the major draw down issue by not being as greedy and by being prepared to wait for my money and only trade positions with what I think is a +75% probability of success. Obviously then it also does not accumulate money as quickly either, but it has no where near the risk.

I originally designed this strategy for the H1 chart on the pair EUR/USD because of the obvious volatility of this pair. I later found that it also performed well on the following pairs, GBP/USD, GBP/JPY, EUR/JPY and CHF/JPY, so it would seem that anything JPY or GBP orientated is also OK. I continue to test on EUR/USD only however.

I ran it live on IBFX on a mini account last week, first lot 0.01, it did nicely, $499.00 has grown to $816.00 in that week, but I do not have the confidence yet to leave it to run unattended.

This EA requires 4 charts with different time frames to function correctly, here is an explanation of the strategy.

I use a 3 EMA system for my calculation of trend on the M5, M30 and H4 charts.
On the H1 chart I use an Indicator called Spyker.

H1
In the Inputs tab, Change the Jimmy value to 1 and the Signal value to 377.
Leave the colours at the default settings.
When the White line is below the Yellow line, H1 signal is assumed to be Short.
When the White line is above the Yellow line, H1 signal is assumed to be Long.

M5, M30 and H4 set-up

1st EMA = Period 55, Shift = 0, MA Method = Exponential, Apply to High, Style = Green.
2nd EMA = Period 55, Shift = 0, MA Method = Exponential, Apply to Low, Style = Green.
3rd EMA = Period 13, Shift = 0, MA Method = Exponential, Apply to [HL/2], Style = Red.

Assume the trend is Long when the Red line is above both the Green lines on all charts.
Assume the trend is Short when the Red line is below both the Green lines on all charts.
If the Red line is between the Green lines on any of the Charts M5, M30 or H4, do not trade!


Feel free to adjust these numbers to whatever makes you happy.

The EA will enter a long trade when the M5, M30 and H4 are showing Long, but the H1 is showing Short.
To explain in a little detail.
When the M5, M30 and H4 have the Red line above both the Green lines, assumption is that the trend is Long. I then watch for the H1 charts Spyker White line to pass down through the Yellow line.
When this happens I then start to Enter Long trades immediately, I do not wait for the candle to complete.
I generally then compound my long trades in increments of 6 pips. So for every 6 pips the trade drops lower, I open another long trade, double the value of the previous one.
I use this on a Mini account so my first trade has a value of 0.01 and I do not open more than 9 trades in any one "basket" of trades.

The opposite is true for short trades.

I hope that that helps you understand a little bit better what the EA is trying to accomplish and that we can get something of value going here?

The attached files are the latest as at the time of posting this thread.
Attached Files
File Type: mq4 Bliksem3.0.mq4 (16.8 KB, 878 views)
File Type: mq4 Spyker.mq4 (2.3 KB, 842 views)
__________________
FatCat

Last edited by KaMpeR; 08-02-2007 at 10:06 AM. Reason: Corrected Spelling error.
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 06-28-2007, 02:23 PM
don_forex's Avatar
Member
 
Join Date: Oct 2005
Posts: 67
don_forex is on a distinguished road
Quote:
Originally Posted by KaMpeR View Post
Very basically the EA functions like this;
The EA opens trades against the trend, doubling the number of lots with every trade that it opens up to 9 trades.
So if you where trading 0.01 lot for your first entry, every 8 pips you would add another trade, double the size of the last one.
1st trade = 0.01
2nd trade = 0.02
3rd trade = 0.04
4th trade = 0.08
5th trade = 0.16
6th trade = 0.32
7th trade = 0.64
8th trade = 1.28
9th trade = 2.56

The logic here being that nothing goes in reverse for ever and when it does turn, you have enough lots in the last 2 or 3 trades to cover the entire "basket" of losses and make a profit.
(This is obviously not always true, so be aware that this can cost you money)

I have, unlike Farhad, MLS and others, resolved the major drawdown issue by not being as greedy and by being prepared to wait for my money and only trade positions with what I think is a +75% probability of success. Obviously then it also does not accumulate money as quickly either, but it has no where near the risk.

I originally designed this strategy for the H1 chart on the pair EUR/USD because of the obvious volatility of this pair. I later found that it also performed well on the following pairs, GBP/USD, GBP/JPY, EUR/JPY and CHF/JPY, so it would seem that anything JPY or GBP orientated is also OK. I continue to test on EUR/USD only however.

I ran it live on IBFX on a mini account last week, first lot 0.01, it did nicely, $499.00 has grown to $816.00 in that week, but I do not have the confidence yet to leave it to run unattaended.

This EA requires 4 charts with different time frames to function correctly, here is an explanation of the strategy.

I use a 3 EMA system for my calculation of trend on the M5, M30 and H4 charts.
On the H1 chart I use an Indicator called Spyker.

H1
In the Inputs tab, Change the Jimmy value to 1 and the Signal value to 377.
Leave the colours at the default settings.
When the White line is below the Yellow line, H1 signal is assumed to be Short.
When the White line is above the Yellow line, H1 signal is assumed to be Long.

M5, M30 and H4 Setup

1st EMA = Period 55, Shift = 0, MA Method = Exponential, Apply to High, Style = Green.
2nd EMA = Period 55, Shift = 0, MA Method = Exponential, Apply to Low, Style = Green.
3rd EMA = Period 13, Shift = 0, MA Method = Exponential, Apply to [HL/2], Style = Red.

Assume the trend is Long when the Red line is above both the Green lines on all charts.
Assume the trend is Short when the Red line is below both the Green lines on all charts.
If the Red line is between the Green lines on any of the Charts M5, M30 or H4, do not trade!


Feel free to adjust these numbers to whatever makes you happy.

The EA will enter a long trade when the M5, M30 and H4 are showing Long, but the H1 is showing Short.
To explain in a little detail.
When the M5, M30 and H4 have the Red line above both the Green lines, assumption is that the trend is Long. I then watch for the H1 charts Spyker White line to pass down through the Yellow line.
When this happens I then start to Enter Long trades immediately, I do not wait for the candle to complete.
I generally then compound my long trades in increments of 6 pips. So for every 6 pips the trade drops lower, I open another long trade, double the value of the previous one.
I use this on a Mini account so my first trade has a value of 0.01 and I do not open more than 9 trades in any one "basket" of trades.

The opposite is true for short trades.

I hope that that helps you understand a little bit better what the EA is trying to accomplish and that we can get something of value going here?

The attached files are the latest as at the time of posting this thread.
I like to try and stay from indicators, but, I think I will try this as see how it works.

Don
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 06-28-2007, 03:11 PM
KaMpeR's Avatar
Senior Member
 
Join Date: Mar 2006
Location: South Africa
Posts: 495
KaMpeR is on a distinguished road
Oops, I forgot.

Hi Don

One thing I did forget to mention is that it is not necessary to have the M5, M30 and H4 charts displayed. They must be loaded however as the history is required.
The EA will print in the top left corner the status of the other three time frames for easy analysis as well as a little other information.

Please also take note that I have only used this EA till now on EUR/USD-H1 charts on IBFX.

Thanks
Wayne
__________________
FatCat
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 06-29-2007, 03:02 AM
ross's Avatar
Junior Member
 
Join Date: Oct 2005
Posts: 14
ross is on a distinguished road
I need another computer!

Too many EA's not enough time!
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 06-29-2007, 03:48 AM
ajk's Avatar
ajk ajk is offline
Senior Member
 
Join Date: Dec 2005
Posts: 261
ajk is on a distinguished road
eas

Like your ea...very interesting exit strategy by ts. I also prefer martingales playing only the reversals because signals in forex are always messed up. .. I have to checkout that spyker ...seems pretty cool...have a lot of uses for that!
The only filter I could think up for this ea is a little longer stochastic like 6 4 6 that may help confirm a weakening trend. don't know yet. I don't consider myself a big trader because this stuff is a bieeech. so take anything I say with a grain of salt.!
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 06-29-2007, 04:15 AM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 818
wolfe is on a distinguished road
KaMpeR,

Thank you for sharing this strategy. I look forward to testing this. NO IDEA should be left untested!
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 06-29-2007, 07:06 AM
EbenB's Avatar
Member
 
Join Date: Mar 2007
Location: Cape Town
Posts: 35
EbenB is on a distinguished road
Bliksem Spyker

Hi Kamper,

I like the names for your EA and indicator!

I hope it will "bliksem and "spyker" the market.

Good luck
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 06-29-2007, 11:53 AM
KaMpeR's Avatar
Senior Member
 
Join Date: Mar 2006
Location: South Africa
Posts: 495
KaMpeR is on a distinguished road
Quote:
Originally Posted by ajk View Post
Like your ea...very interesting exit strategy by ts. I also prefer martingales playing only the reversals because signals in forex are always messed up. .. I have to checkout that spyker ...seems pretty cool...have a lot of uses for that!
The only filter I could think up for this ea is a little longer stochastic like 6 4 6 that may help confirm a weakening trend. don't know yet. I don't consider myself a big trader because this stuff is a bieeech. so take anything I say with a grain of salt.!
Hi AJK
Thanks for the observation on the Stoch, would you mind explaining in a little more detail how you see it fitting in?

Spyker is just a rippoff of NewTrend with a few adjustments to suite my style of trading kindly changed by Jimmy.

None of us are "big traders" realy, well I dont think anyway. Those guys are working for furtune 500 companies and no one has offered me a job yet.
So you keep those idea's coming please.
__________________
FatCat
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 06-29-2007, 11:58 AM
KaMpeR's Avatar
Senior Member
 
Join Date: Mar 2006
Location: South Africa
Posts: 495
KaMpeR is on a distinguished road
Quote:
Originally Posted by EbenB View Post
Hi Kamper,

I like the names for your EA and indicator!

I hope it will "bliksem and "spyker" the market.

Good luck
Dankie Eben, geniet die EA?

I am not running it live right now, but damn I wish I was, Right now Fri 29th @ 13H00 (GMT+2) this thing is about $300 up with a TS running and a new basket is open and that is about $15 up already.

Oh well, you cant win them all?

It can also break your heart so please, don't go rushing it onto a live account, EUR/USD is just having one of those days at the moment.
__________________
FatCat
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

Tags
bliksem ea, counter trend, Bliksem


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
Price amplitude counter ... mistrz-swiata Indicators - Metatrader 4 16 09-10-2009 06:18 AM
Is a chart Timer/Counter Possible in MT4? ShaderZ Tools and utilities 22 12-04-2008 06:56 AM
Anti Trend and Trend Following Systems Maji General Discussion 3 03-08-2007 09:23 PM


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



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