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.
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.
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.
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.
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.
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.
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.