stock index data avaliable

 
 

here's the text!

I got the MT version 4 build 229 with FXDD as a broker.

I was checking out, if one could use the terminal for stocks (or futures) chart-analysis as well.

So I implemented for example MarketInfo("US30",MODE_BID) and MarketInfo("DE30",MODE_BID) in an EA via

Comment("MA_US_cur-----------",MarketInfo("US30",MODE_BID),"MA_DE_cur----",MarketInfo("DE30",MODE_BID));

but the MT doesn't seem to receive those data (only keeps showing a "0").

What's the reason for that? is it the platform/broker combination I have or a programming mistake?

if anybody knows, thanks in advance.

 
Do u get any errors? Post your code.
 
Open the market watch (control-M) Right click -> symbols. That's all you get from that broker.
Reason: