MT4 Expert Advisor Auto-Trading Specifications
The EA will enter trades based on a combination of selected indicators. The list of the fallowing indicators
will be listed below. Must be work with VAR and ECN accounts.
Each indicator will have standard parameters available to modify in the inputs window. Example.
Moving average: “period”, “ma method”, “apply to” can be modified.
**EA must verify a minimum of 3 out of 7 indicator's criteria suggesting a BUY or SELL at the same time to initiate a
market trade order.**
Trade Order Execution (BUY or SELL)
The EA will monitor charts selected (M15-timeframe) and scanning for BUY and
SELL opportunities using the list of indicators found below.
· A 'Market Execution' trade order to BUY or SELL
will be triggered if three (3) or more indicators enter a BUY or SELL zone
simultaneously. Then and ONLY then will a trade order be executed at the market price.
· Example; EA applied to analyze EUR/USD chart
(Timeframe: M15):
1. RSI reading under the 30 line;
2. Bollinger Band crossed the lower band; and
3. Stochastic Oscillator reading under 20 line
If these parameters are 'True' and occur simultaneously, initiate a BUY order.
(apply money management inputs below).
Money Management Inputs
Ability to modify and input “trade
risk” and “stop loss”. Calculate
Position Size in lots and populate trade order set-up
Position Size (lots)
=
[Account Balance ($) * Trade Risk (%)] / [Stop Loss (pips) *
(0.10/pair exchange rate)]
· Input
Account Balance
· Input Trade Risk = 5%
· Input Stop Loss = 30 pips
· Input Take Profit = 90 pips
· Input currency exchange rate
Indicators & BUY/SELL criteria
1. stochastic oscillator - readings
over 80-line SELL and readings under 20-line BUY
2. commodity channel index - readings
over 100-line SELL and readings under 100-line BUY
3. MACD - turns
up from below zero it is considered bullish BUY and when it turns down from above zero it is
considered bearish SELL.
4. parabolic SAR-
dot is placed below the
price when the trend of the asset is upward BUY, and while a dot is placed above the price
when the trend is downward SELL.
5. moving average - price
above moving average BUY. and when price below moving average SELL.
6. Bollinger band - SELL
position when the upper band is hit, and BUY position when the lower band is hit.
7. RSI - readings
over 70-line SELL and readings under 30-line BUY.
Additional Functions/Conditions
1. Must be able to back-test and demo account test the EA.
2. When a trade position is opened, send email notification to notify of market entry. Example;
· BUY EUR/USD @ 1.1200
· Stop Loss: 1.1170
· Take Profit: 1.1290
3. Max trades: No more than four (4) open trades at one time. No more than three (3) trades in one 24-hour period.
4. MQL4 source code required upon job completion.
5. Close all position 10-15 minutes before market close every Friday.
If you have experience doing something like this combination of indicators (a portion of a group), please contact me so we can dig a little
deeper.
Your efforts will be compensated generously!
相似订单
Project Overview I am looking for an experienced MetaTrader 5 (MT5) Expert Advisor developer to build a professional, production-quality automated trading system from a detailed Software Requirements Specification (SRS). The strategy is based on a custom implementation of the MACD indicator combined with advanced trade management and a proprietary basket/grid recovery methodology. The complete strategy and
I need a custom technical indicator that generates an equidistant channel with two specific structural features: 1. Vertical Multi-Intervals: The ability to plot more than 5 parallel, able to allow me to put intervals 2. Horizontal Angle Input: The ability to manually input geometric angle to strictly define the horizontal slope of the channel or allow me to pick two points manually. i am looking for something like
Here's a natural and professional version in English: Hello, I am looking for an experienced MT4/MT5 developer. I need someone who can provide high-quality service, has strong knowledge of MetaTrader 4 and MetaTrader 5, and responds quickly. If you have experience developing Expert Advisors (EAs), indicators, or scripts, please share your portfolio, relevant experience, estimated cost, and delivery time. I am looking
DESCRIPTION: I have a trading bot (Pips Sure EA v2.1) that operates on MT4, but I do not own the original .mq4 source code file. I need an experienced MQL4 developer to build a clean, optimized clone from scratch so that I can own the source code for long-term updates. WHAT I WILL PROVIDE: 1. The compiled .ex4 bot file. 2. The companion custom indicator file used by the bot (HiLo.ex4). 3. Detailed screenshots of all
I need a trading robot for MetaTrader 5 that works on mobile for XAUUSD. === TRADING RULES === Symbol: XAUUSD Timeframe: M15 Trading Hours: 10:00 to 18:00 server time only Buy: When 10 EMA crosses above 50 EMA Sell: When 10 EMA crosses below 50 EMA Close opposite position when new signal appears === RISK MANAGEMENT === Risk per trade: 1% of account balance Stop Loss: 300 points / $3.00 Take Profit: 600 points / $6.00
Hi, I'm interested in ordering an MT4 trading bot. Before we begin, could you please send me the technical specifications and requirements you'll need? Specifically, I'd like to know: - The trading strategy the bot will use. - The currency pairs or instruments it will trade. - The timeframes it supports. - Risk management features (lot sizing, stop loss, take profit, trailing stop, maximum drawdown). - Whether it
Hello, I want this project to be a complete redesign, not just an update. My goal is to build an institutional-grade TradingView indicator that is extremely accurate, stable, fast, and completely non-repainting. You are free to modify, delete, replace, or completely rewrite any part of the code if it improves the final result. I don't care about preserving the current code or appearance—I only care about building the
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0
Hola, traders e inversores: Desarrollamos soluciones de trading algorítmico para MetaTrader 4 y MetaTrader 5. Creamos bots, indicadores y herramientas a medida que convierten estrategias manuales en sistemas automáticos, configurables y orientados a una gestión de riesgo sólida. Hemos trabajado en automatizaciones que integran entradas y salidas por reglas, cálculo de lotaje, control de drawdown, filtros de horario y
Hello, I need a custom Expert Advisor for MetaTrader 5. I am trading from mobile only. **Account & Style:** - Capital: $5,000 - $10,000 - Risk: Moderate/Balanced - Trading Style: Scalping **Pairs & Timeframe:** - Symbols: EURUSD and XAUUSD - Timeframe: M5 **Strategy:** - BUY: RSI(14) < 30 AND Price > 20 EMA - SELL: RSI(14) > 70 AND Price < 20 EMA - Only 1 trade per symbol at a time - No Martingale / No Grid **Risk