Forex
Google

Go Back   Forex Trading > Discussion Areas > Setup Questions
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 09-16-2005, 02:21 AM
vivachinajupiter
 
Posts: n/a
Mindaugas - Metatrader 4 Version

Intructions to Install TSD from Mindaugas.
Attached Files
File Type: doc TSD-MT4 instructions.doc (26.0 KB, 477 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 09-16-2005, 05:19 AM
cardio cardio is offline
Senior Member
 
Join Date: Sep 2005
Location: St Louis, MO, USA
Posts: 176
cardio is an unknown quantity at this point
No data for the pair?

Hi

I am getting the alert 'No data for pair ...'
I am using IBFx and have the TSD_MT4_MR_Trade_0_34 as posted, but modified for Hourly trades. Will it continue working even with the alert?

I see where it is coming from in the code - I see Mode_spread is the 'spread value in points' - any help would be appreciated.

if ( MarketInfo (TradeSymbol, MODE_SPREAD) < 1 ) {
if ( ! Alerted ) Alert ("No data for the pair: ", TradeSymbol, ". Please review and fix pairs variable.");
Alerted = true;
return(0);
}

on the yahoo forum, somebody tried to post a general text of just what the TSD EA is trying to do. I ask the user to send me this document - but never managed to get hold of it - if someone did - pls post it up.

Thanks
Cardio
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-16-2005, 05:20 AM
cardio cardio is offline
Senior Member
 
Join Date: Sep 2005
Location: St Louis, MO, USA
Posts: 176
cardio is an unknown quantity at this point
Thanks for the info

Thanks for the document though on how to set up the TSD - it is much appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-16-2005, 08:40 AM
vivachinajupiter
 
Posts: n/a
I'm not an expert but perhaps you fix it removing some pairs from the list of pairs to process. I would try with only one currency in the list and begin adding them again.

Quote:
Originally Posted by cardio
Hi

I am getting the alert 'No data for pair ...'
I am using IBFx and have the TSD_MT4_MR_Trade_0_34 as posted, but modified for Hourly trades. Will it continue working even with the alert?

I see where it is coming from in the code - I see Mode_spread is the 'spread value in points' - any help would be appreciated.

if ( MarketInfo (TradeSymbol, MODE_SPREAD) < 1 ) {
if ( ! Alerted ) Alert ("No data for the pair: ", TradeSymbol, ". Please review and fix pairs variable.");
Alerted = true;
return(0);
}

on the yahoo forum, somebody tried to post a general text of just what the TSD EA is trying to do. I ask the user to send me this document - but never managed to get hold of it - if someone did - pls post it up.

Thanks
Cardio
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-16-2005, 11:40 AM
FXFlash52 FXFlash52 is offline
Junior Member
 
Join Date: Sep 2005
Posts: 1
FXFlash52 is on a distinguished road
Instuction docs can be stickies??

Can the instruction docs be made stickies so that they are always available at the top?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 09-16-2005, 11:52 AM
vivachinajupiter
 
Posts: n/a
Quote:
Originally Posted by FXFlash52
Can the instruction docs be made stickies so that they are always available at the top?
If finally forum begins to be used, I will do a lot of improvements (we are experts in that ).

Yes ... I think our main goal should be have all very well classified and sorted ... some times I have been a lot of time to find an specific post.

Best regards.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-16-2005, 12:41 PM
Eric Eric is offline
Senior Member
 
Join Date: Sep 2005
Location: Kailua-Kona, Hawai'i
Posts: 187
Eric is on a distinguished road
Triple Screen Trading Principles Document

Here is a copy of that document that was posted. It is a general description of what Dr. Elder's system (the basis of TSD) is about. I forgot who originally posted it to the group, I just saved a copy.
Attached Files
File Type: doc TripleScreenTradingPrinciples.doc (83.0 KB, 280 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 09-26-2005, 07:54 AM
fxid10t's Avatar
fxid10t fxid10t is offline
Member
 
Join Date: Sep 2005
Location: MidAtlantic USA
Posts: 72
fxid10t is on a distinguished road
with ibfx, the market info for spread returns 0, so one needs to edit the code to assign values to each pair for spread, for example...

if(tradesymbol()==eurusd) spread=2;
if(tradesymbol()==gbpusd) spread=4;
if(tradesymbol()==gbpjpy) spread=8;

and so on...

the alert is no longer useful with ibfx, so needs to be relegated to a comment, ie /*...*/


Quote:
Originally Posted by cardio
Hi

I am getting the alert 'No data for pair ...'
I am using IBFx and have the TSD_MT4_MR_Trade_0_34 as posted, but modified for Hourly trades. Will it continue working even with the alert?

I see where it is coming from in the code - I see Mode_spread is the 'spread value in points' - any help would be appreciated.

if ( MarketInfo (TradeSymbol, MODE_SPREAD) < 1 ) {
if ( ! Alerted ) Alert ("No data for the pair: ", TradeSymbol, ". Please review and fix pairs variable.");
Alerted = true;
return(0);
}

on the yahoo forum, somebody tried to post a general text of just what the TSD EA is trying to do. I ask the user to send me this document - but never managed to get hold of it - if someone did - pls post it up.

Thanks
Cardio
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 09-28-2005, 10:34 AM
cardio cardio is offline
Senior Member
 
Join Date: Sep 2005
Location: St Louis, MO, USA
Posts: 176
cardio is an unknown quantity at this point
Thanks fixid10t

That solved my problem - then run into invalid ordersend function and I finally got the thing to work by increasing 'risk = 0.00' to 'risk = 0.01'
I will leave it running on demo and see how it does.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-24-2006, 02:09 PM
radicalmoses radicalmoses is offline
Senior Member
 
Join Date: Jan 2006
Posts: 135
radicalmoses is on a distinguished road
Thanks for the EA,
got it installed and demo running today. Just a question,, the strategy tester not working on this EA. Any of you demo trading this for some time, can you tell me how this has performed?? Thanks for your help.

Thanks to all of you.
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
StepMA - my version sashken Indicators - Metatrader 4 35 09-13-2007 05:08 PM
is it possible in pocket pc version?? kucinx General Discussion 6 06-02-2006 03:41 AM
New Version MFX TSD Expert Advisors 6 01-24-2006 02:48 PM
Version upgraded forexts Announcements Blog 2 01-18-2006 10:24 AM


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