Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4 > TSD Expert Advisors






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
 
Thread Tools Display Modes
  #1 (permalink)  
Old 01-24-2006, 02:13 PM
MFX's Avatar
MFX MFX is offline
Member
 
Join Date: Oct 2005
Posts: 92
MFX is on a distinguished road
New Version

TSD_MT4_MR_Trade_0_36

New version of TSD from Mindaugas.

Regards
MFX
Attached Files
File Type: mq4 TSD_MT4_MR_Trade_0_36.mq4 (16.9 KB, 2115 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 01-24-2006, 02:34 PM
Senior Member
 
Join Date: Jan 2006
Posts: 128
radicalmoses is on a distinguished road
Thanks for the new TSD EA.
Someone please guide me. I have installed the TSD36 in expert folder, but it wont attach to the charts. Someone tell me what I am doing wrong.
Thanks
BTW anyone using this system over the last 2 months on demo or live account? Can you post your results?
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 01-24-2006, 03:00 PM
Senior Member
 
Join Date: Jan 2006
Posts: 128
radicalmoses is on a distinguished road
Sorry for my earlier post. Got it sorted out.

Anyway,, The strategy tester not giving me any results. Would appreciate if anyone can help me out there. Presently I am running it on 1hr time frame.

Anyone with any kinda demoing results as of late??
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
  #4 (permalink)  
Old 01-24-2006, 03:04 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,016
Blog Entries: 235
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 radicalmoses
Thanks for the new TSD EA.
Someone please guide me. I have installed the TSD36 in expert folder, but it wont attach to the charts. Someone tell me what I am doing wrong.
Thanks
BTW anyone using this system over the last 2 months on demo or live account? Can you post your results?
I do not know about this particular version but in subscription section we are testing version 0.25. To know more about TSD EAs please read this thread more early versions for mt4
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 01-24-2006, 03:41 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,016
Blog Entries: 235
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 radicalmoses
Sorry for my earlier post. Got it sorted out.

Anyway,, The strategy tester not giving me any results. Would appreciate if anyone can help me out there. Presently I am running it on 1hr time frame.

Anyone with any kinda demoing results as of late??
thanks
Open this EA in MetaEditor to see the comments.
Seems this EA is some modification of version 0.25.

For example:

Code:
int PeriodDirection = PERIOD_W1, PeriodTrade = PERIOD_D1, PeriodTrailing = PERIOD_H4, CandlesTrailing = 0;
// currency pairs to trade
string pairs[] = { "AUDUSD", "EURCHF", "EURGBP", "EURJPY", "EURUSD",
                   "GBPCHF", "GBPJPY", "GBPUSD", "USDCAD", "USDCHF", "USDJPY" };
It means that it should be attached to D1 chart (to the one chart only, anyone, but GBPCHF or GBPJPY should be better one) and EA will trade the above mentioned pairs all together simulteniuosly. If you do not want to trade all the pairs just delete from the code the pair you do not want to trade.

Do not forget to compile.
And read all the comments inside the code.
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 01-24-2006, 03:44 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,016
Blog Entries: 235
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 newdigital
Open this EA in MetaEditor to see the comments.
Seems this EA is some modification of version 0.25.

For example:

Code:
int PeriodDirection = PERIOD_W1, PeriodTrade = PERIOD_D1, PeriodTrailing = PERIOD_H4, CandlesTrailing = 0;
// currency pairs to trade
string pairs[] = { "AUDUSD", "EURCHF", "EURGBP", "EURJPY", "EURUSD",
                   "GBPCHF", "GBPJPY", "GBPUSD", "USDCAD", "USDCHF", "USDJPY" };
It means that it should be attached to D1 chart (to the one chart only, anyone, but GBPCHF or GBPJPY should be better one) and EA will trade the above mentioned pairs all together simulteniuosly. If you do not want to trade all the pairs just delete from the code the pair you do not want to trade.

Do not forget to compile.
And read all the comments inside the code.
But I can not attach EA to the chart: EA is in green color in navigator (build 188).
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 01-24-2006, 03:48 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,016
Blog Entries: 235
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 newdigital
But I can not attach EA to the chart: EA is in green color in navigator (build 188).
Sorry. Everything is ok.
I just create space in the code the delete this space. Just a space. And compile once again.


I attach this EA to the one chart only.
See the image.
Attached Images
File Type: gif tsd36.gif (22.7 KB, 4833 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
  #8 (permalink)  
Old 04-21-2009, 06:57 PM
Junior Member
 
Join Date: Dec 2008
Posts: 3
mrgmm is on a distinguished road
Could anybody plz provide us with the strategy for that EA
It is interesting
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 04-21-2009, 09:34 PM
UTP UTP is offline
Junior Member
 
Join Date: Apr 2009
Posts: 1
UTP is on a distinguished road
TSD EA is interesting but i need help!

Hi im new to forex and I purchased FAPT 1 month ago. I see it is limited to trade on 4 pairs only and since last week it is not trading for me.
I am interested on this TSD and i tried to download it but it is directing me to Meta Editor and just showing me some text. I really dont know what to do then. Can someone please 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-09-2009, 04:32 AM
Junior Member
 
Join Date: May 2009
Posts: 27
Laurus12 is on a distinguished road
Fapt

Quote:
Originally Posted by UTP View Post
Hi im new to forex and I purchased FAPT 1 month ago. I see it is limited to trade on 4 pairs only and since last week it is not trading for me.
I am interested on this TSD and i tried to download it but it is directing me to Meta Editor and just showing me some text. I really dont know what to do then. Can someone please help?
If you have not found the answers yet I can tell you that it does not always trade every day. And mainly or only during Asian hours just like Forex MegaDroid. If you still have the option to get a refund you should do that. One would think that they would produce something better when they take the step to sell it.

Right click the link and choose "Save target as" or "Save link as" depending if Internet Explorer or Firefox. Save to C:\Program Files\MetaTrader4(or something like that)\Experts. Close and Restart MetaTrader.
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

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
DIN version 3.0 ANCOLL Dolly 96 04-27-2009 08:07 PM
FIREBIRD NEW Version Yves81 Expert Advisors - Metatrader 4 2 10-04-2006 03:43 PM
is it possible in pocket pc version?? kucinx General Discussion 6 06-02-2006 04:41 AM
CVS Version System fxdk Tools and utilities 1 04-30-2006 03:17 AM


All times are GMT. The time now is 08:25 AM.



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