EA for custom trading keyboard

仕事が完了した

実行時間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)
プロジェクト
478
40%
仲裁
105
40% / 24%
期限切れ
82
17%
取り込み中
パブリッシュした人: 2 codes
5
開発者 5
評価
(15)
プロジェクト
23
9%
仲裁
7
29% / 57%
期限切れ
2
9%
6
開発者 6
評価
(119)
プロジェクト
169
38%
仲裁
9
78% / 22%
期限切れ
15
9%
7
開発者 7
評価
(458)
プロジェクト
485
70%
仲裁
6
67% / 0%
期限切れ
2
0%
仕事中
8
開発者 8
評価
(8)
プロジェクト
9
22%
仲裁
0
期限切れ
0
類似した注文
Our advanced automated trading robot is designed to analyze the financial markets and execute trades without requiring constant manual intervention. Using intelligent algorithms, it monitors market trends, price movements, and technical indicators in real time to identify potential trading opportunities. The robot automatically opens, manages, and closes trades based on its predefined strategy, helping to remove
Professional MT5 Expert Advisor – Multi-Engine Trading Framework Description I'm looking for an experienced MQL5 developer to build a professional MetaTrader 5 Expert Advisor. This is not a simple indicator-based EA. The system should be designed using a modular architecture with a strong focus on maintainability, optimization, and future scalability. The first version should include the following features. Market
Fx tp 30+ USD
# Safe Forex Bot Example (conceptual) def forex_bot(price_data): # Strategy: Moving Average Crossover short_ma = moving_average(price_data, 20) long_ma = moving_average(price_data, 50) if short_ma > long_ma: place_trade("BUY", risk=0.02, stop_loss=30, take_profit=60) elif short_ma < long_ma: place_trade("SELL", risk=0.02, stop_loss=30, take_profit=60) # Risk management: max drawdown 25% if
Description: I need an experienced MQL5 developer to build a professional MT5 Expert Advisor for XAU/USD based on my trading strategy. I require the full .mq5 source code and the compiled file. Trading Logic: Timeframes: H4 to determine overall direction, H1 for supply and demand zones, M15 for trade entries. Buy conditions: H4 trend is bullish, price reaches a valid H1 demand zone, liquidity sweep occurs below the
Qut GoldScalper VIP EA (frequently referred to in trading circles and third-party stores as Gold VIP / GoldScalper VIP , developed by Nguyen Chung) is a fully automated Expert Advisor (EA) designed exclusively for trading Gold ( XAUUSD ) on the MetaTrader platforms. Unlike primitive grid or martingale bots that blindly multiply trades, this system relies on a blend of trend filtering and progressive position scaling
I'm looking for an experienced Python developer with a strong understanding of market microstructure, order flow, and electronic trading to help build a research-driven gold trading system. This is not a typical indicator or retail trading bot. The project focuses on analysing COMEX Gold Futures Market-by-Order (MBO) data to detect institutional order-flow behaviour and generate trading signals for XAUUSD (MetaTrader
WORKING EA 35+ USD
I Need an existing proven profitable EA. EA should have at least 3 months track record of consistency. My budget is $35 and nothing more. If you do not have the working EA for that amount, please do not apply. I'm not paying a dime more. Again do not apply if you are not willing to take the above amount
Standby Description . Prop Firm Environment . ( Monitor Execution and Handling Environment Changes as Required ) . Technical Issues . Delete extra lines of code (Clean Code , Folder) . Asset related translation , no need for Logic Alteration
Only Technical Issues . Familiarization to Different Symbols . [Again Technical Assistance Only] . Deleting extra lines of code , Not Required Folders (Clean Code) . No Need for Logic Alteration (Strictly)
PK bot 30 - 100000 USD
PROFESSIONAL PROMPT You are a senior quantitative developer and MQL5 Expert Advisor engineer with deep expertise in ICT (Inner Circle Trader), Smart Money Concepts (SMC), institutional trading, and algorithmic trading. Your task is to build a **fully automated MT5 Expert Advisor (.mq5 source code)** for **XAUUSD (Gold)** optimized specifically for the **15-minute timeframe (M15)**. This is NOT a simple EA. Build it

プロジェクト情報

予算
50 - 200 USD
締め切り
最低 1 最高 10 日