Utility file converter for converting to .json files

Trabalho concluído

Tempo de execução 3 dias
Comentário do desenvolvedor
Thanks again for your supports.
Comentário do cliente
Great developer, completed much sooner than expected, and always had the solution.

Termos de Referência

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. 


Respondido

1
Desenvolvedor 1
Classificação
(94)
Projetos
190
66%
Arbitragem
8
25% / 50%
Expirado
2
1%
Livre
Pedidos semelhantes
//———————————————————————————————————————————————————————————————————— 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 () {
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project

Informações sobre o projeto

Orçamento
45 - 85 USD
Prazo
de 2 para 20 dias