EA PANEL with orders details

Lavoro terminato

Tempo di esecuzione 153 giorni

Specifiche

Hello! 

UPDATE TO THE PROJECT:

the name of the EA is SUPERSONIC

I am looking for an experienced developer to create:

An MT5 EA for any FX pair.

It needs to randomly generated magic numbers every time it is applied to a chart (8 digit magic number) every time the EA is applied to a chart. The magic number has to be shown as an input field in the CONFIG PROMPT of the EA.

When the EA is applied to a chart, It needs to have a CONFIGURATION PROMPT ALWAYS VISIBLE to set the following variables:

LOT SIZE: numeric input - in pips

TP: numeric input - in pips

SL: numeric input - in pips

LAYERS: numeric input – number of order(s) that are going to be placed when the BUY or SELL button is pressed. i.e. if the number is 3, 3 orders are placed at the same time.

INCREMENTAL TP VALUE: numeric input – in pips

INCREMENTAL ORDERS: combo box (yes/no) if set to yes, every order placed in a “set” of orders has a TP xx pips higher that the TP from the other orders.

The tp increases xx pips for every order. i.e. if the set or orders has 3 orders, the first order tp is set at the main TP PRICE and the price for the second order is set xx pips more (that pip value is taken from the INCREMENTAL TP VALUE) and the third order is xx pips more than THE SENCOND ORDER (and so on if the set has more orders). If is set to no, all the TP are the same for all of the orders in the set (taken from the TP value).

TRAILING: numeric input - in pips – number of pips from the entry price of the trade(s) where is activated to change SL. it automatically changes SL from the trade(s) every time that number of pips is reached. i.e. in a Sell order if the SL is set to 1,155, and the entry price of EUR USD is 1.1500 and the price changes to 1.14500 the Trail SL changes the SL of all the trade(s) to 1.1500

TRAILING FOR FIRST ORDER: yes/no – if set to Yes, all of the orders use trail SL, if set to No, only the first order does not have trail SL.

COMMENT: text, can be set for every trade(s)

BUY: is a button shows price in real time inside the button which places the number of order(s) set in LAYERS - the price shown is an input. It updates in real time. If its pressed, it stops updating and allows to input a value. If the value of the price is changed to a price not yet reached, and the nearby button (shown in the mockup with a check mark) is pressed, the order is saved as a VIRTUAL ORDER (pending) that is going to be placed in the price set in the input and is going to be shown in the ORDER LIST

SELL is a button shows price in real time inside the button which places the number of order(s) set in LAYERS - the price shown is an input. It updates in real time. If its pressed, it stops updating and allows to input a value. If the value of the price is changed to a price not yet reached, and the nearby button (shown in the mockup with a check mark) is pressed, the order is saved as a VIRTUAL ORDER (pending) that is going to be placed in the price set in the input and is going to be shown in the ORDER LIST

ORDERS LIST: it’s a list in the ALWAPYS VISSIBLE PROMNT over the CHART that groups orders by “sets of orders” and shows: for every order and by the set: time when placed, lot size, fx pair, floating value, SL button and TP button.

Orders are grouped by every “set”. Every “set” has a SL and TP. If the value is changed in any of the TP or SL, and the check mark button is pressed, all tp and SL of the orders of that set is changed.

For every order inside a set there is a: SL: is a button near every trade. The value on it can be changed. When the price set in this button is changed and the button in pressed, it changes the SL for that order; and TP: is a button near every trade. The value on it can be changed. When the price set in this button is changed and the button in pressed, it changes the TP for that order.

CLOSE ALL ORDERS: a pup up appers and ask “Do you really want to close all current trades from this account?”, if Yes is pressed, trades are closed from the biggest lot size to the smallest lot size.

CLOSE ALL SELL ORDERS: closes al sell orders from the biggest lot size to the smallest lot size. “Do you really want to close all current SELL trades from this account?”, if Yes is pressed, trades are closed from the biggest lot size to the smallest lot size. applies for orders placed only by this ea.

CLOSE ALL BUY ORDERS: closes al buy orders from the biggest lot size to the smallest lot size. “Do you really want to close all current BUY trades from this account?”, if Yes is pressed, trades are closed from the biggest lot size to the smallest lot size. applies for orders placed only by this ea.

 

Important: for every input field, when clicked, the number becomes editable, and then a button has to be pressed to set the value and the input becomes locked, this is to avoid misspelling or to places trades without confirmations In every field. In the mockup given, the buttons are shown with a check mark.

The main interface for the variables is rectangular and vertical. The interface for the TRADES is also rectangular and vertical and it can be designed at the left side of the main rectangle to avoid putting it down because it may not fit in small screens when multiple sets of orders are shown.


attached you will also fin a interface desing that i like (the uxui of it)


Con risposta

1
Sviluppatore 1
Valutazioni
(50)
Progetti
74
27%
Arbitraggio
12
58% / 17%
In ritardo
14
19%
Gratuito
2
Sviluppatore 2
Valutazioni
(1)
Progetti
2
0%
Arbitraggio
0
In ritardo
0
Gratuito
3
Sviluppatore 3
Valutazioni
(43)
Progetti
62
23%
Arbitraggio
8
25% / 38%
In ritardo
10
16%
In elaborazione
4
Sviluppatore 4
Valutazioni
(1)
Progetti
2
0%
Arbitraggio
0
In ritardo
0
Gratuito
5
Sviluppatore 5
Valutazioni
(3)
Progetti
5
20%
Arbitraggio
3
0% / 100%
In ritardo
2
40%
Gratuito
6
Sviluppatore 6
Valutazioni
(21)
Progetti
28
36%
Arbitraggio
7
14% / 71%
In ritardo
2
7%
Gratuito
7
Sviluppatore 7
Valutazioni
(41)
Progetti
78
40%
Arbitraggio
0
In ritardo
0
Gratuito
8
Sviluppatore 8
Valutazioni
(271)
Progetti
553
50%
Arbitraggio
57
40% / 37%
In ritardo
227
41%
In elaborazione
Ordini simili
I need any highly profitable robot which can trade small account like 50-100USD and any currency pair(s) The robot should avoid trading around news time and have good risk management. It should use any strategy which is profitable and not those unacceptable by brokers. Demo versions will be required before selection
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
Gold_m1_ob_bot. 30+ USD
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #
A perfect indicator 30 - 80 USD
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
SMC ORDER BLOCK 30 - 60 USD
I want already build FULLY AUTOMATED order block MT5 XAUUSD HTF H4 ENTRY LTF M15 - Show result on live account. m15 ob entry in the direction of h4 ob bias the developper to provide source code in the end
Project Title: Custom XAUUSD Support & Resistance Indicator Platform Required: MT5 preferred. If possible, also provide TradingView Pine Script version later. Main Goal: I want a custom indicator made specifically for XAUUSD (Gold) only. The indicator should automatically detect and draw strong support and resistance zones where price has a high probability of reacting, rejecting, or reversing. It must update
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
I need a high frequency trading robot for gold in one or 5 minute timeframe the robot should have spread filter where it should only open trades below a set spread should have news filter to allow trading during fundal news or not the robot should have input in number of minutes to close all open trades and remove pending orders before fundamental news as part of news filter. It should also have the number of minutes
Hello, I am looking for a professional trading system including: 1- Trading Bot (Expert Advisor): - Good profit performance - High security and strong risk management - Works efficiently during high market volatility (news and strong movements) - Works on all pairs (Forex + Gold) 2- Signal Indicator: - Provides clear Buy and Sell signals - Includes Take Profit and Stop Loss - No repaint (signals must not change or

Informazioni sul progetto

Budget
50+ USD