Custom Realtime data

 

I have created a custom symbol

I need to pass realtime live data to that symbol

I will record live data in csv file using python

What is the actual way to pass that live data to MT5 symbols

Do I need to use MetaAPI or is there any other way of doing it?

 
nithinpiratez: I have created a custom symbol. I need to pass realtime live data to that symbol. I will record live data in csv file using python.What is the actual way to pass that live data to MT5 symbols. Do I need to use MetaAPI or is there any other way of doing it?
You have to build and maintain the Custom Symbol's data via the MQL5 code using the Custom Symbol functions.