Contact the developer.
int OnInit() { //--- indicator buffers mapping // Create CSV file handle in WRITE mode. csv_io_hnd = FileOpen(Symbol() + "_TickData.csv", FILE_CSV|FILE_READ|FILE_WRITE|FILE_REWRITE, ',');
// If creation successful, write CSV header, else throw error if(csv_io_hnd > 0) { if(FileSize(csv_io_hnd) <= 5) FileWrite(csv_io_hnd, "time_milliseconds", "bid", "ask", "spread"); // Move to end of file (if it's being written to again) FileSeek(csv_io_hnd, 0, SEEK_END); } else Alert("ERROR: Opening/Creating CSV file!"); //--- return(INIT_SUCCEEDED); for more reference visit https://blog.darwinex.com/download-tick-data-metatrader/ if you need more support about any code or data topic visit Data Recovery Dubai

- blog.darwinex.com

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Dear all,
I have a payable indicator..i pay subscribtion. Indicator demands MT4 account number and password.I can see values on the chart.
I would just like to download all the history of indicator values.
We made a script collecting data via I-Custom function, but we get an error ("Cannot login, please make sure your loging credantials are correct, please also check that you've set the correct account number")
Any suggestions how to move forward?
thank you!