Utility file converter for converting to .json files

Tâche terminée

Temps d'exécution 3 jours
Commentaires de l'employé
Thanks again for your supports.
Commentaires du client
Great developer, completed much sooner than expected, and always had the solution.

Spécifications

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. 


Répondu

1
Développeur 1
Évaluation
(94)
Projets
190
66%
Arbitrage
8
25% / 50%
En retard
2
1%
Gratuit
Commandes similaires
//———————————————————————————————————————————————————————————————————— 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 () {

Informations sur le projet

Budget
45 - 85 USD
Délais
de 2 à 20 jour(s)