Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Expert Advisors - 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 06-22-2007, 10:39 PM
Member
 
Join Date: Jan 2007
Posts: 43
3ammary is on a distinguished road
Cool parabolic sar expert advisor for mt4 (PLEASE)

any one has parabolic sar expert advisor please?
thanx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-23-2007, 12:24 PM
Member
 
Join Date: Jan 2007
Posts: 43
3ammary is on a distinguished road
Smile thanx

thanx alot
i want expert advisor (parapolic sar )
that enter with 20 % of my balance
(all time frames)
buy when buy signal occurs and cloes old position,,, sell when sell signal occures and close the other position ( to be in market always)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-23-2007, 04:40 PM
SIMBA's Avatar
Senior Member
 
Join Date: May 2006
Posts: 973
SIMBA is on a distinguished road
Psar

Quote:
Originally Posted by 3ammary View Post
thanx alot
i want expert advisor (parapolic sar )
that enter with 20 % of my balance
(all time frames)
buy when buy signal occurs and cloes old position,,, sell when sell signal occures and close the other position ( to be in market always)
Hi,

Before using your money on any advisor,check its performance,and the performance of the indicators it is based on..Betting 20% of your equity on 1 indicator & 1 tf is a losing proposition ...unless your indicator is a crystal ball..
PSAR(Parabolic stop and reverse ) is an exceptional indicator,BUT, as a minimum,you should use it on mtfs(multiple time frames..)..a few months ago I ran a 10 years test on all majors,D1 tf,to see if there were any single indicators/single timeframe(D1),that worked "entry and reverse,always in the market",with the same settings(no overfitting),for all majors..there were only 2 indicators that worked for at least 3 of the 4 majors..PSAR with settings 0.032,0.04,0.12..and,you are not going to believe it-I didn`t..but I do after several test and visual check-ins-,this is an indicator I thought of as a joke,that I knew about it almost about 12 years ago,that I haven,t even bothered to use- TD Sequential..astonishing but tested..and I am testing about its potential uses in my trading..but this is another story

I also found that using RSI on D1 tf,and adapting the period length to very short numbers..3,to 7 max days..worked fairly well..but you had to optimize for every currency pair..

So,before committing your money,just do a visual check of this indicator,that I attach here , it is a PSAR based on 3 tfs agreement,so,if you have an agreement of D1,H4,H1..or whatever 3 tfs you choose..you have an entry..you still have to decide about exit method..I suggest you check a wide range of exit strategies before committing any money into it

Good luck with your trading
Attached Images
File Type: gif psar3.gif (37.6 KB, 689 views)
Attached Files
File Type: mq4 i-3SAR-Sig.mq4 (4.4 KB, 295 views)
__________________
Somos mortales hasta el primer beso..y la segunda copa de vino
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-23-2007, 08:15 PM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 682
wolfe is on a distinguished road
Simba,

Nice indicator, thanks for sharing. I've been experimenting using multiple RSI time frames as an entry point. I'm having good results but would like to find a good method for exit. I was thinking of using PSAR as an exit signal. Do you think PSAR would be a good indicator for an exit only signal? The attachment shows capabilities of using RSI as entry AND exit. I would like a different exit strategy.
Attached Files
File Type: htm x92 II.htm (20.7 KB, 121 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-23-2007, 09:50 PM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 682
wolfe is on a distinguished road
Simba,

I tried to call your indicator in an expert, the only value I get returned is 0. Am I coding this right? How would you code this to take entries and exits? Here is what I did:

I3SAR0=iCustom(NULL,0,"i-3SAR-Sig",0.02,0.2,60,0.02,0.2,240,0.02,0.2,0,0);
Print("I3SAR0 value =",I3SAR0);
I3SAR1=iCustom(NULL,0,"i-3SAR-Sig",0.02,0.2,60,0.02,0.2,240,0.02,0.2,1,0);
Print("I3SAR1 value =",I3SAR1);

Value is always showing 0 in back tester journal.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 06-24-2007, 09:47 AM
SIMBA's Avatar
Senior Member
 
Join Date: May 2006
Posts: 973
SIMBA is on a distinguished road
X92ii

Quote:
Originally Posted by wolfe View Post
Simba,

Nice indicator, thanks for sharing. I've been experimenting using multiple RSI time frames as an entry point. I'm having good results but would like to find a good method for exit. I was thinking of using PSAR as an exit signal. Do you think PSAR would be a good indicator for an exit only signal? The attachment shows capabilities of using RSI as entry AND exit. I would like a different exit strategy.
Hi Wolfe,

1-You seem to have very good results with your system on H1,80% winning trades and av win= av loss..so,you have an edge..in theory

2-I don`t understand if you are using all the mtf rsi ,if that is the case ,using m5,m15,rsi on H1 tf will give you misleading results..if you are only using rsi 11 on h1,or rsi h1,h4(upper tfs),that is ok

3-Looks like you did a lot of optimization..now run the exact same parameters on a different period,and see if you overoptimized or still profitable..

4-PSAR for exits should work fine,you can use the one on your trading tf(h1) or a slightly higher tf(h4)..use standard settings first,then proceed with changing the settings..and once you find a profitable system,try it on a different period to check for overfitting

Regards
__________________
Somos mortales hasta el primer beso..y la segunda copa de vino
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 06-24-2007, 09:55 AM
SIMBA's Avatar
Senior Member
 
Join Date: May 2006
Posts: 973
SIMBA is on a distinguished road
checker

Quote:
Originally Posted by Shinigami View Post
Thank you for your contribution!
Where can I find and download the checker of yours? I want to check out few strategies and indicators as well...

wolfe how about exit at trailing stop?
I used this software..Fibotrader,that besides having a lot of interesting fibo based indicators ,has the capability of testing either single indicators or complete trading systems..You can download a free demo,fully functional for several days here Börsensoftware für Chartanalyse, Phi Ellipse, Depotverwaltung, Skriptsprache u.v.m.

The daily database ,on metastock format,and its updates,very clean data, I buy from Norgate,which is a "clean data" provider located in Australia..but you can use the Alpari d1 data,I presume,though you will have to convert to csv

Regards
__________________
Somos mortales hasta el primer beso..y la segunda copa de vino
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 06-24-2007, 10:08 AM
SIMBA's Avatar
Senior Member
 
Join Date: May 2006
Posts: 973
SIMBA is on a distinguished road
Expert

Quote:
Originally Posted by wolfe View Post
Simba,

I tried to call your indicator in an expert, the only value I get returned is 0. Am I coding this right? How would you code this to take entries and exits? Here is what I did:

I3SAR0=iCustom(NULL,0,"i-3SAR-Sig",0.02,0.2,60,0.02,0.2,240,0.02,0.2,0,0);
Print("I3SAR0 value =",I3SAR0);
I3SAR1=iCustom(NULL,0,"i-3SAR-Sig",0.02,0.2,60,0.02,0.2,240,0.02,0.2,1,0);
Print("I3SAR1 value =",I3SAR1);

Value is always showing 0 in back tester journal.
I still haven`t tried to build an expert with this indicator,though I plan to do in a few weeks..I will use the EA builder with a psar and then substitute the values for an iCustom with i-3SAR..and then check if it works on m30 tf

My technical capabilities are very limited,so,I can not give you a very specific reply,basically I think you have to use iClose and compare with the iCustom values for entries

Regards
__________________
Somos mortales hasta el primer beso..y la segunda copa de vino
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 06-24-2007, 04:45 PM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 682
wolfe is on a distinguished road
Quote:
Originally Posted by SIMBA View Post
Hi Wolfe,

1-You seem to have very good results with your system on H1,80% winning trades and av win= av loss..so,you have an edge..in theory

2-I don`t understand if you are using all the mtf rsi ,if that is the case ,using m5,m15,rsi on H1 tf will give you misleading results..if you are only using rsi 11 on h1,or rsi h1,h4(upper tfs),that is ok

3-Looks like you did a lot of optimization..now run the exact same parameters on a different period,and see if you overoptimized or still profitable..

4-PSAR for exits should work fine,you can use the one on your trading tf(h1) or a slightly higher tf(h4)..use standard settings first,then proceed with changing the settings..and once you find a profitable system,try it on a different period to check for overfitting

Regards
Thank you for the kind advice Simba.

To answer your questions:

1. I was using all the MTF RSI's to get an entry signal. My theory was that it didn't matter what TF this particular EA was`attached to, all time frame RSI's have to agree and meet the same criteria before an entry can be made. I just happened to use H1 for my test.

2. Yes, I optimized the heck out of it. It sometimes works in other date sets, sometimes not. I need to find a way to adjust for what you call "overfitting" on my optimised parameters.

3. PSAR is the next item to try for exits, after I get some other issues resolved.

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 06-24-2007, 09:29 PM
Senior Member
 
Join Date: Mar 2007
Posts: 113
lodol2 is on a distinguished road
hi Simaba

i appreatiate all your information on different threads very much. thanks also now about sar and td sequential very much. you tested only on D1 time frime oder? so the information is only about this timefrime?

regards
lodol
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
50-34 Expert advisor geisebhum Suggestions for Trading Systems 4 12-20-2006 05:45 PM
Parabolic SAR and "Kaufmann MA" System - Who can make an Expert Advisor from it ?? mr.trader Suggestions for Trading Systems 15 11-23-2006 05:03 PM
CCI Expert Advisor rodrigokaus Expert Advisors - Metatrader 4 10 09-29-2006 06:31 PM
expert advisor ? swirly Expert Advisors - Metatrader 4 3 08-30-2006 07:04 AM
What Expert Advisor are they using? fikko Expert Advisors - Metatrader 4 4 07-01-2006 08:47 AM


All times are GMT. The time now is 08:51 PM.



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