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 am looking for an experienced MQL4 developer to create an Expert Advisor (EA) based on signals from a custom indicator. Requirements: 1. The EA must use a single custom indicator that draws buy and sell arrows directly on the chart. 2. When a buy arrow appears, the EA should wait until the current candle closes. If the arrow is still present after the candle closes, it should open a BUY trade. 3
Bhokhwe 30 - 200 USD
//+------------------------------------------------------------------+ //| ThreeBullEMA10EA | //| Strategy: 3 Bullish + EMA10 Break | //+------------------------------------------------------------------+ #property strict extern double LotSize = 0.01; extern int Slippage = 3; extern int MagicNumber = 12345; extern int EMA_Period = 10;
I have an expert advisor's investor login. I want you to study it and make me the exact same EA. There should be absolutely no differences or mistakes. You should have great observation skills for this aswell
I am looking for a developer to create an Expert Advisor (EA) for MetaTrader 5. Requirements: Trade XAUUSD (Gold) Automatically open and close trades Include Stop Loss and Take Profit settings Adjustable lot size and risk percentage Work on MT5 Allow me to change settings from the EA inputs Include backtesting support Source code preferred
> izz: #property strict input double LotSize = 0.01; input int BuyStopDistancePips = 50; input int SellStopDistancePips = 50; input int TrailingStartPips = 30; input int TrailingDistancePips = 30; input int MaxPositions = 3; input double StopLossPips = 0; input int MaxSpreadPoints = 300; input ulong MagicNumber = 20260702; input double DailyLossLimitUSD = 50; double PipValue; int digits; int OnInit() { digits =
Technical Description of the EA The Ghost Sovereign engine is a trend-following breakout system optimized for XAUUSD (Gold) . Its logic operates through several distinct layers: Trend Filtering: It utilizes a 144-period Exponential Moving Average (EMA) to establish the primary institutional trend direction . Momentum Entry: The EA executes trades when the closing price of the previous bar confirms a trend breakout
I have build a trading view indicator which monitors trades. The strategy is based on OB, it buys and sells bullish and bearish OB. Also valid re enters on the retest of orderblocks only if TP is hit the first time. I’m looking for someone to develop me a EA which works on the same logic and buys and sells of the same logic as my Indicator. I currently have my indicator firing signals into a telegram channel so I
TM 30+ USD
Order Block Forms / Price Touches │ ▼ Break Touch Candle High/Low │ ▼ Strength Alignment or BR Valid │ ▼ No Opposing OB within X Pips │ ▼ HL/LH Fractal OR Two-Candle Break │ ▼ ENTRY │ ▼ ──────── Trade Management ──────── │ ├─ Opposing OB Breached │ AND │ Opposite Strength Alignment or BR │ └──► Loss Exit │ ├─ Opposing OB Reached │
I am looking for an experienced MQL5 developer to code a simple grid trading strategy into an Expert Advisor. The strategy logic is already defined, and I am looking for someone with strong MQL5 development experience to implement it accurately and efficiently. If you are interested and have relevant experience, please get in touch so we can discuss the project details
I am looking for an experienced MQL5 or MQL4 developer with a strong background in low-latency algorithmic trading, market data integration, arbitrage and execution optimization. The project involves developing a high-performance HFT Expert Advisor (EA) for XAUUSD or US30 on IC Markets that is designed for robust execution in both demo and live environments. The EA may use market data feeds (such as lmax,one zero or

Proje bilgisi

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