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
Manly 30 - 200 USD
ZigZag based on oscillators is needed The idea of ​​the indicator Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators: CCI Chaikin RSI
AI Trading Bot 30 - 80 USD
Essential Components for Indicator Specification Objective & Overview: Briefly describe what the indicator calculates (e.g., trend, momentum, volatility) and its main purpose. Input Parameters (Variables): List all user-definable inputs (e.g., Moving Average periods, ATR multiplier) to avoid hardcoding values. Detailed Logic/Calculation Rules: Explain the formula or logic to calculate indicator values. Define
The basic idea of CRO is to simulate coral colonies that develop and compete for space on a reef, ultimately forming an optimal structure. Each coral in the reef represents a potential solution to the optimization problem under consideration. The reef is modeled as a two-dimensional N×M grid. Each grid cell can either be occupied by a coral or left empty. A coral is a coded solution to an optimization problem. For
Hi, I hope you’re doing great. I’d like to share the project details. The original EA is already working, but I need you to first review and verify that all existing features are functioning correctly. After confirming everything works properly, the next task is to add a simple user dashboard that shows the number of detected zones, buy/sell/none status, and includes an ON/OFF button. Also, please make sure that
looking for Expert to create or ready made solution for bonus hedge auto set cross trading of opposite trading strategy. the expert may guide what max and best he can do to make the EA perfect
Set specific time to run this function(order). The time can be hard-coded or inputted by user. Time format: HH:MM:SS:ss Example: 17:58:48:59 -> This means an order will be triggered at 5 pm 58min 48sec 59 today. Set “Stop loss” and order a Sell stop. “At price” triggered automatically: current(specific time set above 1) Gold price - 2$ Stop loss: current Gold price + 2$ Volume: 0.1 (It can be hard-coded or inputted
Simplebot 30+ USD
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double
In need of an automated bot that strongly detect support and resistance zones where price has a high probability of reacting ,rejecting or reversing. The zones should be built on combibation of of : (a)swing high and swing low.(b)repeated price reaction c)rejection strength (d)break and retest behaviour (e) consolidation origin before implusive move (f) strong displacement candles
I need a mt5 Expert advisor ea to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1% on forex pairs and upto 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs, the stop loss should be
Ninjatrdaer Script 500 - 1000 USD
I am looking to purchase a ninjatrader script, if there is any for sale, i mean a ready made ninjatrdaer script that trade futures, i need the seller to show me a backtest of the system, you know send some results, I would like to see a 1 year and YTD backtest

Información sobre el proyecto

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