Convert WebSocket tick stream to Metatrader Candlestick

 
hello,
i am new to MQL, but i have knowledge in Python, C# , Web Programming Language.
i want to try build a Metatrader chart based on Broker Websocket tick stream, and convert it to metatrader, is it possible ?
if yes what should i learn to convert it, or any documentation or article to convert a custom Tick stream to metatrader ?
also the  broker that i am working on doesn't support Metatrader, but i could access their Websocket tick stream.

thank you
 
Ginanjar Noviawan:
hello,
i am new to MQL, but i have knowledge in Python, C# , Web Programming Language.
i want to try build a Metatrader chart based on Broker Websocket tick stream, and convert it to metatrader, is it possible ?
if yes what should i learn to convert it, or any documentation or article to convert a custom Tick stream to metatrader ?
also the  broker that i am working on doesn't support Metatrader, but i could access their Websocket tick stream.

thank you

As much as I know, you need to do it in mql5 and use CustomSymbols.

Reason: