This is a small micro-service I built to simulate real time market data, for a options trading platform I am developing
Although this is meant to just serve as an API, you can see how it works by following this link HERE.
How toTo start a data stream just click an index symbol like AUD/JPY and open the console to see the stream. You can click and subscribe to multiple streams, each delivering a OHLC tick at a 100 millisecond interval. To unsubscribe to a feed, just click the Symbol agian
Note: Blue means you're subscribed to the feed.
Video of the platform:Video
Please note: The video is a very early build, what you see is a little over 1 week into development.