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!
Pedidos semelhantes
I am currently building a NinjaTrader indicator but i haven't finished building it, i stopped at 70% but it was successfully compiled as at the last time i compiled it I would like you to complete the indicator for me so it can works perfectly how i want it to work if your price won't be too high Kindly check the source code out I have also sent a video discription of how the indicator is supposed to work And also
🏆 HIRING: Quantitative Gold (XAU/USD) Trading Strategy Developer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📌 PROJECT OVERVIEW ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ I am building a professional trading signal platform (xtraderlab.com) and need an experienced quant trader or algo developer to design, code, and backtest a high-performance intraday Gold (XAU/USD) trading strategy. The strategy will be integrated into an existing
Technical Specifications: "Dawn Range Breakout" Expert Advisor (Final Version) 1. Overview The purpose of this EA is to capture the breakout of a specific hourly range on Gold (XAUUSD) or any other pair, with a focus on high-precision entry, strict risk management (1 trade per day), and partial profit taking. 2. Core Trading Logic Timeframe: M15. Reference Hour: The EA must identify the High and Low of the H1 candle
I need an Expert Advisor based on SK indicator for gold trading. Entry: - Open trade immediately when SK signal appears Stop Loss: - Fixed stop loss = $200 per trade Take Profit: - TP1: close 50% of the position - TP2: final target Lot Size: - Fixed lot = 0.02 Pair: - XAUUSD only Timeframe: - M15 Rules: - Only one trade per signal - No duplicate trades - Move stop loss to breakeven after TP1 Requirements: - The EA
Essential Components for Indicator Specification Objective & Overview: Briefly describe what the indicator calculates (e.g., trend, momentum, volatility) and its main purpose. Input Parameters (Variables): List all user-definable inputs (e.g., Moving Average periods, ATR multiplier) to avoid hardcoding values. Detailed Logic/Calculation Rules: Explain the formula or logic to calculate indicator values. Define
Hi, I hope you’re doing great. I’d like to share the project details. The original EA is already working, but I need you to first review and verify that all existing features are functioning correctly. After confirming everything works properly, the next task is to add a simple user dashboard that shows the number of detected zones, buy/sell/none status, and includes an ON/OFF button. Also, please make sure that
looking for Expert to create or ready made solution for bonus hedge auto set cross trading of opposite trading strategy. the expert may guide what max and best he can do to make the EA perfect
I need a mt5 Expert advisor ea to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1% on forex pairs and upto 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs, the stop loss should be
I am looking to purchase a ninjatrader script, if there is any for sale, i mean a ready made ninjatrdaer script that trade futures, i need the seller to show me a backtest of the system, you know send some results, I would like to see a 1 year and YTD backtest
I need a clean, bug-free MT5 Expert Advisor (MQL5) based on this exact mechanical scalping strategy on M5 timeframe for EURUSD. Indicators (built-in): - EMA 9 and EMA 21 on M5 - RSI 14 - ADX 14 (>25 for strong trend) - H1 EMA 21 above/below H1 EMA 9 for trend alignment Entry Rules (ALL must be true): BUY: EMA9 crosses above EMA21 (on closed bar) + RSI > 50 + ADX > 25 + H1 EMA21 > H1 EMA9 SELL: Mirror (cross below