EA for custom trading keyboard

MQL5 전문가 라이브러리

작업 종료됨

실행 시간 11 일
피고용인의 피드백
Patient , work together agai
고객의 피드백
EA was created as requested and all features and change requests have been implemented with quick turnaround time. I will definitely come back for future projects.

명시

I am building a custom risk management/trading keyboard for myself.
For this I need an EA that is controlled via keyboard shortcuts.

Please look at attached documents to understand the request/requirements in detail and let me know if you have any questions.

Source Code has to be delivered when project is finished.


## EA Inputs

##### Method of Calculating Lot Size

Dropdown with two options:

- % of account balance /// Calculates the lot size so you risk x % of account balance on your trade
- fixed $ Value /// Calculates the lot size so you risk a fixed $ value
- fixed lot size /// don't perform lot calculation, use fixed lot size

##### % of risk per order (if Method of Calculating Lot Size == % of account balance)

Set % of account balance to calculate risk

##### Money to risk per trade (if Method of Calculating Lot Size == fixed $ value)

Set $ value to risk per trade

##### Fixed Lot Size (if Method of Calculating Lot Size == Fixed Lot Size)

Set fixed lot size to use for trade

##### % of position to close when CLOSE PARTIAL

Set value 1-100% to close partial

##### TP distance when pressing OPEN CALC

Set default distance for TP in pips

##### SL distance when pressing OPEN CALC

Set default distance for SL in pips

##### Limit order distance when pressing Market Pending (in calc mode)

Set default distance above price (for shorts) / below price (for longs) for Limit order in Pips

##### Target @1:x

Risk Reward Ratio for custom Target (set value, e.g. 3) for 1:3 RR

##### Move SL in profit

Set how many pips SL should be placed in profit

##### Pips in profit when SL @entry

Set how many pips the SL should be placed in profit when hitting the SL @entry button

##### Limit Line Color

Set color of limit order line

##### SL Line Color

Set color of Stop Loss Line

##### TP Line Color

Set Color of Take Profit Line

## Buttons / Shortcuts /// Controlled by Keyboard Shortcuts

#### OPEN CALC

This Button should draw the SL and TP Line on the chart, that can be moved by the user to it's final positions
SL Line is by default X pips away from current price (x can be changed in EA settings)

TP Line is by default X pips away from current price (x can be changed in EA settings)

The Lot Size has to be calculated based on the risk parameters in the EA Inputs.


When pressing the OPEN CALC button a second time --> cancel

#### LIMIT ORDER

This button adds a third line for a LIMIT ORDER to the chart that can be moved by the user
Limit Order line is by default located at the current bid price - x pips (x can be changed in EA settings)

#### OPEN TRADE

Button to place the orders

#### SWITCH

Change the trade from Long to Short

#### CLOSE

Close open position

#### CLOSE PARTIAL

Close x % of position (x can be changed in EA settings)

#### SL in profit

Move SL x pips in profit (x can be changed in EA settings)

#### SL @entry

Move SL to entry + x pips (x can be changed in EA settings)

#### ZOOM IN

Zoom in on Chart

#### ZOOM OUT

Zoom out on Chart

#### TARGET @1:X

When in "calc mode" (after pressing open calc) press this button to set target to custom R:R (can be set in EA Settings)

## Chart Elements

#### SL Line

Line should show:

- $ Loss
- Trade Volume (Lot Size)

#### TP Line

Line should show:

- $ Profit
- RR

#### Market Pending

Line should show:

- Pip Distance to current ask price (for long position)
- Pip distance to current bid price (for short position)


응답함

1
개발자 1
등급
(72)
프로젝트
80
10%
중재
38
8% / 58%
기한 초과
6
8%
무료
2
개발자 2
등급
(5)
프로젝트
5
20%
중재
4
25% / 75%
기한 초과
0
무료
3
개발자 3
등급
(209)
프로젝트
220
75%
중재
0
기한 초과
0
무료
4
개발자 4
등급
(298)
프로젝트
477
40%
중재
105
40% / 24%
기한 초과
81
17%
로드됨
게재됨: 2 코드
5
개발자 5
등급
(15)
프로젝트
23
9%
중재
7
29% / 57%
기한 초과
2
9%
무료
6
개발자 6
등급
(119)
프로젝트
169
38%
중재
9
78% / 22%
기한 초과
15
9%
무료
7
개발자 7
등급
(451)
프로젝트
477
69%
중재
6
67% / 0%
기한 초과
2
0%
작업중
8
개발자 8
등급
(8)
프로젝트
9
22%
중재
0
기한 초과
0
무료
비슷한 주문
I need an EMA crossover EA specifically for Boom and Crash. It should automatically buy and sell when crossovers happen. I want adjustable inputs for lot size, timeframe, and maximum loss. I’m keeping it simple because I’ve had bad experiences with EAs before. It should do only the job it is built for, properly and reliably. need someone who have already build EA or Indicator for Boom and Crash befor atleast 10
//+------------------------------------------------------------------+ //| ProTradingEA MT5 | //| Fully MT5-compliant with MACD, Trailing Stop, Break-Even | //+------------------------------------------------------------------+ #include <Trade\Trade.mqh> CTrade trade; // Optional override input string SymbolOverride = ""; // leave blank to auto-detect struct EASettings { int
I have access to an MT5 account. I have investor access. I would like to know if someone could help me create a bot that copies only the trades made on XAU/USD in that account but in my MT4 account. In that account, many trades are made across various pairs, and I realize that the conditions of their account are not very favorable for the type of trading they do, as the commissions are very high. I have an account
Good day, I would like to have an expert advisor for my MT4 indicator (Major key alert) that can scan and provide push notification messages for entry opportunities across different time frames when a when a signal is identified
"I need an MT5 EA based on price action — liquidity sweep + hammer/shooting star reversal strategy. TREND: Identified by HH/HL for uptrend, LL/LH for downtrend on selected timeframe. No trade in ranging conditions. BUY SETUP: In uptrend, price retraces to swing low zone, wicks below it (liquidity sweep), hammer forms (lower wick min 2x body, closes above swept low). Buy stop entry at hammer high. SL below hammer
I need a professional MQL5 developer to finalize a Gold (XAUUSD) trading bot. The core layering and support-filter logic is already drafted. Key Requirements: Refine a hybrid Martingale/Layering volume calculation (1-10 / 11-20 reset logic). Implement a robust "Safety Mode" based on Daily Low price breaks. Ensure precise 6:00 AM Server Time reset for logic variables. Add professional error handling (Slippage
I want a gold order management ea that should be like the below... Pending orders When I open one manual order, ea should be able to set 3 pending orders at x amount of pips below (if buy order) or above (if sell order) manual order entry. So like this Pending order 1 true or false Pending order pips away: 20. Pending order lot size:0.3 Pending order 2 true or false Pending order pips away: 40 Pending order lot
EA SPECIFICATION SHEET OBJECTIVE: Build a transparent, non-martingale, non-grid breakout EA for XAUUSD that trades only high‑quality breakouts during London + New York sessions. 1. TRADING INSTRUMENT - XAUUSD only - MT4 platform - 5‑digit ECN broker 2. CORE STRATEGY LOGIC (BREAKOUT + CONFIRMATION) A trade is allowed ONLY when ALL conditions are true: - Candle closes beyond previous high/low (no wick breakouts) -
I am looking to develop a custom Expert Advisor (EA) for MetaTrader (MT4/MT5) based on a defined technical analysis strategy and flexible risk management rules. The EA should operate on a chart and timeframe that I manually specify, with the ability to adapt its behavior dynamically when the timeframe is changed. Core Strategy Logic The EA will execute trades based on predefined technical analysis zones
MT5 Manager API 30+ USD
make an api for mt5 and a trade copier eith the api thst uses local computer no cloud trader api ea mt5 that saves all trade data nd logs time and entry and exit tp sl logs delted pending order api that uses market execution not pending orfer

프로젝트 정보

예산
50 - 200 USD
기한
에서 1  10 일