Is it possible to create our own Web Trader application for any broker ?

 

Using Javascript , JSON and any other tools.

What is the role of flash player in a web trader

 
chandra100:

Using Javascript , JSON and any other tools.

What is the role of flash player in a web trader ? 

Hello,

In my opinion, you need:
  1. A MetaTrader 5 terminal.
  2. A web app to receive signals from MT5 (server side).
  3. An HTML5 app (javascript and canvas) to plot the results (client side).
On the one hand, there's a server API receiving small packages of data in every HTTP request (MT5 -> webserver). On the other hand the client side should paint the HTML5 Canvas graphics from the JSON files. JSON files are built on the fly with the last updates.

I think another important aspect is legal. I guess it is allowed to re-serve MetaQuotes' data from your web app, but maybe you should ask if you are allowed to do that.
Reason: