Analyze and report price movement on a set of closed trades

MQL5 Experts Scripts

Termos de Referência

I need an expert advisor/script that will take a set of closed trades that I provide in CSV format (will be several hundred or more) and then provide me with a report showing the

life cycle of the trade. How far it went out of the money and how far in the money it was while the trade was open.


ID Open Time Symbol
Size Item Price S / L T / P Close Time Price Commission Taxes Swap Profit ($) Profit (Pips) Max Profit Max Loss MaxProfit
Points
MaxLossPoints Max Profit Time Max Loss Time Trade Open
time (minutes)


This is an example of the closed trades to be analyzed:


Open Date,Close Date,Symbol,Action,Lots,SL,TP,Open Price,Close Price,Pips,Profit,Duration (DD:HH:MM:SS),Gain

06/11/2019 12:49,06/11/2019 19:59,USDCAD,Buy Limit,0.10,0.00000,1.33000,1.32250,1.32935,0.0,0.00,00:07:10:35,0.00%

06/11/2019 12:48,06/11/2019 19:59,USDCAD,Buy Limit,0.10,0.00000,1.34500,1.32400,1.32933,0.0,0.00,00:07:10:53,0.00%

06/10/2019 09:53,06/11/2019 15:11,EURJPY,Buy,0.10,0.00000,123.20000,122.92200,123.06300,14.1,12.96,01:05:17:48,0.53%

06/10/2019 09:53,06/11/2019 15:11,EURJPY,Buy,0.10,0.00000,123.20000,122.92800,123.06800,14.0,12.88,01:05:17:57,0.53%

06/10/2019 09:53,06/11/2019 15:11,EURJPY,Buy,0.10,0.00000,123.20000,122.93400,123.07500,14.1,12.97,01:05:18:00,0.54%

06/10/2019 04:35,06/11/2019 15:11,EURJPY,Buy,0.10,0.00000,123.20000,122.77300,123.07300,30.0,27.59,01:10:36:08,1.16%

06/06/2019 21:14,06/07/2019 18:47,EURJPY,Buy,0.10,121.20000,123.30000,122.22700,122.47600,24.9,23.04,00:21:32:14,0.97%

06/06/2019 21:15,06/07/2019 18:47,EURJPY,Buy,0.10,121.20000,123.40000,122.22700,122.47600,24.9,23.04,00:21:32:02,0.98%

06/06/2019 21:15,06/07/2019 18:47,EURJPY,Buy,0.10,121.20000,123.40000,122.22700,122.47700,25.0,23.13,00:21:31:56,1.00%

06/06/2019 21:14,06/07/2019 15:41,USDCAD,Sell,0.10,0.00000,0.00000,1.33673,1.33080,59.3,44.56,00:18:26:38,1.96%


I expect this data to provide a wealth of insight to help improving trading in various ways.


Thank you,


Mark


Respondido

1
Desenvolvedor 1
Classificação
(188)
Projetos
212
58%
Arbitragem
9
11% / 89%
Expirado
8
4%
Livre
2
Desenvolvedor 2
Classificação
(24)
Projetos
27
33%
Arbitragem
2
100% / 0%
Expirado
1
4%
Livre
3
Desenvolvedor 3
Classificação
(168)
Projetos
199
48%
Arbitragem
3
33% / 33%
Expirado
2
1%
Trabalhando
4
Desenvolvedor 4
Classificação
(5)
Projetos
3
0%
Arbitragem
19
0% / 100%
Expirado
0
Livre
5
Desenvolvedor 5
Classificação
(52)
Projetos
89
25%
Arbitragem
8
75% / 13%
Expirado
44
49%
Carregado
6
Desenvolvedor 6
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
7
Desenvolvedor 7
Classificação
(19)
Projetos
24
17%
Arbitragem
7
0% / 71%
Expirado
3
13%
Livre
Publicou: 2 artigos, 4 códigos
8
Desenvolvedor 8
Classificação
(277)
Projetos
334
55%
Arbitragem
14
36% / 29%
Expirado
1
0%
Livre
9
Desenvolvedor 9
Classificação
(17)
Projetos
22
73%
Arbitragem
2
0% / 100%
Expirado
10
45%
Livre
Publicou: 3 códigos
10
Desenvolvedor 10
Classificação
(163)
Projetos
236
32%
Arbitragem
30
27% / 30%
Expirado
26
11%
Livre
11
Desenvolvedor 11
Classificação
(1)
Projetos
1
0%
Arbitragem
1
0% / 100%
Expirado
0
Livre
12
Desenvolvedor 12
Classificação
(7)
Projetos
8
13%
Arbitragem
0
Expirado
1
13%
Livre
13
Desenvolvedor 13
Classificação
(574)
Projetos
945
47%
Arbitragem
309
58% / 27%
Expirado
125
13%
Livre
Pedidos semelhantes
Product Requirements Document (PRD) Project Title: Liquidity Sniper Semi-EA (Fibonacci & SMC Based) Platform: MetaTrader 5 (MQL5) Target Asset: XAUUSD (High Volatility) / M5 Timeframe 1. EA Operating Concept (Semi-Automated) Human-Machine Collaboration: The trader manually draws a standard Fibonacci Retracement object on the M15 chart to define the market structure (setting the 1.0 and 0.0 anchor points). EA's Role
Looking for a good EA 30 - 100 USD
Hello guys,i am looking for a good already established ea,that doesnt blow account,only give 5 percent per month with maximum 10 percent drowdown,I need prove,i need to backtest by myself,after that i select the developer
Short Description: I am seeking an experienced MQL4 developer to build a high-frequency Asymmetric Salami Grid EA . This is a sophisticated volatility harvester, not a basic martingale. Key Features to Implement: Virtual Grid Execution: No pending orders; all logic handled in-memory via OnTick . Asymmetric Lot Sizing: Trend-side degression vs. Counter-trend progression . Salami Partial Liquidation: XX% of profits
I would like to convert my MT4 EA to MT5 EA, it should have all the default indicators in it but can remove the custom indicators, it should have the same logic as MT4 EA no chnages at all in the logic
Description: I am looking for an experienced MQL4 developer to create an Expert Advisor (EA) for trading DAX (GER40) based on the confluence of two indicators. I already have both indicators in .ex4/.mq4 format. Key Requirements: Indicators: Use "PivotPoints-All-In-One" and "shved_supply_and_demand" (via iCustom). Entry Logic: Open BUY/SELL only when a Pivot level (PP, S1, R1 etc.) is located inside a "Verified" or
Hello i need an expert advisor for meta trader 5 .Strategy: Trend on H1 using EMA 50. ENTRY on M5 when the price pulls back to EMA 21 or VWAP. BUY after bullish candle confirmation , SELL after bearish candle conformation.STOP LOSS 5- 8 pips ,TAKE PROFIT 10 - 15 pips.include spread filter , no trade on major news and a maximum of 3 trades per day
I am seeking an experienced MQL5 developer to build a high-precision Gold (XAUUSD) scalping Expert Advisor. The objective is to achieve a Profit Factor (PF) of 2.0 or higher with a focus on institutional logic rather than retail lagging indicators.The EA must be designed to pass a "100% Real Ticks" backtest (Exness/Dukascopy data) over a 30-day period with a $500 initial deposit.Core Requirements & Strategy
Title: Design and Development of an Automated Forex Trading Robot Using MQL5 and Machine Learning Techniques Abstract: This project focuses on the design and development of an automated Forex trading robot that integrates MQL5 programming and machine learning techniques. The system aims to predict market movements and execute trades automatically, minimizing human error and emotional trading. By leveraging historical
I am looking to purchase an existing multi-currency MT5 Expert Advisor that is capable of trading multiple currency pairs simultaneously . Please only contact me if you already have a ready-made EA and are willing to sell the full system including the complete source code . ⚠️ Important: If you do not own the EA, do not have the source code, or are planning to build something from scratch, please do not apply
Chin 30 - 300 USD
i want to add the 30m time frame in the ema section high ema is 1h low ema is 5m i want u to add a mid ema so i can use 3 time frames

Informações sobre o projeto

Orçamento
30 - 250 USD
Prazo
de 1 para 10 dias