Home › Forums › General Discussion › Correlate downloaded MT4 file with JSON object? › Reply To: Correlate downloaded MT4 file with JSON object?
October 25, 2020 at 1:14
#64003
Anonymous
Inactive
Hi, Ilan, and thanks very much for the info.
I discovered that the objects in the JSON file are in the same order as the strategies are listed in the collection. I have mine listed by descending net profit, so I’m able to go through the JSON file and manually match up the net profit I see for each object with the net profit for each strategy in the collection. It’s tedious, but do-able.
Thanks again,
Colin