Utility file converter for converting to .json files

Auftrag beendet

Ausführungszeit 3 Tage
Bewertung des Entwicklers
Thanks again for your supports.
Bewertung des Kunden
Great developer, completed much sooner than expected, and always had the solution.

Spezifikation

This description is for the purpose of taking MT5 open bar data files to convert them to upload into a server that only accepts MT4 .JSON files.  The utility should be easy to use with only minor steps.  The files also need to work with a .JSON file merge utility I have.  I have the file merger utility to send to aid with development. 

For reference: I already tried “create custom symbol” in MT5 but received the error “Cannot read properties of undefined (reading 'replace')when trying to upload the MT5 .json file into the server. 


Bewerbungen

1
Entwickler 1
Bewertung
(94)
Projekte
190
66%
Schlichtung
8
25% / 50%
Frist nicht eingehalten
2
1%
Frei
Ähnliche Aufträge
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {

Projektdetails

Budget
45 - 85 USD
Ausführungsfristen
von 2 bis 20 Tag(e)