THE BOMB

MQL4 Uzmanlar

İş tamamlandı

Tamamlanma süresi: 2 saat

Şartname

I need an EA for a very wonderfully profitable trading system. There are four indicators involved and I'll code them W, X, Y, and Z. The coder I decide on will have all the indicators and picture. Please I sincerely can't afford more than $30 for this job right now, but I promise it's worth countless thousands to the coder in trading profit. So no further negotiations. I've made all the technical specifications clear. Thanks.


Trade direction is determined by the X indicator. Only buy when the 1Hr column  is blue as in the picture, and only sell when it's red ( the time frame settings for the columns are adjustable depending on user's choice). Retracement is determined when the W changes from blue to red, for example, while the X column remains blue and (or when the 5min column changes to red, for example, while the 1Hr column remains blue). Allow for retracement before entry, except for the first entry after the 1Hr column changes colour.
RULES FOR BUY.
When the X indicator is blue, and price breaks the W by 3pips +spread, enter a buy order.
Position Management- I will use the attached picture to explain position management rules. The rule for entry was fulfilled at the point labelled A.
The stop loss is first placed 3pips below the latest Z (labelled B) representing the latest low before the entry ( if the red W is not yet formed by then).
The moment the red W line is formed, the stop loss is moved to within a distance of 3pips to it. The stop loss continues to trail it until the take profit level is reached: in this case at E.
The number of pips for take profit is determined by the figure indicated by the Y indicator labelled D (25pips in this case). Please note that the blue figure at the top is what we use for buy and the red below for sell. I used the red for explanation because the blue is not apparent on this picture. Moreover, the figure is dynamic so the take profit has to keep changing with the figure until the profit matches the figure. And if the figure drops to a number of pips the position has already attained the profit is taken automatically.
Once the take profit level is attained 50% of the position is closed, while the remaining 50% is left open until the stop loss trailing the W closes it as illustrated by the picture at F. But if the stop loss is hit before the profit is taken, 100% is closed. THAT'S IT!                                                                                                                                                                                                                                                        
RULES FOR SELL
It should be the exact opposite of the buy entry and position management rules, except that spread is not added to the 3pips buffer before entry.
ADJUSTABLE PARAMETERS
Please make the following parameters adjustable in the Expert Advisor settings:
All indicators settings.
Entry and exit buffers.
Trading time.
Lot size.
Number of pips achieved by position before no loss is allowed.
Number of pips to be locked in once a certain number of pips is moved.
If possible let there be no magic number and any of the optimization settings.        
NOTE- If a position is closed at breakeven or loss, there should be a re-entry at the same initial entry price except the trend has changed or a new W level has been formed.                                                  

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(273)
Projeler
396
63%
Arabuluculuk
70
53% / 26%
Süresi dolmuş
198
50%
Serbest
2
Geliştirici 2
Derecelendirme
(18)
Projeler
37
43%
Arabuluculuk
6
17% / 50%
Süresi dolmuş
17
46%
Serbest
3
Geliştirici 3
Derecelendirme
(73)
Projeler
257
53%
Arabuluculuk
16
50% / 38%
Süresi dolmuş
83
32%
Serbest
4
Geliştirici 4
Derecelendirme
(64)
Projeler
144
46%
Arabuluculuk
20
40% / 20%
Süresi dolmuş
32
22%
Serbest
5
Geliştirici 5
Derecelendirme
(1)
Projeler
2
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
1
50%
Serbest
Yayınlandı: 1 kod
Benzer siparişler
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
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
🚀 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

Proje bilgisi

Bütçe
10 - 30 USD
Son teslim tarihi
from 3 to 7 gün