mql4Forum
mql4Forum
Friends

Add friends via their profile or user search and you will be able to see if they are online

mql4Forum
Registered at MQL5.community
mql4Forum
Added topic Gather data from indicator
I want to gather all the data from an indicator and export it/generate a graph in a new window. Is there an easy way to do it? I imagine it would be something along the lines "for (int i = 0; i < Bars; ++i) if (foundSignal) exportData" Also, I'd