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
  #11 (permalink)  
Old 11-19-2006, 03:10 AM
Spider4896's Avatar
Member
 
Join Date: Apr 2006
Posts: 69
Spider4896 is on a distinguished road
Here is the code so far that produced the results in the last posting i did. Currently i had a few personal requests on the code which we are also kind of working on.
You will notice in the code the lot increase and the OneOrderPerBar is turned off for now since neither is working how we want it to.
Lot increase does work very well by increasing the lots size based on the Account balance. Issue is the Profit code does not match up and will become and issue as the balance grows. Profit = $ (Example; Profit = 90 or $90 close trade for profit)
Still working the issue though so no worries.
So far finding best results on EURUSD H4...works on other pairs but Ratio and SL have to be optimized for them.

Spider~

**Please see posting #25 for code**

Last edited by Spider4896; 11-20-2006 at 04:50 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
  #12 (permalink)  
Old 11-19-2006, 08:24 AM
ienaplinsky's Avatar
Member
 
Join Date: Nov 2006
Location: italy
Posts: 48
ienaplinsky is on a distinguished road
very very well
I'll begin to try it in a demo account tomorrow!
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
  #13 (permalink)  
Old 11-19-2006, 08:41 AM
Junior Member
 
Join Date: Oct 2006
Location: Italy
Posts: 9
crazyfx is on a distinguished road
I noticed that many positions are closed within the same minute, also news are opened in the same minute, so the test is totally unreliable.
To get reliable test:
1°: positions have to be closed at least one bar later, and
2°: positions would have to be opened and closed in the worst conditions, that is buys at high and sells at low.
So this has to be fixed, at least the first issue.
Otherwise positions closed within the same minute would have to be purged from the test.
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
  #14 (permalink)  
Old 11-19-2006, 11:43 PM
Spider4896's Avatar
Member
 
Join Date: Apr 2006
Posts: 69
Spider4896 is on a distinguished road
Here is an updated code for you all. I took some values and made them variables so you can adjust the lvls as to when Buys and Sells are placed along with the RSI period. I Optimized it out again for the H4 EURUSD using the data from Alpari Data Bank. If you use MT4 v198 data you will most likely get the results below. If you use MT4 v200 you will get very different results. So please use personal choice and decision on this.
I also doubled checked over the trades that closed out that lasted only for less than a minute, which all happened during mostly news times and quick movements. With some of my live EAs ive seen this take place so it is possiable for that to happen.

Spider~

**Please see posting #25 for code**
Attached Images
File Type: gif MagicRSI 3.gif (5.0 KB, 146 views)
Attached Files
File Type: htm MagicRSI 3.htm (68.8 KB, 124 views)

Last edited by Spider4896; 11-20-2006 at 04:50 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
  #15 (permalink)  
Old 11-20-2006, 03:47 AM
Spider4896's Avatar
Member
 
Join Date: Apr 2006
Posts: 69
Spider4896 is on a distinguished road
If anyone wants to work with this one it would be greatly appreciated.

Here is; Magic RSI + Stoch. (MagicRSI 4)

Both requirments have to be met before placing orders instead of just using one indicator. So you can adjust all the lvls on both along with the Stoch K, D, and slowing. I think if we can find a good setup on the stoch it will go nicely with the RSI.

Right now If the price is at or above the RSI and Stoch lvls it will place a Sell trade. If the price is at or below the RSI and Stoch lvls it will place a Buy trade. If only the Price is only at the RSI lvl but not the Stoch lvl no trade will be placed.

Here ya all go.

Spider~

PS. Also todays demo statement is posted....
Attached Files
File Type: mq4 MagicRSI 4.mq4 (8.1 KB, 218 views)
File Type: htm MagicRSI 3.htm (4.6 KB, 117 views)

Last edited by Spider4896; 11-20-2006 at 03:54 AM.
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
  #16 (permalink)  
Old 11-20-2006, 04:15 AM
Member
 
Join Date: Mar 2006
Posts: 40
rzamany is on a distinguished road
Quote:
Originally Posted by Spider4896
If anyone wants to work with this one it would be greatly appreciated.

Here is; Magic RSI + Stoch. (MagicRSI 4)

Both requirments have to be met before placing orders instead of just using one indicator. So you can adjust all the lvls on both along with the Stoch K, D, and slowing. I think if we can find a good setup on the stoch it will go nicely with the RSI.

Right now If the price is at or above the RSI and Stoch lvls it will place a Sell trade. If the price is at or below the RSI and Stoch lvls it will place a Buy trade. If only the Price is only at the RSI lvl but not the Stoch lvl no trade will be placed.

Here ya all go.

Spider~

PS. Also todays demo statement is posted....
what pair and time frame?
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
  #17 (permalink)  
Old 11-20-2006, 04:18 AM
Spider4896's Avatar
Member
 
Join Date: Apr 2006
Posts: 69
Spider4896 is on a distinguished road
Mainly i have only been working with the EURUSD 4H. Should work on any chart TF since the TF for the RSI and Stoch are hard coded. To be safe though i would work with 4H.

It also shows good results on the EURJPY and other majors just has to be optimized out for them.

Spider~
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
  #18 (permalink)  
Old 11-20-2006, 04:20 AM
Member
 
Join Date: Mar 2006
Posts: 40
rzamany is on a distinguished road
Quote:
Originally Posted by Spider4896
Mainly i have only been working with the EURUSD 4H. Should work on any chart TF since the TF for the RSI and Stoch are hard coded. To be safe though i would work with 4H.

It also shows good results on the EURJPY and other majors just has to be optimized out for them.

Spider~
does this need to set any indicator?
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
  #19 (permalink)  
Old 11-20-2006, 04:25 AM
Member
 
Join Date: Mar 2006
Posts: 40
rzamany is on a distinguished road
backtest with 99% modelling!

can you backtest with 99% modelling from this expert?
please read this file
thanks
Attached Files
File Type: doc Backtesting with 99 percent modelling V1.doc (342.5 KB, 167 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
  #20 (permalink)  
Old 11-20-2006, 04:35 AM
Spider4896's Avatar
Member
 
Join Date: Apr 2006
Posts: 69
Spider4896 is on a distinguished road
99% backtest i have never seen before but would love to see one. Mainly i only use a backtest as a guide but never actual results. The guide will give you an overview of the idea but during live testing many small adjustments will be made just like with any EA. Takes time to get it right, but if someone could run that kind of backtest on this EA i would like to see it.

For now just the overall idea of the EA will have to do untill i get a few good weeks of forward testing done for myself. This will help us all get an idea of this EA if its even worth it. For now i like since i always liked the RSI and Stoch.

No indicators have to be setup for this EA since its all in the EA itself. If thats what you were asking about rzamany.

Here is a 90% backtest idea of the RSI + Stoch EA.
Just to get an idea....

Spider~
Attached Images
File Type: gif MagicRSI + Stoch.gif (4.9 KB, 144 views)
Attached Files
File Type: htm MagicRSI + Stoch.htm (22.1 KB, 141 views)

Last edited by Spider4896; 11-20-2006 at 04:37 AM.
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
PX4_FX, money flow index


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


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



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