I have a working mt5 scanner (looks exactly like a bollinger band) with 3 bands. I want to build an indicator and a EA (both mt5 and mt4) For BUY, I want the EA to be opening trades and the indicator to be giving notifications specifically on the following conditions:
For BUY Conditions
1, when previous candle(INDEX 1) closed BELOW AND OUTSIDE the LOWER band of the scanner.
2,When the low or the lower wick of previous candle (index 1) IS BELOW, CROSSED BELOW OR STICKING OUT BELOW THE LOWER BAND OF THE SCANNER
3, For the indicator, notification MUST BE GIVEN when the lower wick touches the lower or the upper band irrespective of wherever the candle closes (This is very very important because a very large number of times, price will come and touch the band and then retraces back way too long before the candle closes. As a result, such a nice entry is lost.)
CONDITIONS FOR CLOSING BUY POSITIONS:
1, When Current candle (index 0) touches or is above the Upper band
2, When the PREVIOUS CANDLE (index 1) closes above the Upper band
TRAILING STOP LOSS : ATR Indicator multiplied by 3
FOR SELL CONDITIONS:
1, when previous candle (index 1) closed above and outside the UPPER Band of the scanner
2, When the High or the Upper wick of previous candle (index 1) is above, crossed above or sticking out above the Upper band
3, For the indicator, notification MUST ALSO BE GIVEN when the Upper wick touches the upper band of the scanner irrespective of wherever the candle closes (This is very very important because a very large number of times, price will come and touch the band and then retraces back way too long before the candle closes. As a result, such a nice entry is lost.)
CONDITIONS FOR CLOSING SELL POSITIONS:
1, When Current candle (index 0) touches or is BELOW the Lower band
2, When the PREVIOUS CANDLE (index 1) closes BELOW the LOWER band
TRAILING STOP LOSS : ATR Indicator multiplied by 3
For the mt5 EA, I want to be using it for binary volatility indices such as Volatility 75, 100, 75 (1s), Step Index, etc Already, i have code one EA myself from eabuilder website but am having a little issue regarding pips calculation, this is why i changed to using ATR Indicator as trailing SL. I'm thinking if a set files can be made for the indices so that the EA wont be having problems in opening trades. Furthermore, i will be very happy if the expert can suggest better ways of coding this EA of mine. Thanks
I also have a mt5 autotrendline indicator which i also want to be giving notifications anytime current candle touches them OR break through OR anytime current candle breaks out of the two trendlines either to the upside or to the downside. I have the two indicators with me and their source codes. I will send it once i see an expert who can do the job. Thanks.
相似订单
I have a EA for XAUUSD which works awesome in sideways and trending market as well, capital requirement is only 2000USd and weekly profit is around 1500-2000 USD. I am using this bot from 3 months and getting continuous good result
I’m looking for an experienced MT4 developer to create a custom indicator (or EA) with mobile push notifications based on the following strategy. Trend Filter (Daily Timeframe) Daily Close above 50 EMA = Bullish Bias Daily Close below 50 EMA = Bearish Bias Entry Timeframe (H1) RSI Settings RSI Period: 14 (default) Upper Level: 65 Lower Level: 35 Buy Signal Generate a BUY signal when: Daily bias is Bullish (Daily
Expert should be able to place trades across all Forex symbols (solution is advised) . xauusd live chart execution error . Deletion and Cleaning the Code (if required) . Live Chart Only
✅ MT4 EA Developer Checklist (For Your Ladder EA) 1️⃣ Indicator Integration EA reads signals from provided custom indicator (.ex4 or .mq4) Detects “Buy Next” / “Sell Next” signals on current candle Works with arrow-based or buffer-based signals 2️⃣ Next Candle Execution EA does not trade on the candle where the signal appears Orders placed only at first tick of the next candle Timeframes supported: M1, M5, M15
Hello, I am looking for someone who can help me to build a MT4/MT5 forex EA, by analyzing the trading history. You are responsible to find out trading logic behind the EA and Build a new EA that accurately replicates the existing strategy. I need someone who has proven previous experience to build a new EA by reverse engineering. Thanks
I am looking for an experienced MT4/MT5 developer to analyze my trading history and replicate the strategy in a new Expert Advisor (EA). The developer must have proven experience in reverse engineering strategies, analyzing trading data, and developing EAs across various trading methodologies. A deep understanding of XAUUDS and BTCUSD behavior, as well as chart analysis, is essential. Please note that we do not have
Title: MT5 Forex Trading Robot Development I need a MetaTrader 5 (MT5) Expert Advisor (EA) for automated Forex trading. Requirements: 1. The robot must be fully automated and capable of opening and closing trades without manual intervention. 2. Compatible with MetaTrader 5 (MT5). 3. Adjustable lot size, Stop Loss, and Take Profit settings. 4. Built-in risk management based on account balance. 5. Ability to trade
Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version) Objective: Create a Custom Study (ACSIL / C++) that monitors alerts from the Alert Manager file and forwards any valid alert directly to MT5 via an HTTP POST (Webhook) in JSON format. Additional Note: The study should allow adding any modifications in the future and provide clear insights into the alert points in Sierra Chart. 1. Data Flow Diagram
MT5 Expert Advisor Development Project Overview I am looking for an experienced MQL5 developer to build a custom MetaTrader 5 Expert Advisor based on a grid-cycle trading framework. This is not a standard grid EA . The system combines: Session-based trade initiation Multi-filter signal generation Dynamic grid management Advanced basket management State-machine-driven trade lifecycle management Dynamic take-profit
I have a MT5 Hull MTF Indicator that I like. I would like someone to add: 1) Time of day function (with start time and end time) so that it does not send messages during my night time. Default Start=0900 Default End=2300 2) Add to the Message (sound and email): so that it is Symbol+Buy-Or-Sell+Ask-OrBid Price+TimeFrame1 "/" TimeFrame2 I will send the indicator to the developer. Thank you