Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4 > TSD Expert Advisors
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 09-16-2005, 09:47 AM
vivachinajupiter
Guest
 
Posts: n/a
TSD-v11 MT4-JB-OsMA

This version is used by Ross and he triplied their account in only one month.

Attached is statement and version.

He uses it only in four major currencies and only in daily charts (attached to every one ... not like in Mindaugas version).
Attached Files
File Type: mq4 TSD-v11-MT4-JB-OsMA.mq4 (11.1 KB, 3192 views)
File Type: htm Statement TSD v11 MT4 JB OsMA 080805.htm (12.1 KB, 3762 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
  #2 (permalink)  
Old 05-05-2006, 07:27 AM
iscuba11's Avatar
Senior Member
 
Join Date: May 2006
Location: Houston
Posts: 398
iscuba11 is on a distinguished road
Smile Very interesting EA - Only will work on USDJPY

I found this EA somewhere on a forum. On the USDJPY (1 Hour) it has produced about 300 pips in 4 trades so far (forward demo testing). The problem is it does not trade on the other 3 major currencies for some internal programming reason. Since this is a forum to help each other out, I was wondering if somebody would disect this EA and find out why it will not trade on the other 3 major currencies. Your help would be most appreciated. Please if you would, fix it and post it back to this forum or send it to me: ddiebold@sbcglobal.net as an attachment

Dave
<><

Houston, Texas
Attached Files
File Type: mq4 TSD-v11-MT4-JB-OsMA.mq4 (11.4 KB, 993 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
  #3 (permalink)  
Old 05-05-2006, 10:32 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by iscuba11
I found this EA somewhere on a forum. On the USDJPY (1 Hour) it has produced about 300 pips in 4 trades so far (forward demo testing). The problem is it does not trade on the other 3 major currencies for some internal programming reason. Since this is a forum to help each other out, I was wondering if somebody would disect this EA and find out why it will not trade on the other 3 major currencies. Your help would be most appreciated. Please if you would, fix it and post it back to this forum or send it to me: ddiebold@sbcglobal.net as an attachment

Dave
<><

Houston, Texas
TSD EAs for MT4 and MT3 are here (together with manual/instruction) http://www.forex-tsd.com/tsd-expert-advisors/
As I know this kind of EAs should be attached to one daily chart (GBPCHF or GBPJPY) and it will trade all the pairs mentioned in the code (just delete the pairs you don't want to trade. And see the the link above the instruction on installation/trading.

Change "Display Options" to "From the beginning" to see all the threads.
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 05-05-2006, 07:41 PM
iscuba11's Avatar
Senior Member
 
Join Date: May 2006
Location: Houston
Posts: 398
iscuba11 is on a distinguished road
Red face

This goto thread does not explain anything about this EA (It is the latest version). How can I contact the originator of the EA or can some MQ4 programmer open up this EA and see if there is an error in the programming as to why it only works on USDJPY, and not the other currencies?? Any help would highly be appreciated. I am not a programmer.

Thanks for your input though! I think a programmer needs to look at it to fix it.

Dave
<><
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 05-05-2006, 09:03 PM
Senior Member
 
Join Date: Dec 2005
Posts: 409
ziko123 is on a distinguished road
This EA has the following 3 lines which have no use at all

{
if (MacdPrevious > MacdPrevious2) Direction = 1;
if (MacdPrevious < MacdPrevious2) Direction = -1;
if (MacdPrevious == MacdPrevious2) Direction = 0;
}


The "Direction" variable is never used!
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 05-06-2006, 03:49 AM
coyan's Avatar
Member
 
Join Date: Jan 2006
Posts: 94
coyan is on a distinguished road
Quote:
Originally Posted by iscuba11
I found this EA somewhere on a forum. On the USDJPY (1 Hour) it has produced about 300 pips in 4 trades so far (forward demo testing). The problem is it does not trade on the other 3 major currencies for some internal programming reason. Since this is a forum to help each other out, I was wondering if somebody would disect this EA and find out why it will not trade on the other 3 major currencies. Your help would be most appreciated. Please if you would, fix it and post it back to this forum or send it to me: ddiebold@sbcglobal.net as an attachment

Dave
<><

Houston, Texas
This is a version 2005, i will test version 36 (2006).
Coyan
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 05-06-2006, 04:06 AM
iscuba11's Avatar
Senior Member
 
Join Date: May 2006
Location: Houston
Posts: 398
iscuba11 is on a distinguished road
Smile

Could you post version 36. Today, this version 2005 (v11) added 130 pips to USDJPY. I would love to fix this EA to run on all major currencies or possibly test the newer verson of this EA. This makes 4 out of 4 good trades, racking up about 430 pips for the USDJPY on Demo forward testing since 4/26. I hope this will inspire reevaluating this v11 or the newer version of this EA.

God Bless To Everbody Who Will Help In This Effort.

Dave
<><
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 05-06-2006, 08:22 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by iscuba11
This goto thread does not explain anything about this EA (It is the latest version). How can I contact the originator of the EA or can some MQ4 programmer open up this EA and see if there is an error in the programming as to why it only works on USDJPY, and not the other currencies?? Any help would highly be appreciated. I am not a programmer.

Thanks for your input though! I think a programmer needs to look at it to fix it.

Dave
<><
Iscuba11,

I moved this thread exactly to the area you need. Read first post of this thread about this EA:
"He uses it only in four major currencies and only in daily charts (attached to every one ... not like in Mindaugas version)."

As to 36 version so read this thread New Version

This TSD EAs' section is having 8 threads only. So you may find something. It is not big section.
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 05-06-2006, 08:30 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
And i moved two threads to this area as well:

- TSD-v11 MT4-JB-OsMA setup;

- TSD Starters Pack.

Hope it will help.
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 05-06-2006, 10:54 AM
Roets's Avatar
Senior Member
 
Join Date: Nov 2005
Location: North West South Africa
Posts: 120
Roets is on a distinguished road
Question Weekly or daily???

Quote:
Originally Posted by vivachinajupiter
This version is used by Ross and he triplied their account in only one month.

Attached is statement and version.

He uses it only in four major currencies and only in daily charts (attached to every one ... not like in Mindaugas version).
This expert requires an account stating at $10,000 and the statement only started from $5,000. Are you sure its the correct expert. I know you can change the starting capital to what you like. Just asking. The comments in the code says that the expert should go on Weekly charts only and you say daily. Why do you change the chart time to daily?
__________________
Pro FX Experts for Professional Meta Trader Experts
Automate your manual method!
We accept all major credit cards with no upfront payment required!
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
osma ea, OsMA forex, osma mt4, tsd ea, osma forex, TSD-v11-MT4-JB-OsMA, forex osma


Currently Active Users Viewing This Thread: 2 (1 members and 1 guests)
Berlina
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
Need OSMA customized hidethereal Indicators - Metatrader 4 3 08-07-2006 03:34 AM
TSD-v11 MT4-JB-OsMA setup sadaloma TSD Expert Advisors 2 06-15-2006 11:23 PM
OsMA II SpecII Suggestions for Trading Systems 3 03-08-2006 02:56 PM


All times are GMT. The time now is 03:26 PM.



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