MT5 Regular Export from „Trade window“: Account details and sum of open trades + Lots into txt file

Trabalho concluído

Tempo de execução 5 dias
Comentário do cliente
Ahmed is an excellent customer oriented developer who delivers what was agreed on. He works and communicates fast, fixes bugs and delivers an excellent product.
Comentário do desenvolvedor
Thank you !

Termos de Referência

Hello,

I require an EA which writes my actual MT5 account „Balance“, „Equity“, „Free Margin“, „Total Lots/Volume open“, „Total Nr of open positions“, „Total Floating Profit“, „Account profit“ in a .txt (or csv) file in regular intervalls.

Input parameters (1-5):

1) File name
-> String
-> Explanation: name of the file. The program should check if the file exists
---->   if yes, add to it by creating new row entries
---->    if not, create a new file

2) File path
-> String
-> Explanation: path where the file should be stored

3) Hour start to record
-> Integer 1-24
-> Explanation: Based on broker time (ic markets). E.g. for a night scalper I would select „23“

4 Hour end to record
-> Integer 1-24
-> Explanation: Based on broker time (ic markets). E.g. For a night scalper I would select „1“

5 Min Intervalls
-> Integer 1 – 240
-> Explanation: Intervall to record/add new rows into .txt file. E.g. Night scalpers need monitoring every 15min, longterm trend EAs every 120min


Rows in the .txt file should have the following content/format (incl. row header):

Filename, timestamp of recording, Balance, Equity, Free Margin, Total Lots/Volume open, Total Number of open positions, Floating Profit, AccountTotalProfit

-> Example:
-->   FileNameA,01.12.2021 23:00,9000,8000,7500,5.8,7,230,500


Example .set file :
File name: „FileNameA“
File Path: „C:\Users\TraderA\Download“
Hour start to record: „23“
Hour end to record: „24“
Min intervalls: „15“

 

Example output .txt/.csv - Format should look like the following:

FileName;DateTime;Balance;Equity;FreeMargin;TotalLots/VolumeOpen;TotalNrOpenPositions; FloatingProfit;AccountTotalProfit
FileNameA;01.12.2021 23:00;9000;8000;7000;5,8;10;-1000;100
FileNameA;01.12.2021 23:15;9000;8500;7500;5,8;15;-500;100
FileNameA;01.12.2021 23:30;9000;9500;8500;5,8;7;500;100
FileNameA;01.12.2021 23:45;9000;9000;9000;0,0;4;0;600

 

Screenshot of data to be extracted in regular intervalls attached:

Respondido

1
Desenvolvedor 1
Classificação
(236)
Projetos
440
26%
Arbitragem
125
21% / 57%
Expirado
96
22%
Trabalhando
2
Desenvolvedor 2
Classificação
(29)
Projetos
34
26%
Arbitragem
0
Expirado
4
12%
Livre
3
Desenvolvedor 3
Classificação
(57)
Projetos
72
22%
Arbitragem
13
46% / 15%
Expirado
5
7%
Livre
4
Desenvolvedor 4
Classificação
(337)
Projetos
455
52%
Arbitragem
22
50% / 27%
Expirado
5
1%
Ocupado
5
Desenvolvedor 5
Classificação
(94)
Projetos
190
66%
Arbitragem
8
25% / 50%
Expirado
2
1%
Livre
6
Desenvolvedor 6
Classificação
(253)
Projetos
408
38%
Arbitragem
86
43% / 19%
Expirado
70
17%
Carregado
Pedidos semelhantes
Make ea 30+ USD
I want close option signal option even when tp and sl is active with take profit stop loss and trailing stop loss. time filter, auto lots x balance. i get paid on 00:00 uk time so i can send the agreement
i get paid in 12 hour too send agreement Once the Tp or stop loss or trailing sl is hit a new order is placed in the direction of where the Tp and sl or tsl is hit immediately So trail profits until close and open new trade in reverse direction immediately and trail until close again points for trailing sl, tp and sl I want the trailing stop too have two different functions one is that it’s trails from the entry
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )
I need a chart to replicate/track my equity + Balance Curve into my mt4. Also this chart i need to be able to add Stochastic / Bollingerband / Moving average on the equity/balance curve. Besides the equity curve i would like the indicator to show the Line-chart of my win + 1 and my loss -1 which results in a win-loss curve. ( i will discuss this with the choosen developer in depth. ) More information on what i want
I want to export the live feed from my market watch to my technical analysis software. They have provided me an api also. Is there a way that their api can be integrated and take rates from my mt5 client terminal
Starting from scratch, I need a solution to develop my own crypto trading and exchange platform. This platform should compare prices across various exchanges like Coinbase, Binance, KuCoin, and Unocoin, as well as different cryptocurrencies. The solution must identify opportunities to buy on one platform and sell on another for a profit, transferring funds to my personal wallet instantly for security. The bot should
I need a AI signal generating and executing bot for forex trading. The bot should operate such that when i put it in a chart it will analyze the market, after several minutes it will display whether the trade is buying or selling and then execute a trade. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all

Informações sobre o projeto

Orçamento
70+ USD
IVA (19%): 13.3 USD
Total: 83.3 USD
Desenvolvedor
63 USD
Prazo
de 1 para 14 dias