View Single Post
  #2 (permalink)  
Old 09-16-2005, 06: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
Reply With Quote