Senior MQL4/MQL5 Developers needed for a risk calculator plus auto trading dashboard for MT4 and MT5

Trabalho concluído

Tempo de execução 2 dias

Termos de Referência

I need a risk calculator tool including all its source code that I can extend later when need be in both MQL4 and MQL5.

  1. Table with 2 tabs

    1. Color, width, height adjustable

    2. minimize/maximize/Close buttons in the table header

  2. Tab1:

    1. Text box with label e.g. label: risk% with default value of 1 in the text box

    2. Ratio text box with default value of 2 meaning profit target is 2 times the risk - this should affect how much gap will be between the stop loss/target lines

    3. Button with text of “show lines” once clicked it should show draggable lines for stop loss/target and entry

    4. Lines:

      1. On the stop loss/profit line it should write a label for

        1. How many pips

        2. how much money is risked/gained

        3. what % is the risk/profit

      2. On the entry line, it should show the lot size

    5. The colors of the lines and thickness should be adjustable

    6. All, size, width and color be customizable for textbox, button, label and lines

    7. We also need a button to execute the trade, the button should be on the entry line so depending on where the entry line is dragged to and where the stop loss is it should enter and calculate the appropriate order type (buy limit, buy stop, sell limit, sell stop)

  1. Tab2:

    1. Drop down list to load list of running orders, on select, it should show in a label which order is selected

    2. Rounded border inside which the drop down list should be placed

    3. Line separator

    4. A Breakeven button with an icon in it so when it’s clicked, it should move the stop loss to break even for the selected order

    5. Delete order button for the selected order (whether pending or running)

    6. and Delete All button which deletes and closes all orders

    7. Delete Order button should also be on the Entry line so it can be easily deleted


A line below the table that shows our website address also and a place in the header for our company logo (small icon).

It needs to work in all the markets; forex/indices/commodities/stock market


Anything graphical that makes it look nicer is welcome.

You can get ideas from https://www.mql5.com/en/market/product/30750 and  https://www.youtube.com/watch?v=38Ag9ebEqn0 but I need only the above features for now.


























































Respondido

1
Desenvolvedor 1
Classificação
(41)
Projetos
78
40%
Arbitragem
0
Expirado
0
Livre
2
Desenvolvedor 2
Classificação
(45)
Projetos
91
13%
Arbitragem
34
26% / 59%
Expirado
37
41%
Livre
3
Desenvolvedor 3
Classificação
(11)
Projetos
16
31%
Arbitragem
5
40% / 40%
Expirado
4
25%
Livre
4
Desenvolvedor 4
Classificação
(58)
Projetos
66
8%
Arbitragem
39
26% / 56%
Expirado
12
18%
Trabalhando
5
Desenvolvedor 5
Classificação
(465)
Projetos
485
75%
Arbitragem
6
67% / 17%
Expirado
0
Trabalhando
6
Desenvolvedor 6
Classificação
(132)
Projetos
178
39%
Arbitragem
4
25% / 50%
Expirado
14
8%
Livre
Pedidos semelhantes
Apply with a keen sense of responsibility . Copy the code . Both of my expert has sufficient materials . Its a simple winning strategy , therefore please be ahead of time . Code BLUE . Changing The Strategy According to what i think is correct
I would love to see most of my trades going well being in profits! & keep consistent trading without having to blow any accounts be able to identify right trades and have good trading strategy
Yash Agrawal 30+ USD
// Simple EMA Bot input int FastEMA = 9; input int SlowEMA = 21; void OnTick() { double fast = iMA(NULL,0,FastEMA,0,MODE_EMA,PRICE_CLOSE,0); double slow = iMA(NULL,0,SlowEMA,0,MODE_EMA,PRICE_CLOSE,0); if(fast > slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_BUY,0.01,Ask,10,0,0); } if(fast < slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_SELL,0.01,Bid,10,0,0); } }
Gold robot Ga1 30 - 200 USD
mport pandas as pd import numpy as np def detecter_tendance(data): # Code pour détecter la tendance pass def identifier_niveaux(data): # Code pour identifier les niveaux de support et de résistance pass def calculer_stop_loss(tendance, support, resistance): # Code pour calculer les stop loss pass def calculer_profils(tendance, support, resistance): # Code pour calculer les profils mport pandas as pd
Martingale Strategy 50 - 70 USD
I need a gambling bot that implements the Martingale Strategy for betting on roulette. It will be used on platforms like Betcity and Unibet to manage bets effectively. Scope of work - Develop a bot that implements the Martingale Strategy for roulette. - Ensure compatibility with Betcity and Unibet platforms. - Include functionalities for adjusting bet size and managing losses. - Integrate platform-specific features
Dear Developers, I am seeking a professional developer to build an institutional-grade automated trading system that operates exclusively using pending orders, with advanced and fully customizable trade management logic. This is not a basic Expert Advisor. The goal is to create a structured, intelligent, and long-term trading system with clean architecture and professional execution standards. Project Requirements
Hello there Hpe you are doing good I am in search of a pine script expert developer who can build strategy in apudFlow in pinescript. Kinldy bid on this project if you can do this
I need a scalping-specific logic MT5 trading bot with a Donchian-channel–based dynamic stop-loss and take-profit system, applies RSI volatility filtering to avoid low-quality setups, and allows asset-specific adjustable parameters for fine-tuning performance Trading details: - Symbol: Any Forex EUR/USD - Platform: MT5 - Strategy type: Scalping (fast trades) - Timeframes: 5sec/ M1 / M5 - Fixed Stop Loss and Take
Looking for an experienced MQL5 developer to analyze and reverse-engineer the trading logic of an existing scalping Zone Recovery EA using Moving Averages and Bollinger Bands, and then rebuild it
EA Expert MTA 4 30+ USD
I have my own indicator and needs to create EA expert working smoothly with it to hit the targets as defined in indicator: Technical approach: - The EA will read the indicator signals using Copy Buffer on the selected timeframe - The EA should hit indicator variable targets factor -​Auto-Entry: Instant execution when the signal appears. ​-Alerts: Mobile Push Notifications + Pop-up alerts. -​Money Management Auto-lot

Informações sobre o projeto

Orçamento
100 - 150 USD
Prazo
de 1 para 5 dias