Trabajo finalizado

Plazo de ejecución 13 días
Comentario del Cliente
Aleksandr has delivered with perfection. His response time is excellent, understood what I wanted, he went above and beyond and will hire him again for future developments. Pleasure to do work with.

Tarea técnica

Hello Everyone,

I need a real professional who can create the same indicator that already exists such as GraphOnGraph (GoG) seen here. Although it is an extremely simple indicator you need to be very familiar with it or look at it if you haven't seen it before, particularly the coding and the mathematics behind it.

*** Please note I need this done within 5 days or less from acceptance as it is very urgent. If you complete it within 3 days there will be a 20% bonus! ***

I will be using the same developer to enhance this indicator later and to turn this into a robot with a Money Management Strategy System (MMSS). And after that, also another MAJOR project involving the development of a multi-indicator matrix (adding to this one), where this will also be turned into an EA Robot with MMSS.

No newbies, only established professionals please. I don't have time to try out developers. I will be paying good money as time goes on so please don't waste my time. I've wasted enough as it is!


As for this indicator, I need a lot of extra modifications to the existing (GoG) version. There will be 2 parts to this indicator.

1. A GRAPH showing multiple symbols on one frame like the GoG. (With the current GoG version you can add multiple GoGs on one timeframe).

2. An ALL IN ONE DASHBOARD.


1. GRAPH showing multiple symbols:

Pretty much like the GoG version but with the options to change its view via the Dashboard as described further down.

gog

As you can see I have added all 10 pairs onto one graph with different colours for each. I then added a scale from 0-100 from top to bottom extremes. This was for the M1 timeframe. If you noticed the extreme tops and extreme bottoms are good indicators of reversal for that timeframe. If a pair tops out then I know it will most like head down until it reaches the bottom. I measure where it's at using a matrix (as shown below) but I do this manually which takes too much time. That's why I need you to develop it for me automatically. 

Notice also that there is a figure at the top right (1.689) and one at the bottom right (1.1595). This is the cumulative value of all pairs but I need you to explain to me mathematically how this calculates in a basic manner.

Please see the matrix (below) where I entered values for the graph manually.

yoyo

Another thing that is important... notice when you have 10 pairs on one graph, you zoom out and set the scale, right? You can clearly see nice and straight bottom and top, but... as soon as you scroll or zoom, those bottoms and tops change. Notice that?

The calculations in the matrix panel needs to be exactly the same as the graph as I showed, otherwise it becomes something different and I don't want that.

The panel/matrix needs to emulate the graph exactly. And it needs to emulate it with full zoom out only.


2. ALL IN ONE DASHBOARD

The dashboard will have several sections:

  • the main matrix table of symbols (currency pairs, commodities, shares etc) with all time frames (M1-MN) showing where they are on the graph - see table image above. It must also allow for indices and commodities and shares if needed as long as the symbol name is entered. There should be an "add symbol" button under the last existing symbol where a text box opens. Once entered a new row for that symbol will be added. The list should be able to add up to 50 symbols in the mix and be seen visually on a single chart with different colours for each. The chart should be separate to the dashboard as it needs to be enlarged for a good view.
  • another settings section for basic visual viewing options (open/high/low/close -- candlestick/line/ohlc bar etc).


- a graph showing all selections like the existing indicator (GoG) but with an option to view as line/open/close/high/low/ohlc with buttons available on the dashboard in the settings section, which will also be visible. 

- currency pairs (or stock indices) can be added via the dashboard by adding rows via a button.

- the ability to open a chart for any currency pair or indices by clicking a button.

- the ability to hide/show symbol on live graph/chart but still keep it in the main matrix table. The reason for this is because sometimes you can't see if a particular pair has topped out or bottomed out due to other colours in its way.

- the main table shows index value for each time frames with green going up (+1% to +100%) and red going down (-1% to -100%).

- it needs to be fast and not slow down the computer or MT4 itself.

- I will need some basic advice/education about how the limits/calculations work when you add multiple currency pairs to the same chart.

- code must be hidden and un-readable and un-crackable. You must show me or leave instructions on how to show them if needed later.

- basic logo. The name of this indicator will be provided to the winning developer.

- notifications to email or phone when any symbol or timeframe (in the matrix) approaches top or bottom extreme.


Thank you and good luck to all of you.

Han respondido

1
Desarrollador 1
Evaluación
(195)
Proyectos
395
28%
Arbitraje
155
20% / 52%
Caducado
112
28%
Libre
Solicitudes similares
Looking to buy profitable MT4/MT5 Expert Advisors (EAs). Requirements: • Fully automated • 6+ months backtest • 100+ trades • No martingale or grid systems Send: • Backtest report • Max drawdown • Markets traded • Brief strategy summary Only original EAs developed by you. Long-term collaboration available
MT4/MT5 TRADES MANAGER PART 1: NUMBER OF TRADES ALLOWED IN ONE DIRECTION: Maximum number of trades in one direction = ------------------------------ ------------------------------ ------------------------------ -------------- par PART 2 PARTIAL CLOSURE OF STOPLOSS: Total STOPLOSS =------ Pips 1a: Percentage of Stoploss =--% 1b Percentage of Lot size =--% 2a: Percentage of Lot size =--% f
I am looking for an experienced MQL5 developer to create a custom indicator for MetaTrader 5. The project requirements and indicator logic will be shared privately with the selected candidate to protect the concept and implementation details. Requirements: Strong experience with MQL5 indicator development. Ability to create clean, efficient, and well-structured code. Experience with custom buffers, chart objects
DESCRIPTION: I require an experienced MQL5 developer to build a fully automated, multi‑engine, multi‑asset trend‑following trading system for MetaTrader 5. The system includes: Multiple TrendEngine instances (one per symbol) A PortfolioController that manages all engines Volatility‑regime detection Dual‑timeframe confirmation ATR‑based breakout logic ATR‑based stop management Micropyramiding Risk‑weighted satellites
Live chart [ expert is not executing trades on xauusd ] , Deleting Existing Parameter not in use , Live Chart Adjustments Only , No Need to Change anything else , expert will be live testing Throughout
Prepare expert for xauusd live chart [ expert is not executing trades on xauusd ] . Deletion and cleaning code . Trailing Stop Rule to follow the given method . Live Chart Only
SNIPER X AI 30 - 120 USD
I need help in building a Robot SNIPER X AI — FINAL BUILD Trading System Type AI Scalping + Sniper Entry Expert Advisor Platforms MetaTrader 4 MetaTrader 5 Supported Brokers � exness.com � justmarkets.com � deriv.com Universal MT4/MT5 broker support FINAL CORE FEATURES ✅ AI Scalping Engine ✅ Sniper Entries ✅ Auto Buy/Sell ✅ EMA Trend Detection ✅ RSI Momentum Filter ✅ Smart Stop Loss ✅ Dynamic Take Profit ✅ Trailing
//+------------------------------------------------------------------+ //| $10 Smart Scalping Bot for MT5 | //| EURGBP + AUDUSD + XAGUSD Optimized | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //========================= INPUTS ================================== input double LotSize = 0.01; input int FastEMA = 20; input int SlowEMA =
Am looking for Professional programmer who can build below analysis bot as specified below. The indicators will be provided. 🔷 1. CORE ARCHITECTURE OF YOUR EA Your EA has 3 modes: ✅ Mode 1: Indicator 1 Strategy (9-Signal Engine) ✅ Mode 2: Indicator 2 Strategy (Multi-indicator confluence) ✅ Mode 3: Hybrid Mode (Indicator 1 filters Indicator 2) 🔷 2. PAIR SELECTION LOGIC EA will NOT auto-scan market (based on your
Matriks programında güzel bir stratejim var, meta da kayıtlı olmayan iki indikatörümü de metaya yükledim, stratejim belli, ama robot oluşturmak konusunda bilgim eksik. Yardım istiyorum. Acil dönüş bekliyorum. 12-276 üssel ortalamayı hangi yöne keserse, alphatrend indikaörüde bunu desteklesin, kendi gömdüpüm diğer bir indikatörde seviyelere göre alsın satsın

Información sobre el proyecto

Presupuesto
30 - 70 USD
Plazo límite de ejecución
a 5 día(s)