GetRTData() for ask minus bid

Hi All,

May I know how can I get the "ask minus bid" data on the T&S windows by AFL? I know it is the stat done by the T&S windows so I think it is not something sort of "Real Time" date so I could get by function GetRTData().

Any help would be highly appreciated. Thanks a lot!

Bid 	= GetRTData( "Bid" );
Ask 	= GetRTData( "Ask" );
Spread 	= Ask - Bid;

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.