Şartname
PROJECT p990i - RULES
PAY STRICT ATTENTION TO THE HIGHLITED INSTRUCTIONS
Note:
· All parameters in brackets like this (Default Parameter = X) are adjustable in the EA settings
· All parameters in brackets like this (On/Off) can be toggled On/Off in the EA settings
· I have gone to a great deal to name some functions so make use of the given names to code your functions for easy identification in the EA settings
· Carefully read the Note: they hold important information
· All calculations are done in points not pips
================================================
The EA works in two(2) trading modes, normal and scalping mode thus having two separate entry rules. The Rules are written in separate documents for clarity purposes
Entry Rules:
Entry Type 1: Normal Mode
· Buy Signal:
o Recent low = price crosses outside the lower-dotted Yellow TMA band
o PBF iTunnel = below lower-dotted White TMA line
o xpMA = below lower-dotted White TMA line || DodgerBlue
If : ((xpMA) = between mid-dotted Gray TMA line and lower-dotted White TMA line)
§ Ultimate SSL Dots below price + PBF Scalper appears || Agimat BO Trigger appears || MagicDots dots below
OR
§ PBF Scalper appears && Agimat BO Trigger appears && MagicDots dots below
o Buy-Sell Alert (SR Line) = Blue (dots below)
o MagicDots = Dots below || PBF Scalper appears || Agimat BO Trigger appears
o TrendCombo > “0” (Blue)
o TSI = Yellow crosses below DodgerBlue (upwards)
o Ultimate SSL = not dotting above price
o Entry = above PBF iTunnel but below lower-dotted white TMA band
If : (Entry = between mid-dotted Gray & lower-dotted white TMA Band)
§ Ultimate SSL Dots below price + PBF Scalper appears || Agimat BO Trigger appears || MagicDots dots below
OR
§ PBF Scalper appears && Agimat BO Trigger appears && MagicDots dots below
o Stop looking for the above conditions once price cross & close above the mid-dotted Gray TMA line
· Sell Signal:
o Recent high = price crosses outside the upper-dotted Yellow TMA band
o PBF iTunnel = above upper-dotted White TMA line
o xpMA = above upper-dotted White TMA line || DeepPink
If : ((xpMA) = between mid-dotted Gray TMA line and upper-dotted White TMA line)
§ Ultimate SSL Dots above price + PBF Scalper appears || Agimat BO Trigger appears || MagicDots dots above
OR
§ PBF Scalper appears && Agimat BO Trigger appears && MagicDots dots above
o Buy-Sell Alert (SR Line) = Red (dots above)
o MagicDots = Dots above || PBF Scalper appears || Agimat BO Trigger appears
o TrendCombo < “0” (Red)
o TSI = Yellow crosses above DodgerBlue (downwards)
o Ultimate SSL = not dotting below price
o Entry = below PBF iTunnel but above the upper-dotted white TMA band
If : (Entry = between mid-dotted Gray & upper-dotted white TMA Band)
§ Ultimate SSL Dots above price + PBF Scalper appears || Agimat BO Trigger appears || MagicDots dots above
OR
§ PBF Scalper appears && Agimat BO Trigger appears && MagicDots dots above
o Stop looking for the above conditions once price cross & close below the mid-dotted Gray TMA line
Entry Type 2: Scalper Mode
Check second document for details
Stop Loss / Exit Trade Rules: (Default = Auto Stop Loss)
· Stop Loss: (Users must select one of Auto or Manual stop loss)
o Auto Stop Loss: (Off/On)
§ Recent Swing Stop: Set stop loss at recent swing high/low
If: (At Entry: PBF iTunnel is outside the upper/lower (depending on trade bias) dotted yellow line && recent high/lower is higher/lower (depending on trade bias) than PBF iTunnel
· Place stop loss on PBF iTunnel
· Ensure entry is at least above/below the upper/lower-dotted Yellow TMA band (depending on trade bias)
o Manual Stop Loss: Place stop loss “X” Pips (Default Parameter = 50) from entry
· Exit Open Positions:
o Buy-Sell Alert: Exit trade once a counter Buy-Sell Alert (SR Line) appears
OR
o TrendCombo: Exit trade once a counter signal appears
OR
o TSI Exit: Once price makes a counter cross above/below the “0” line with Ultimate SSL not dotting above/below price (depending on trade bias) && xpMA not above/below upper-dotted White line
Take Profit:
· Auto Take Profit: (On/Off)
o Take profit once price hits the corresponding lines depending on user selection:
§ Zone 1: dotted-White line (Default) ||
§ Zone 2: dotted-Yellow line
· Manual Take Profit: Place take profit “X” Pips (Default Parameter = 100) from entry
Trail Stop: (Off/On)
· Move the trail stop according to the Chandelier Stop indicator
Lot Size/Money Management:
The user will select any one of the three (3) lots/money management strategies below to apply in their trade
Lotsize-Stoploss Based Rules:
« Golden Risk Rule (%): The Risk % Per Trade (Default Parameter = 2%) will be the only adjustable input accepted from the user, the lot size will be calculated based on the aforementioned stop loss rule
Account Risk = Account Balance X Risk % per Trade
Trade Risk = Entry Price – Stop Loss /* auto-determined based on stop loss rules */
Lot Size =
« Maximum Risk Amount Rule ($): The Risk Amount Per Trade (in $) (Default Parameter = $5) will be the only adjustable input accepted from the user, the stop loss will be calculated based on the aforementioned stop loss rule
Trade Risk = Entry Price – Stop Loss (/* auto-determined based on stop loss rules */)
Lot Size =
« Martingale Rule:
« Manual Based Rule: Accepts the following parameters i.e. lot size, stop loss and take profit inputs from the user
misc. Money Management Rules: (Off/On)
« Risk Reward: The minimum permitted risk to reward for trade entry should be ratio 1:”X” (Default Parameter = 1)
================================================
EA Preset Settings:
· /****** Time Filter: Ability to/not to trade at a particular time of the day, day(s) of the week or month(s) of the year ******/
· Max Spread: Maximum allowed spread = (Default Parameter = 3) (Off/On)
· Max Slippage: Maximum allowed slippage = (Default Parameter = 3) (On/Off)
· Total Max Lot: Maximum lot size allowed for all opened positions = (Default Parameter = 1) (Off/On)
· Total Max Daily Trades: (Off/On)
o Limit the daily number of trade to “X” no. of trades (Default Parameter = 10)
· Daily Consecutive Loss Limits: (Off/On)
o Don’t trade for the remainder of the day if EA simultaneously incurs “X” no. of loses (Default Parameter = 3) within a trading day across all opened pairs/trade
· AutoDetect and adjust to 3/4 & 4/5 digits brokers
· Absolute possibilities of optimization of any parameters
· Must be able to work with any currency pairs (factor in number of digits), metals, CFD's & crypto currencies
· Correct operation under any types of accounts, and any operation mode, for any broker
· Code must be efficient, well commented, clear, and optimized
================================================
EA Security & Display Settings:
· Licensing Mechanism: Enable EA generate licenses based on the listed parameters below. The license will be obtainable on my site to activate EA for users
o Account Lock: Lock EA to a particular trading account
o Account Count Lock: Lock EA to “X” number of trading account
o Time Lock: Set the EA to work for a specific time period using the below given format: (EA must not work again after date expiration)
00year: 00month: 00days: 00hours: 00minutes
§ Time Counter: Starts immediately a connection is established
§ Countdown Message: Print Countdown timer on screen
Example: “Your Trial Period Expires In: 02days: 16hours: 49minutes Visit https:domain.com for Pro version”
· Choose the position to “print message” on screen in a clockwise direction
NOTE: If EA expires with positions still opened, allow all opened positions to close before ceasing all EA operations
Failure of EA to communicate with host server to verify validity of license equals EA not working
· Proprietary Labels:
o If date is > “X” remove all proprietary labels
NOTE: This job will be a long term development as there will be subsequent upgrades/revisions thus I require a programmer who will carry me along in the development of this EA stages this is to ensure that the ideas or program methodology is implemented as intended.
Yanıtlandı
1
Derecelendirme
Projeler
1000
47%
Arabuluculuk
33
36%
/
36%
Süresi dolmuş
98
10%
Çalışıyor
Yayınlandı: 6 kod
2
Derecelendirme
Projeler
16
50%
Arabuluculuk
7
29%
/
57%
Süresi dolmuş
4
25%
Serbest
3
Derecelendirme
Projeler
1
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
4
Derecelendirme
Projeler
210
40%
Arabuluculuk
90
20%
/
43%
Süresi dolmuş
85
40%
Serbest
Benzer siparişler
I am looking for an experienced MQL5 developer to build a professional Expert Advisor with the following specs: TECHNICAL REQUIREMENTS: - Platform: MetaTrader 5 (MT5) - Pairs: GBPUSD and EURUSD - Broker suffix support (e.g. GBPUSD@, EURUSD@) - Primary timeframe: M5 -Higher timeframe bias: H1 and H4 (for trend direction only) - One chart setup — manages both pairs from one chart STRATEGY: - Price action based: BOS
OBJETIVO Criar um Expert Advisor MT5 profissional para XAUUSD focado em: Consistência Baixo drawdown Scalping profissional Proteção da conta Crescimento sustentável Compatibilidade com conta micro e prop firms NÃO utilizar: Martingale Grid Hedge agressivo Recovery system Multiplicação de lotes após perda --- ATIVO XAUUSD apenas --- TIMEFRAMES Timeframe principal M5 Confirmação tendência M15 Confirmação macro opcional
Advanced ICT + CRT Smart Money Expert Advisor for MT5
300 - 1000 USD
I need a very advanced and intelligent MT5 Expert Advisor coded in MQL5 for XAUUSD, based on ICT + CRT + Smart Money Concepts. The goal is not a simple robot, but a professional decision-making system with strong filters, risk control, and high-quality trade selection. The EA must include: 1. Multi-Timeframe Analysis - D1 / H4 / H1 bias - M15 / M5 entry confirmation - Bullish or bearish market structure - BOS, CHoCH
An EA based on my INTRADAY TRADE NINJA system
30 - 35 USD
Intraday Trade Ninja EA — Complete Logic Structure This document maps the full architecture, execution logic, signal flow, trade management, and safety structure of the Intraday Trade Ninja MT4 Expert Advisor. 1. Core Indicators · ©Price Border (TMA bands) · MA-X Arrows · MA-Y Arrows · LeManSignal · EMA 49 & 89 - Per Candle Color Switching 2. EA Entry Architecture ·
I have a 90% completed project with the execution part left to complete, I have been struggling to complete this section and I need help from someone expert in MQL5 with knowledge on forex trading and ICT Concepts coding. Contact me for further details
Magic Key (Easy Trading mange)
30+ USD
Close Vol (%N): Closes half (or any percentage you want) of the lot size of your open positions. For example, if you have five open orders of 0.06 lots and want to close half of each, you simply click it, and it will close the specified volume from each individual order. Close Order (%N): Closes half (or any amount you want) of the total number of your open orders. For example, if you have ten open orders and want to
High Frequency Scalping bot M1
150 - 1500 USD
Hi basically I'm wanting an already made EA scalper that's constantly in and out of trades on the M1 time frame that has good risk management. It knows what it's doing. Most of its trades are profitable and that can start with $100. I am willing to pay up to $1500 for the right scalping bot. If you please have one and you're very confident in it, please allow me to use a live version to see how it does and if I'm
Trailing robot or EA
50+ USD
Need an trailing SL manager which can work with my all open trades (trades may be multiple), Put a fix SL based on entry price and then trail my strictly in my favoured direction, Initial SL shud be confiurable via a small dashboard
Pip killer ntt
100+ USD
Create a forex robot especially for sculping using the 3 ema strategy which consists of the following moving average levels of the 15 ma ,30 ema , 60 ema and 90 which enter potentially on a retest into the ema and targets opposite direction after the retest .Potentially bringing into account that the number of retested emas controlls the number of entreis which for eg. retest of the 15 ema single 0.01 trade is
Need to improve logic in existing coding for Range breakout/breakin EA 1) for timing range like 1am-10am Asian Range with max entry per session like London 1-2 times max entry 10-4pm & US session timings 1-2 entry 4pm - 8pm or 2) candle high low range eg 4pm to 4:30pm - entry logic eg mark 30min candle high low range as given in attached picture with buffer if required to show entry , SL & TP in trade/backtest mode
Proje bilgisi
Bütçe
70 - 111 USD
Son teslim tarihi
from 1 to 5 gün