Hi I am looking for an EA to alert me when a pair has 3 indicators (Trading view account, I wonder if this would need to come direct from my log in etc?) showing a positive position and one indicator showing a negative. (Or the opposite; 3 neg and 1 pos etc)
I can then manually assess then forth coming candles for my personal, manual entry. No auto entry necessary. (Possibly be back to add this feature if manual intervention isn’t advantageous lol)
I would like the EA to scan 20+ pairs, all on the same time frame, I would assume they would scrape the data on candle close depending on time frame requested?, eg 5min, 15min, 1 hr. (I wonder if this can be an element of the code that can be altered once built so I can change depending on which TF I am looking to monitor?)
Alert me when the below is live:
If price action MA is above Smoothing line = Price action Bullish.
If price action MA is below Smoothing line = Price action Bearish.
I would like an EA to alert me on a pair that has the following;
Eg
Price action Bullish
RSI MovingAverage Bullish (eg Trading view alert; Moving up 0.10 in 2 bars)
RSI Bearish (eg Trading view alert; Moving down 0.10 in 2 bars)
MACD Histogram Bullish above 0.00
MACD line Bullish, above signal line
MACD signal line Bullish, below MACD line
Or exact opposite.
Questions;
Would you require the settings I have for each indicator to build the EA?
Would you like me to supply you with a screen shot of the Price action and Indictors I am using with settings etc, just let me know.
Would the EA be something used direct with MT4? (I use a MAC, I guess I would need to download a simulator to use the EA?) or would it be easier to create an Excel (for example) piece of software which will webscrape and indicate which of the elements are Bullish/Bearish, noise and visual alert when all elements correct?
Sorry for the naivety
Look forward to reply.
Solicitudes similares
I am looking for an experienced MQL5 developer to convert a complex TradingView Pine Script (will provide the script from tradingview) into a fully automated MT5 Expert Advisor -bot. The TradingView script includes: Market Structure (BOS, CHoCH, Swing BOS) Strong / Weak High & Low Equilibrium (Premium / Discount zones) Volumetric Order Blocks Fair Value Gaps (FVG / VI / OG) Accumulation & Distribution zones Equal
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","
Specifications – Development of an MQL5 Expert Advisor (Reverse Engineering) Project context: I have access to a real trading history consisting of more than 500 trades executed over a period of approximately 3 years. These trades have been exported into a CSV file containing all available information, including date, time, symbol, order type, entry price, and exit price. Important: I do not have access to the
1.Sinyal Perdagangan : Sinyal beli: garis MACD utama memotong garis sinyal ke atas (macd_current>signal_current && macd_previous<signal_previous). Sinyal jual: garis MACD utama memotong garis sinyal ke bawah (macd_current<signal_current && macd_previous>signal_previous). Gambar di bawah menunjukkan kasus beli dan jual. 2. Posisi ditutup pada sinyal yang berlawanan: Posisi beli ditutup pada sinyal jual, dan posisi
A trading expert that relies on specific signals such as price breaking a peak or trough, liquidity withdrawal, and retesting the signal. Lock the expert advisor with a code and create a subscriber base with a separate key for each subscriber
✅ *Step-by-Step Strategy to Code – CRT + CISD (MT5 EA)* 🔧 *System Setup* *Timeframes Used:* - *D1* – Bias & CRT zones (High & Low) - *H1* – Confirm candle closes back inside CRT levels - *M5* – CISD pattern (entry trigger) --- 🟢 *Buy Setup – Logic* 1. *Detect D1 CRT Zone:* - Identify current day’s *High and Low* → define CRT levels. 2. *Wait for Sweep:* - Price must *break below D1 CRT Low* (wick). 3. *H1
Ea gold is specifically available for those willing to make huge profits very good and trustworthy very easier to use Buy signal: the main MACD line crosses the signal line upwards (macd_current>signal_current && macd_previous<signal_previous). Sell signal: the main MACD line crosses the signal line downwards (macd_current<signal_current && macd_previous>signal_previous). The below figure shows Buy and Sell cases