Termos de Referência
I would like a simple Graphical display of a generated table displayed on an unused chart to display the following:
1. scans through the current open charts in mt5 for a dashboard display for the following , displayed as per screenshot example - Attached
2. looks for the existence of HLINE called BUY and SELL.
3. Pip Distance - if exists calculates the distance from the current price and shows this in a table
4. Table Rows - the table will have rows for the symbols, column for pip distance for BUY and Pip distance for SELL.
5. Table Columns - also a column for number of trades taken for that symbol, Today, this week, and this month. along with total profit.
6. Highlight facility - If the distance is less than, INPUT value one input for buy and one input for Sell, in pips. the table will highlight the Cell for ease of identification.
7. if no SELL or BUY HLINE exists just put none.
8. If an active trade is in play set whole row to a specific colour, user defined. highlight the BUY or SELL as before to show the direction of the trade that is in play.
9. formatting of code: each section should be clearly identified with text so i anyone else can pick this up in the future.
10. User inputs - size for the full Table size. table size properties should also be a value in the inputs to size the table for screen sizes. unless you can make it dynamic sizing.
11. colours of the formatting of the table should be user inputs to allow customisation. Colours are 1. Long taken, 2. Short Taken, 3. Current price within x pips, 4. N/A no HLINE detected with the labler BUY or labled SELL
12. refresh the table with new values every few sec or ticks ( User input in case it slows the computer down) ,set as a user input, default set to your recommendation. ds