January 10, 2024
To : THE DEVELOPER
RE: DEVELOPMENT OF AN MT4 EXPERT ADVISOR (EA) BASED ON THE INDICATORS MENTIONED BELOW WITH HEDGE AND CASCADE ORDERS
Wishing you a good day!
I want to order an EA for MT4 Platform that uses the following indicators for an entry order, like Moving Average, RSI, MACD and Bollinger Bands the specifications, details and parameters are further illustrated on the attached file.
For every entry order made by the EA based on the indicators mentioned, the system must have a corresponding hedge order system of up to six pending orders where positions are determined based on the inputed distance from the entry order and up to three cascade pending order for continuing trend that will be activated upon reaching the take profit of the entry order or from the hedge orders (further discussed and illustrated on the attached file).
For Hedge Position:
Hedge Pending Orders
#1 BUY (will Only activate upon reaching the inputed PIPS)
Input details:
PIPS (distance from Entry Order) ___ Example +10 PIPS
Lot Size ___
Stop Loss ___
Take Profit ___
Entry Order Example SELL -------------------------------------------------------------------------------------------------------------------- 0 PIPS
Input Details:
Lot Size ___ Hedge #2 SELL (will only be activated if the hedge #1 is activated and upon reaching the inputed PIPS)
Stop Loss ___ INPUT DETAILS:
Take Profit ___ PIPS (Distance from Entry Order) ___ Example -5PIPS
Lot Size ___
Stop Loss ___
Take Profit ___
*other hedge other are the same principle, where the following details are being inputed like PIPS distance from original order, lot size, stop loss and take profit during the set up of the EA.
Aside from this, for the continuing ordering trend I had included the there cascade ordering system that will be activated upon reaching either the TP of the entry order or from the hedge orders:
the basis of the cascade order #1 is the entry order, upon ordering of the system of the entry order the pending order of cascade order #1 is place and just waiting for the TP level to achieve, and the succeeding cascade order are based on the cascade order like cascade order #2 will be place under pending order when cascade order #1 is activated and cascade order #3 will be place under pending order when cascade order #2 is activated. but supposed it it is manually closed, it the entry order is closed the unactivad pending orders will expired, and the unactivated pending orders will also expired.
Illustration:
TP of cascade order #2 ----------------------------------------------(Activation of Cascade Order #3 Input: Lot Size ___ SL ___ TP ___ )
TP of cascade order #1 ---------------------------------------------- (Actvation of Cascade Order #2 Input: Lot Size ___ SL ___ TP ___)
TP of original entry or Hedge orders------------------------------- (Activation of Cascade Order #1 Input: Lot Size ___ SL ___ TP ___)
BUY (Entry Order) --------------------------------------------------------------------------------
TP of original entry or Hedge orders------------------------------- (Activation of Cascade Order #1 Input: Lot Size ___ SL ___ TP ___)
TP of cascade order #1 ---------------------------------------------- (Actvation of Cascade Order #2 Input: Lot Size ___ SL ___ TP ___)
TP of cascade order #2 ----------------------------------------------(Activation of Cascade Order #3 Input: Lot Size ___ SL ___ TP ___ )
For further illustration, it is being discussed and illustrated on the attached file.
Please also don't hesitate to message me for your further clarification.
Thank you very much.
Ordini simili
HELLO GREAT DEVELOPER I've been playing with a strategy using an already coded Pinescript V5 Indicator, and wanted to turn it in to a strategy with a few additions. (I have incuded the code for the original Indicator) Trading the 1 minute chart I'd like the strategy to go long if the prices passes the higher ORB 50% line while the 3min 20 WMA is above the 3min 200 SMA and the 3 min RSI is below 50. With a Stop loss
Hahsdhdjdjjdndndndnenn dhejjeej eheujeje hejejejjeej jrkr rhejje rhrjrj rhurjr jeirje ejeijeje eururjje e eeuueie heieie heueieub ehurjrue heueieue euruueue eheuueue ejeiueie ueueieue euieieie eueuei. Euieieie euriieie jeirieie eueieije kdeoieieie heueueue ueieieuei euieieie ieieieie ueieieue ueieieue euurieie ueieieie ueieie
Project Overview: We are seeking a highly skilled and experienced developer to build a next-generation Forex Expert Advisor (EA) for MetaTrader 5. The core innovation of this project is an EA that relies 100% on a custom deep learning AI model (e.g., LSTM, Transformer) for generating all trading signals. The EA will trade the XAU/USD (Gold) instrument. The developer must be proficient not only in advanced MQL5
Looking for a reliable, low-lag reversal indicator for Forex that does not repaint and does not place signals with an offset. Key features: Signals only after confirmation (uses closed bar logic), so alerts are final and do not repaint. No offset placement — arrows/markers appear on the same candle/bar that triggered (or on the close of that bar) to avoid confusion. Tunable sensitivity: adjustable lookback and
Here's a detailed description of an Expert Advisor (EA) based on Heikin Ashi candlesticks: EA Overview The EA will implement a trading strategy based on Heikin Ashi candlesticks, identifying trends and generating trading signals accordingly. Indicator Requirements 1. *Heikin Ashi Indicator*: The EA will use a Heikin Ashi indicator to calculate Heikin Ashi candlesticks. 2. *Customizable Parameters*: The Heikin Ashi
Requirements for SMC Trading EA Platform : MetaTrader 5 (MT5) Strategy : Smart Money Concepts (SMC) Analysis Timeframe : H1 (higher timeframe analysis) Execution Timeframe : M1 (entry and execution) Core Features : Detect Order Blocks Identify Liquidity Zones Detect Fair Value Gaps (FVGs) Break of Structure (BOS) & Change of Character (CHoCH) detection Mark Equal Highs and Lows Trading Functions : Dynamic lot sizing
I am looking for an Expert Advisor (EA) that performs well on Ethereum. Ideally, it should be an HFT-style EA; a swing trading EA is also acceptable. I require the full MQL5 source code — the EA must be written entirely in MQL5 (no external languages such as Python). Performance target: Minimum 70% win rate with a 1:1 risk:reward. Input variables required: Stop Levels: Stop Loss (SL) and Take Profit (TP) Trailing
Hello MQL5 Developers, I would like to hire a developer to create a high-quality custom indicator for MT5 . The goal is to perfectly replicate the logic of the TradingView "Technical Ratings" summary, but with the crucial feature of displaying its historical values as lines on the chart. I will attach an image to this post that shows the exact logic and structure I need. Core Logic (as shown in the attached image)
Here's a detailed description of an Expert Advisor (EA) based on a candlestick-dependent strategy: Strategy Overview The EA will implement a trading strategy based on candlestick patterns, opening trades when a bullish candle is detected and avoiding trades when a bearish candle is detected. Key Features 1. *Candlestick Pattern Identification*: The EA will identify bullish and bearish candles based on their open and
How can we create an EA including a LLM like deepseek or chatgpt API? My main idea is the LLM makes the market analysis, a threshold on its confidence defines the risk per % it will use and also a dynamic valuation of the prediction/analysis should close trades earlier or later than the TP. Did you already build EAs based on LLMs