I have an EA that opens trades when certain conditions are met in a
M5 chart. I would like to include a trend filter in the EA, so it will only
place trades in the direction of the trend selected.
The filter should be called Trend Locking. It has to calculate the
trend direction in all Timeframes M1, M5, M15, M30, 1H, 4H, D1, W1 and MN. You have
to be able to select the Timeframes you want to use as a filter (can be no one
or multiple) in the options of the EA. The EA can then only place trades in the
same direction as the trend of the Time frames selected. Examples:
M1 trend: Stationary
M5 trend: Falling
M15 trend: Rising
M30 trend: Falling
1H trend: Rising
4H trend: Rising
D1 trend: Rising
W1 trend: Rising
MN trend: Falling
Trend Locking selected 4H and D1. EA must place only LONG trades.
Trend Locking selected M30 and M5. EA must place only SHORT trades.
Trend Locking selected M15 and M30. EA CANNOT place ANY trade
as trend in M15 and M30 are different.
Trend Locking selected M1. EA CANNOT
place ANY trade as trend in M1 is
neither Falling or Rising.
Trend Locking selected M1 and M5. EA CANNOT place ANY trade
as trend in M1 and M5 are different.
Trend Locking selected 1H, 4H and D1. EA must place only LONG trades.
To calculate the trend direction, we will use a Simple Moving
Average of the price of the asset and the Average Directional Movement Index (ADX).
There must be the option to select the period of the SMA as well as the one for
the ADX in the EA options.
The Trend will be Falling
if the SMA ROC (Rate Of Change) is <0.00 and the ADX ROC is >0.00 (ADX
positive slope)
The Trend will be Rising
if the SMA ROC is >0.00 and the ADX ROC is >0.00 (ADX
positive slope)
All the rest of combinations of SMA ROC and ADX ROC will be
considered as Stationary.
ROC Formula: (Most recent closing price - Closing price 1 period ago) / Closing
price 1 period ago
There must be the option to deactivate the ADX filter and calculate
the trend direction only with the SMA conditions, regardless of the ADX ROC
value.
Похожие заказы
There is a Pine Script with closed source code that I want to use on TradingView. I would like to have an exact replica of it created. I have the link and can share it with you if you're interested. Is this something you can do
I need a fully automated Expert Advisor (EA) for MetaTrader 4 or MetaTrader 5. Strategy Overview: Trading Instrument: User adjustable (input parameter). Default can be EUR/USD. Trade Time: Every day at exactly 11:00 AM (broker server time) . Position Size: Fixed lot size (NOT percentage-based). Default = 0.01 lot. This must be an adjustable input parameter . Trading Rules (Step by Step): Day 1 (Initial Trade)
Trading Strategy Specification 🟢 Buy Setup Conditions: Trend Identification: The overall trend must be Bullish (Upward). (Note for the programmer: Define the bullish trend using higher highs/higher lows structure or a specific Moving Average). Fibonacci Retracement: The price must correct downwards to touch or test the 61.8% Fibonacci level , drawn from the most recent swing low to the swing high. Entry
Hey I need help with the development of my ea. I am using a built in indicator and a custom indicator. It shouldn't take too long. I will tell you the conditions and then I just need some help with the coding but I have some experience. Thanks we can chat on whatsap or telegram
I need an experienced MQL5 developer to build a semi automated trading signal system for Gold (XAUUSD) on MT5. The system is NOT a martingale or grid EA. The goal is to build a clean rule based signal engine that detects high probability setups based on predefined strategy rules and sends trading alerts with optional pending order logic. Main Requirements: 1. Signal Generation - Buy and Sell signals - Buy Limit - Buy
I need a bot that can trade weltrade synthetic indices that can be consistently making profits if you have one for deriv its also fine a bot that executes and closes trades automat Will be ideal
I want a professional MT5 trading robot for XAUUSD (Gold). Requirements: - Safe and stable strategy - Focus on long-term profit and low risk - Smart entry and exit signals - Trend confirmation with indicators - Automatic Stop Loss and Take Profit - Risk management system included - Maximum daily loss protection - Trailing Stop feature - News filter to avoid high-impact news - Works automatically on MT5 - Optimized
MT5 Expert Advisor Specification: Asian Liquidity Sweep & M5 FVG Entry Project Overview Automated Expert Advisor for EUR/USD on MT5. The strategy maps structural liquidity (Fractal Swings) for entry triggers but targets absolute session extremes for Take Profit. It enters on the first opposite M5 Fair Value Gap (FVG) and features a dynamic, user-controlled risk engine. 1. Timezone & News Filter Requirements The
I am looking for an experienced MQL4/MQL5 developer to build a custom MT4 indicator from scratch or cracking my ex4 file that i provide to you. I already have an existing indicator (EX4) which produces highly accurate buy/sell signals. I want a similar indicator developed based on its observable behavior and signal structure. my existing indicator is pc id protected so you have to do PC ID security bypass and source
I want to provide you with the source code of the indicator I am interested in, which gives buy and sell signals in the trading view, and you can turn this indicator into a robot that gives buy and sell signals in MetaTrader 5 and trades automatically