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
Project Overview I have an existing MT5 Expert Advisor (EA) written in MQL5. The source code ( .mq5 ) will be provided. The underlying strategy is a trend-following system that performs well during trending market conditions, but requires professional quantitative research to improve its ability to identify and avoid highly sideways/range-bound market conditions. The objective of this project is not to build a new EA
I am looking for an experienced MQL5 Expert Advisor (EA) developer to analyze an existing trading setup and develop a similar automated trading robot. Project Overview I have access to a demo trading account where trades are being executed automatically. The trading results look very promising, but I do not know exactly what strategy, logic, indicators, or trade-management rules are being used. I will provide access
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
Modification of existing ea …. Add ema filter, add risk percentage per trade, and modify the pips per day filter. I already have the ea code I just need these things added and modifified
Expert Advisors 300+ USD
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it
Title: Simple background trading bot for my Oanda account (v20 REST API) Overview Hi, I need a simple, lightweight event based standalone trading bot that connects directly to my Oanda account using broker’s standard REST API (V20 account) via VPS The bot just needs to look at group of 5 currency pairs (manually selectable and adjustable) in different 4 baskets, do some basic percentage math every period, and place
MQL5 Developer 30+ USD
📄 وثيقة المواصفات الفنية لروبوت التداول (MQL5 EA Specification) 📌 1. ملخص المشروع والهدف * اسم المشروع: Gold Cent Grid-Hedge EA * المنصة: MetaTrader 5 (MQL5) * أداة التداول: الذهب (XAUUSD) * نوع الحساب: حساب سنت (Cent Account) * فكرة الاستراتيجية: تداول شبكة هيدج متوازنة (Grid-Hedging) تفتح صفقات تعزيز كل مسافة محددة، وتغلق الطرف الأكثر ربحاً عند تحقيق هدف مالّي مجمع بالدولار/السنت لإعادة هيكلة التوازن. ⚙️ 2
I need a developer who also understands trading. I have a Telegram copy-trading bot that reads signals from a Telegram channel via a Python script and converts them into trading orders. I want to create a program that analyzes Gold (XAUUSD) charts specifically and sends signals in this exact format: #XAUUSD BUY 4324-4321 TP 4327 TP 4330 TP 4334 TP 4339 TP 4344 TP 4354 TP 4364 SL 4311 If the # symbol is missing at the
Hi developer I want to convert my mt4 EA to mt5 EA . I have a mt4 ea with source code. i want developer to copy same mt4 code and create mt5 EA

Proje bilgisi

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