Expert Advisor to generate detailed reports

MQL4 エキスパート 設計

指定

Dear All 

i need an expert advisor to generate professional reports so i can statistically analyse my account in a professional way as below:

Extended Report Features

The extended report contains all parameters of the standard one. Calculation equations are taken from the source. Below is the table of innovations implemented for the extended report.


The detailed report is an  HTML file. It contains all standard report parameters, as well as some additional ones:

  • Profit (pips)
  • Summ ($) = Profit ($) + Swap
  • Risk factor (%)
  • Profit factor
  • Avg profit factor
  • Expected payoff
  • Avg. Expected payoff
  • Balance
  • Comment

The graphical part of the report is presented in the form of  dynamic Flash graphs, charts and pie diagrams.
The report contains the following graphical elements:

  • Balance week
  • Balance day
  • Order - Deposit Balance
  • Number of characters
  • Count win/loss dynamics
  • Order lot & Profit Pips & Risk factor %
  • Profit ($) & Summ ($)
  • Profit factor & AVG. Profit factor





  • Balance week graph displays profit or loss by weeks summing profitable and loss-making positions.
  • Balance day graph displays profit or loss by summing profitable and loss-making positions for a day.
  • Order - Deposit Balance displays profit or loss by each transaction.

Number of characters pie diagram displays the number of closed orders by currency pairs. Each pair has its definite color and the highest values are displayed as an extended piece of diagram.






Count win/loss dynamics column chart displays the number of profitable and loss-making deals by each order type for a currency pair.


Automatic generation of  XML files for generating charts. The files are saved on your PC's hard drive.






The system of checks and warnings. This system prevents incorrectly set parameters in script settings and warns of incorrect data.


Report filtration system. Report can be generated in many ways by applying various filters. As a result of filtration, you receive exactly the report you need for analysis.






Date and time filter. This function is necessary if you want to generate the report for a specific date or time. The report includes all closed, open and pending orders, open and close conditions of which coincide with specified time settings.


Order comment filter. This function filters the report by a particular parameter and adds the deals having comments coinciding with the ones specified in the script settings.






MAGIC number filter is necessary for separation of automatic and manual trading or an automatic trading by several Expert Advisors on a single account. This report contains only positions and orders with their MAGIC parameter coinciding with the one specified in the script settings.


Enabling/disabling display of pending orders in the report. It is not always necessary to display pending orders in the report as they do not carry any data useful for analysis while revealing Expert Advisor's operation or manual trading logics to third parties.






Enabling/disabling display of open positions in the report. It is not always necessary to display open orders in the report to investors or any other person.


Enabling/disabling display of zero-profit positions in the report. If deal history contains zero-profit orders, it would be better to exclude them from the report as they do not carry any important data, while leading to decreasing such calculation data as profit factor, mathematical expectation, etc.






Filter for displaying only necessary columns. This filter is necessary for efficient information presentation, as well as for concealing important trading strategy elements without distorting trading results.


Sorting orders when generating a report. It can be set by any of the columns. This function accelerates understanding of the report, as well as fits together report parameters by a number of parameters, for example, by Open and Close time, currency pair, lot, etc. The orders can be saved in the report, so that the Expert Advisor's operation logic cannot be revealed. This refers to multicurrency strategies where opening can be performed on various currency pairs by a certain parameter.






Calculating an order's lifetime This parameter is important for understanding Expert Advisor's parameters or trading style. The longer the order's lifetime, the higher the probability that the entry signal's accuracy is low and the order is located in loss-making state for quite a long time. If the lifetime is short, that means the strategy is based on scalping and pipsing. This sometimes leads to tightening the rules of performing trading deals by dealing centers.


Calculation of the amount of profit and loss in pips of the currency pair. This parameter provides greater understanding of the objectives reached by the Expert Advisor. This calculation does not depend on the dynamic lot, leverage, etc.

More details about the one that i need you can find it here in below page:

https://www.mql5.com/en/articles/1383


and of course it is open for any modification adding more graphs and statistical figures with more and more comparisons and can be extracted to excel and/or PDF


Thanks

応答済み

1
開発者 1
評価
(23)
プロジェクト
45
20%
仲裁
24
29% / 46%
期限切れ
12
27%
2
開発者 2
評価
(129)
プロジェクト
208
54%
仲裁
21
24% / 52%
期限切れ
64
31%
3
開発者 3
評価
(119)
プロジェクト
127
41%
仲裁
3
33% / 67%
期限切れ
0
4
開発者 4
評価
(33)
プロジェクト
49
12%
仲裁
16
0% / 88%
期限切れ
10
20%
5
開発者 5
評価
(4)
プロジェクト
5
0%
仲裁
2
0% / 100%
期限切れ
0
6
開発者 6
評価
(277)
プロジェクト
334
55%
仲裁
14
36% / 29%
期限切れ
1
0%
7
開発者 7
評価
(1)
プロジェクト
1
0%
仲裁
1
0% / 100%
期限切れ
0
類似した注文
Create a fix button, click on meta will remove custom indicator from chat, click again will add Also add a background image, the image is given below. Make this on EA Contact me at telegram if you are an expat on this @Gw_rakib1
I am looking for a highly sample and ready and tested profitable EA to purchase.if it meets my requirements i will order same one.EA must be low drawdown high profit on any timeframe
i have a ready made SMC EA and looking for optimizing and debugging and also adding back the missing things in the requirement file. Basically work with the current code and refine it to fit the requirement file. Most indicator is already in the EA and the requirement file below are mostly finish. here are the things need to add back and debug based on the requirement file 1. TP from the filter and need to check
If you think you can replicate EA ("reverse engineering") from Metarader's Market, and create a new EA from scratch that works 100% the same - please send an offer. I have already managed to find out many features of that EA (entry times, risk management, averaging, trailing...) but I still miss a few
Candle wick bot The bot will have a set amount of wick length to enter trade at candle open price, there will be a set Amount in points that the candle wick has to be to then enter that opposite of the wick direction Settings will look like this : Timeframe: (meaning which candles you’re using to measure open price from for the wick length ) If set to 5 min it’ll be using 5 min candles , if set to 15 it’ll use 15
Looking for a developer to create an MT4 EA based on a custom currency strength indicator and simple moving average. Will provide currency strength indicator code to the selected developer. Buy rules If the EA added in the EURUSD chart and EUR has a currency strength above or equal to 6 and USD has strength less than 2. Wait for the prices comes back to SMA and open the buy trade if the price closes above SMA. Place
I have an equity reporter. This equity reporter displays the maximum and minimum equity reached over a specific interval. So, if the interval is set to 24 hours, the script will generate data in the format: "Profit ATT" (profit AtThatTime) shows max./min. during the specific interval This specific report shows data in pips. It can also be set to display in price or percentages. The interval is also easily adjustable
Sistema HTF EFECTIVO 30 - 60 USD
Hola, me gustaría que un programador experimentado creea un sistema de trading EA que abra y cierre operaciones muy rápido en segundos (HFT). Sería óptimo tener una opción/botón para activar solo para comprar o solo para vender (operaciones unidireccionales). Con una buena interfaz gráfica de usuario. Se agradece la implementación de su propia experiencia con sistemas de trading HFT. Es para mercados volátiles como
Hello, I would like an experienced programmer to create an EA trading system which opens and closes trades very fast within seconds (HFT). To have an option/button to activate either for only buy or only sell (one way trading) would be optimal. With a nice GUI. Implementing your own experience with HFT trading systems is welcomed. It's for volatile markets such as XAUUSD or US30. Taking advantage of order placements
The strategy is a martingale type . i.e if it hits the stop loss , it will double the lot size and place again in that direction, and when it hits the take profit at any level of the martingale, it will start over from the first lot size used initially

プロジェクト情報

予算
50 - 300 USD
開発者用
45 - 270 USD