I need live tick data... how can I pull this data ?

 
How can I fetch Tick data from MT5 and MT4 broker terminal in real time (live tick data) ? 
 
tec.nacks:
How can I fetch Tick data from MT5 and MT4 broker terminal in real time (live tick data) ? 

ok I understand you want to fetch tick data which is bid ask data. Tick data usually comes from websocket as its realtime at 0ms

I see you want to fetch from MT5 and MT4 broker. But where is your destination?

You want to export in excel, SQL db or any custom application you have created? share the destination source.