how to get these data into meta trader live?

 

Hi

I have seen that btc-e developed a meta trader server for demonstrating the prices in meta trader live, this one won't let you use the trading options but simply feed the chart data to meta trader.

the thing is that I  trade in other websites that don't have this but give other options to get the informations, for example, look at this :

https://poloniex.com/public?command=returnChartData&currencyPair=BTC_ETH&start=1388534400&end=9999999999&period=300

what you see is the BTC (Bitcoin) ETH (Etherium) pair from polonix and it's chart info from 2014 ! question is, how would i be able to use these information in a server and make a server that people could log into with their meta trader clients to see these information?

I don't need any broker options just data feed back, can't find any tutorial and guide line for this. i would prefer to get these into meta trader 5.

please anyone help?

 
You need to use an API (if available) or create one to get the data. Then an MT5 EA to get and display the data.
 
Alain Verleyen:
You need to use an API (if available) or create one to get the data. Then an MT5 EA to get and display the data.

Well Poloniex has the API and even another link to get data in a special format, take a look at this :

https://poloniex.com/public?command=returnChartData&currencyPair=BTC_ETH&start=1388534400&end=9999999999&period=300

But I am new to this, what is EA?

 
khodakarami:

Well Poloniex has the API and even another link to get data in a special format, take a look at this :

https://poloniex.com/public?command=returnChartData&currencyPair=BTC_ETH&start=1388534400&end=9999999999&period=300

But I am new to this, what is EA?

This is a JSON array. You can download it from MT using WebRequest, then parse in MQL and output on a chart as candles (indicator).
 
khodakarami:

Well Poloniex has the API and even another link to get data in a special format, take a look at this :

https://poloniex.com/public?command=returnChartData&currencyPair=BTC_ETH&start=1388534400&end=9999999999&period=300

But I am new to this, what is EA?

An Expert Advisor.
 
Alain Verleyen:
You need to use an API (if available) or create one to get the data. Then an MT5 EA to get and display the data.
@Alain Verleyen Hi, I want to connect mt5 with live data using an api, because there are no authorised data vendors, brokers that support mt5. Can you pls help me? I will remain grateful. 
Reason: