grafzero / Publications
Forum
FileWrite in strategy tester
Hello guys i have little problem with this code void OnInit OpenFile(xxx,FILE_WRITE||FILE_BIN ); OnTick or OnTimer i drop some data to array then OnDeinit() FileWriteArray(xxx,0, WHOLE_ARRAY ) FileClose(xxx) and thats working fine in expert adv. After removing expert from chart i can access my file