Job finished
Execution time 11 days
Feedback from employee
Patient , work together agai
Feedback from customer
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.
Specification
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)
Responded
1
Rating
Projects
80
10%
Arbitration
38
8%
/
58%
Overdue
6
8%
Free
2
Rating
Projects
5
20%
Arbitration
4
25%
/
75%
Overdue
0
Free
3
Rating
Projects
220
75%
Arbitration
0
Overdue
0
Free
4
Rating
Projects
477
40%
Arbitration
105
40%
/
24%
Overdue
81
17%
Loaded
Published: 2 codes
5
Rating
Projects
23
9%
Arbitration
7
29%
/
57%
Overdue
2
9%
Free
6
Rating
Projects
169
38%
Arbitration
9
78%
/
22%
Overdue
15
9%
Free
7
Rating
Projects
477
69%
Arbitration
6
67%
/
0%
Overdue
2
0%
Working
8
Rating
Projects
9
22%
Arbitration
0
Overdue
0
Free
Similar orders
API our EA into an AI agent or perplexity
100 - 300 USD
Hello, we have an existing EA, and are building a new one. We want our EA to connect via API to an AI provider like Chat GPT, Claude, or perplexity. Can you connect a meta trader EA to an AI agent? if you can then i would like to speak. The system is quite simple, for example the EA would ask perplexity where the support is on EURUSD then place a trade, thank you, Rob
Hi, Im looking to purchase or build an EA that can open many trades or big lot size to churn out IB commission, it doesnt have to be super profitable but will need to have the number of trades on going in order to earn IB commission. Source code is required upon purchase. If you have any EA or strategy that are gearing towards this, let me know and i would be glad to purchase it. Please share the demo trial for me to
I currently have unfinished work. It’s a project to connect MetaTrader with the BingX platform. At the moment, I have implemented a service that retrieves a custom symbol in BingX, and it works well. However, some specifications still need to be adjusted regarding how the data is received. Otherwise, prices and other values are accurate. The only issue is that for the strategy tester, it is always necessary to
Modify an existing EA
30 - 50 USD
This is to modify my Semi Auto EA -Looking for developer modify my existing EA to Pending Order EA (BS/BL/SL/SS). Relevent with Heiken Ashi Smooth ,Moving Average , Acceleration. Concept MAster and Slave. Ready to give previous soucre code as guide. Work to do - 1)To modify this EA to Pending Order. 2) to add new feature - Risk Management/moneymanagement 3) To modify 4 slave to 7 slave will give the previous to
BTC 5 Minutes scalping
50 - 100 USD
import { useState, useEffect, useRef } from "react"; const INIT_LOT = 0.01; const TP_MOVE = 200; const SL_MOVE = 120; const START_BALANCE = 1000; const MAX_LOT = 5.12; const TICK_MS = 1200; function ema(arr, n) { if (arr.length < n) return null; const k = 2 / (n + 1); let e = arr.slice(0, n).reduce((s, v) => s + v, 0) / n; for (let i = n; i < arr.length; i++) e = arr[i] * k + e * (1 - k); return e; } function
Advanced Hedge + Grid + Scalping system
300 - 500 USD
🚀 ADAPTIVE GRID HEDGE EA (FULL VERSION) 🧠 📌 GENERAL CONCEPT This Expert Advisor (EA) uses a strategy combining: Grid trading (order grid) Hedge (protection with opposite positions) Lot scaling (progressive) Loss compensation with profits Continuous operation (non-stop) Focus on: Small recurring profits High trade volume (rebate/IB) The system does not depend on direction, but rather on market oscillation . Main
Neew arrow indiactor fix
30+ USD
I have a indicator working good but have some bug for arrow placement . budget is fixed 30 used . only experience developer apply. i want to arrow get put on just above the candle high and candle low
I need a professional MT5 Expert Advisor (EA) built with clean, modular code. This is an advanced strategy combining liquidity concepts, controlled DCA, hedge protection, and strict risk management. Core Requirements: Entry Logic (ALL must align): Liquidity sweep (Previous Day High/Low breakout and return) EMA50 and EMA200 trend alignment Higher timeframe bias (H1 or H4) RSI confirmation Bollinger Band entry Filters
Custom MT5 EA - Perpetual NDA Required
1000 - 2000 USD
I need a professional MQL5 developer. BEFORE I SHARE ANY DETAILS: 1. You must sign a PERPETUAL NDA with no expiration date 2. NDA includes €100,000 penalty for any breach 3. I require full .mq5 source code ownership 4. Developer must have 500+ completed jobs, 4.9+ rating Budget: €1500 EUR Duration: 14 days Start your application with "RULER" to prove you read this
i have a simple strategy can you please create the automated forex ea to execute my trading strategy? i need custom ea for tradingview and mt4/mt5 correction: i need a tradingview indicator created that tells me when to buy or sell. and ea in mt4/mt5
Project information
Budget
50 - 200 USD
Deadline
from 1 to 10 day(s)