Hi,
Thanks for you work, but please precise that it's non really usable for backtrading in the readme. And any other limitations.
There is no protocol to know when data Success or not to get historic data, sending 5 time the same data? No start of function or end or communication protocol?
for (int i=0; i<5; i++) { if (WriteToFile(filePathHistoricData, text)) break; Sleep(100); }
Regards