Please help with FileWrite() FileWriteArray() - page 2

 
Dadisx:

Sorry I m confused.. Is it possible to use EA on back testing (strategy tester), collect info and after that write info in file?
Yes of course.
 

I downloaded MT4 from

http://www.metatrader4.com/traders

and they have 604 build.. But that's probably not the reason, I'm missing here something important probably some basic.. :(

Does my original script not gonna work in strategy tester? Is there another way to save info from EA in TXT or CSV.

 
Dadisx:


No luck

string paridade = "aaa.csv";

string pathName="d:\\Forex\\Dados\\"+paridade; //paridade like Um.csv

does not make even folder on d:\ :(


You can't write to files outside of the MT4 sandbox . . . unless maybe using DLL calls, but that would need a DLL function that accepts a unicode filename . . .