Indicator calls with DDE

 
Just a quick question. Does anyone know of a way to make indicator calls through a DDE link? Say for example i wanted an RSI value from an MT4/5 chart, is there a way to call it into excel using DDE... as opposed to having to construct it with historical data? 
 
Aaronsebaronse:
Just a quick question. Does anyone know of a way to make indicator calls through a DDE link? Say for example i wanted an RSI value from an MT4/5 chart, is there a way to call it into excel using DDE... as opposed to having to construct it with historical data? 
I don't think it's possible to use DDE with MT5. You can export your data's to a file and read them from Excel.
 

Cheers angevoyageur,

Yes it seems to be the case, sadly. DDE seems to be restricted to bid/ask/high/low/time. I trawled through several hundred forum pages to find it out (god, talk about a wild goose chase). I also drew a blank trying to find a VBA method to parse the live DDE into OHLC tables. Losing the will to live frankly with that one. 

 
DDE - Server
DDE - Server
  • votes: 12
  • 2012.11.22
  • RickD e2e-fx.net
  • www.mql5.com
Export MQL5 live data to Excel (DDE)
 
FinGeR:

It is possible with additional extensions.

https://www.mql5.com/en/code/1246
https://www.mql5.com/en/articles/27

Thanks FinGer, i'll have a look at those, much appreciated.

All the best. 

Reason: