Forex
Google

Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4 > TSD Expert Advisors
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


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 01-24-2006, 01:13 PM
MFX's Avatar
MFX MFX is offline
Member
 
Join Date: Oct 2005
Posts: 87
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, 470 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-24-2006, 01:34 PM
radicalmoses radicalmoses is offline
Senior Member
 
Join Date: Jan 2006
Posts: 135
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!
Reply With Quote
  #3 (permalink)  
Old 01-24-2006, 02:00 PM
radicalmoses radicalmoses is offline
Senior Member
 
Join Date: Jan 2006
Posts: 135
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!
Reply With Quote
  #4 (permalink)  
Old 01-24-2006, 02:04 PM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,160
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!
Reply With Quote
  #5 (permalink)  
Old 01-24-2006, 02:41 PM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,160
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!
Reply With Quote
  #6 (permalink)  
Old 01-24-2006, 02:44 PM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,160
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!
Reply With Quote
  #7 (permalink)  
Old 01-24-2006, 02:48 PM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,160
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, 652 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

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


All times are GMT. The time now is 12:10 AM.