MT4 to Google SpreadSheet (live with DLL using Google Dev API)

Termos de Referência

I am looking for metatrader interation with cloud based software platform (something easy to use & easy access like Google SpreadSheet). Preferebly using DLL so that we dont have to key in the url to the webrequest.

The end goal is to use and save data on live. 


When the program saving the file to the excel or google sheet, it should save two main element Account detail (1st part) & Trade result (2nd part). This non-tradable EA will only trigger once there are any closing trade

  1. Account name
  2. Acc ID
  3. Balance
  4. Equity
  5. (Balance - Equity) / Balance * 100% = (AKA drawdown %) - Check if the balance is empty or not
  6. Current Symbol
  7. Current Timeframe
  8. Broker time
  9. Local time
  10. Broker name
  11. EA magic number (if dont have then 0)
  12. EA / Script / indicator name (for testing, make it available as a string input)
  13. Blank column - To sepererate session (if cant blank then just put a place holder like "-")
  14. OrderTicket
  15. OrderOpenTime
  16. OrderCloseTime
  17. OrderProfit (in Dollar)
  18. MAEinDollars
  19. MFEinDollars
  20. Holding duration (Close - Open time in minute)
  21. Holding duration (Close - Open time in hour)
  22. OrderProfit (in Point)
  23. MAEinPoints
  24. MFEinPoints
  25. TimeOfMAE
  26. TimeOfMFE
  27. Blank column - To sepererate session (if cant blank then just put a place holder like "-")
  28. Parameter list (Source: https://www.mql5.com/en/forum/191721#comment_5693578) - Optional


Input: Download data after Deinit = True;

By default, When the program deinit, it will download the google sheet to local in CSV format. And Print in the expert tab, where is the file location.


Make the program into function that called inside the start(). Soemthing like

int start(){

        if(trade has been closed) GoogleSheeet( some parameters );
}

void GoogleSheet( some parameters ){
	Do something...
}

There are the GoogleSheet program is transferable.


Code for Trade result (2nd) part will share privately.


Source code is needed.

Open to any suggestion!

Note: Thep past developer that wroking with me suggested Gogle Dev API (it is not nessary to use it, incase you have better suggestion).




Respondido

1
Desenvolvedor 1
Classificação
(206)
Projetos
333
35%
Arbitragem
66
12% / 58%
Expirado
87
26%
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 () {

Informações sobre o projeto

Orçamento
30+ USD
Prazo
para 3 dias