I need to create a "chart trading panel" for MetaTrader 5 for trading FUTURES contracts

MQL5 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 8 días
Comentario del Cliente
He has potential, but he needs to be faster and more communicative. Overall positive experience.
Comentario del Ejecutor
Great customer, very patient and professional.

Tarea técnica

Hello,

I need to create a "chart trading panel" for MetaTrader 5. Basically I would like to create something similar to the NinjaTrader Platform, but with some custom adjustment.


I will use this trading panel to trade Future Contracts on "AMP Future Broker". If you want you can download a demo MT5 with Future Data to see how it works exactly.



Below you can see the NinjaTrader Chart trading feature I would like to recreate similarly:


And below I tried to draw something like it on a MT5 chart as I would like you to create it: (it needs to be a bit bigger actually than my drawing)



So, my "Chart Trading Panel" will have few buttons and some other features as shown in the drawing.

Below the Buttons and need to have a black space where the TradingPanel will write the Profit/Loss of TODAY among ALL of the trades/ all of the cross. From the day later it will start again from zero.

Below it I need to have the "Contract Quantity" to choose, so if I trade 1 contract or more.

Below it I need to enable/disable the TP, SL, and BE. 



------------------- Now I explain you how the buttons must work:


1- when I click on BUY MARKET or SELL MARKET button the TradingPanel must open a position immediately at market price with TP and SL set as per input parameter. (of course only if I enabled TP and SL below buttons).

2- when I click on BUYSTOP CANDLE the TradingPanel must set a BuyStop pending order X point above the maximum of the previous candle, or when I click on SELLSTOP CANDLE the TradingPanel must set a SellStop pending order X point 

    below the minimum of the previous candle. For instance: if I trade on 5M timeframe, if I click on BUYSTOP CANDLE the TradingPanel will set a pending BuyStop x point above the High[1]. These X points are set into input parameter.

3- When I click on Breakeven button the TradingPanel simply set the BE as soon as I click instead of wait for the market to reach a certain number of points.

4- When I click on Close button the TradingPanel will immediately close the open trade.



-------------------- Now, the input parameter must be these ones:


1- BUY MARKET and SELL MARKET function:

 Take Profit= 10 point
 StopLoss= 10 point
 Breakeven= 5 point                         // Breakeven is set as soon as the price reach 5 points of gain 
 BreakEvenPosition=1 point              // Breakeven is set 1 point in profit

      


2- BUYSTOP CANDLE and SELLSTOPCANDLE funciont:

 Take Profit= 20 point
 StopLoss= 20 point
 Breakeven= 10 point                         // Breakeven is set as soon as the price reach 5 points of gain 
 BreakEvenPosition=1 point                // Breakeven is set 1 point in profit
 XpointDistance=2 point                     // X Point above or below the High[1] or the Low[1]



---------------------------------- Last few things:


A- I need to choose where to display on the chart the TradingPanel, if using LeftCorner or Right Corner of the chart.

B- Only if this is possible, can the Trading Panel shows the Entry Level/StopLoss Level/TakeProfit Levels exaclty as Ninjatrader platform? So the entry level drawn with numebr of contract and PnL, the TakeProfit and StopLoss with number of point set (like 10 point) . This feature really only if is it possible.


That's all

Thanks a lot

Archivos adjuntos:

Han respondido

1
Desarrollador 1
Evaluación
(13)
Proyectos
16
6%
Arbitraje
4
0% / 75%
Caducado
7
44%
Libre
2
Desarrollador 2
Evaluación
(5)
Proyectos
3
0%
Arbitraje
19
0% / 100%
Caducado
0
Libre
3
Desarrollador 3
Evaluación
(277)
Proyectos
334
55%
Arbitraje
14
36% / 29%
Caducado
1
0%
Libre
Solicitudes similares
Hello, good day to you Developers, I am looking for someone that can deliver on a project with the following requirements: The job I am about to give out will involve "Tradingview" and "Metatrader 5" Tradingview: for analysis, as the Strategy uses one second charts/candles, Metatrader 5: for executing and managing the trades. For this EA to work well for the project's aims, SPEED of execution is of upmost
Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance service
Hi, I need a simple MT5 EA. Based on my simple trading strategy I'm going to discuss with you If you have experience in this kindly bid for this project Thanks
An Expert KBFX 30+ USD
Fill orders first execution and real time trading, my strategy is that wait for clean confirmation before entering the market and fill orders for a snappier entrance,then execute trade after making profit on the position
I am looking for a professionally developed Buy Stop / Sell Stop EA specifically for XAUUSD scalping that has already proven to be profitable in the live market (real account), not just backtests or demo results . Requirements: • Strategy: Buy Stop / Sell Stop pending order–based scalping • Instrument: XAUUSD (Gold) • Performance: Verified live profitability with consistent results • Risk Management: Strong risk
Project Overview I am looking to acquire high-quality, algorithmic trading strategies or specialized strategy testers developed in MQL5 . My primary focus is on the underlying logic and code architecture rather than historical performance (Track Record/Myfxbook). I require full ownership of the source code (.mq5) for further research, optimization, and scaling. Requirements & Scope I am interested in systems that
MosesRobot 100+ USD
"I am looking for an expert developer to build a custom Forex Expert Advisor based on my specific strategy. Requirements: Full Source Code (.mq5) must be delivered. I retain 100% Intellectual Property and ownership of the bot. Must include a Risk Management module (Fixed Lot or % of balance). Must include a Trailing Stop and Break-even feature. Bot must be compatible with the MT5 Strategy Tester for 99% quality
I am searching for a fully developed and already profitable Expert Advisor focused on XAUUSD scalping. I am not looking for a custom build or experimental system. The EA must already be trading successfully on a real live account. What I am looking for: • At least 6 months of verified live results • Daily drawdown controlled within 10% • Around 13% or more average monthly return • Clean risk management approach with
// @version= 5 indicator ( "Gold Plus" , overlay = true , max_labels_count = 500 ) // ===== COLORS ===== buyColor = #00ff00 sellColor = #ff0000 smartBuy = #0099ff smartSell = #ff9900 // ===== INPUTS ===== sigsensiviti = input.float ( 2.5 , "Sensitivity" , group = "Main Settings" ) signaltype = input.string ( "All Signals" , "Signals" , [ "All Signals" , "Smart Signals" ] , group = "Main Settings" ) factor = 11
I need a custom MT5 trade copier that can copy trades from one master account to 10 slave accounts in real time. Some slave accounts may share the same broker, while others will be on different brokers. Requirements: Copy all trades from the master account to slave accounts: Entries Stop Loss (SL) Take Profit (TP) Trade modifications Trade closing Handle multiple currency pairs simultaneously. Risk management: Option

Información sobre el proyecto

Presupuesto
30 - 50 USD