Charting graph from Expert Advisor

 

I have created a EA that sends tick data to a custom calculation module in my server and receives the calculation's result. I want to plot this result into the graph from this same EA. How should I approach it? All charting and plotting examples point me to write an indicator but it is not applicable for me because I have to do it via the same EA.

Also, I am very naive to the MQL4 ecosystem.

 
kajibaa: r but it is not applicable for me because I have to do it via the same EA.
Don't try do that. Write the indicator and then just get the value(s) of the indicator into the EA and do what you want with it. See Detailed explanation of iCustom - MQL4 forum
Reason: