SMAs cross arrangment EA mql file

Job finished

Execution time 57 days
Feedback from customer
Excellent Developer, deserves more than 5 stars, cool mind, understanding fellow, communicative, Honestly Recommended

Specification

Please Scammer developers stay away..

Scammers Botrous thwrat, jabir Ismaeili , adifon should never apply here

U will send me bullish r bearish cross strategy tester graphical mt4 chart small video showing alerts no repaint b4 project.

I belive Honesty n expect same from u sir

EA   TradeMode/AlertsMode

This EA has two modes TradingMode = only trades without alerts

AlertsMode= only gives alerts n doesnot trade

SMAs cross


 when 5 SMA crosses 21 sma, than 50sma than 100sma than 200sma

and all SMAs   are arranged in this order highest

 is 200 than 100 than 50 than 21 than 5 , so than immediately OPEN SELL order bearish cross and give sound+popup 

alert showing price n time of cross+SHL small horizontal line sticking at current

candle body's place where cross happened, 

in picture TOP JUST ONE DOWN BLue line shows bearish cross happened, as soon as ALL SMAS came in unision cross, 200highest yellow/100pink /red50/deep red21/ green 5,  unless all smas dont show cross , till than NO ALERT SHOULD B GIVEN, SUPPOSE IF TWO SMAS HAVE CROSSED , no alert, if four SMAs have crossed down , no alert , untill last SMA didnt cross as well, sir


200/100/50/21/5 sma cross arrangment shall show bearish cross 

5/21/50/100/200 shall show  bullish cross arrangement

 



Each sma should show its sma value(like 5sma,50sma etc,thanks)


for BULLISH  cross arrangment 200sma the lowest , 100 sma over the 200, 50sma over 100sma, 21sma over

 50sma, 5sma over 21sma =/200/100/50/21/5smas


RiskEQuity = risk per trade

 EA shall show all data on screen , like opened orders, drawdown, profit ,loss, etc


EA should have one button CloseAll  , if pressed this button than ea should close all opened orders

Profit box inputs box,  this blank box if i write any value of USD$ in it than as soon as EA total equity 

touches that profit than ea should close all orders, 

LossBox  , whatever usd dollar value i write in it as soon as it met than

 ea should close all losing orders,

Multiplier inputs box= which does multiply next orders in case of loss,i.e 1.1/1.2/1.3  so on...

StartLot, Tp, stp, ClosebuyReverse(close the buy all orders when all emas/smas turn

into bearish array 200/100/50/21/5

,CloseSellReverse = 5/21/50/100/200



finaly u will send me mql file as source code

thanks best of luck Respected Sir


thanks sir


Files:

Responded

1
Developer 1
Rating
(23)
Projects
45
20%
Arbitration
25
28% / 48%
Overdue
12
27%
Free
2
Developer 2
Rating
(1)
Projects
2
0%
Arbitration
1
100% / 0%
Overdue
0
Free
3
Developer 3
Rating
(318)
Projects
565
35%
Arbitration
81
31% / 44%
Overdue
204
36%
Free
4
Developer 4
Rating
(15)
Projects
17
6%
Arbitration
1
0% / 100%
Overdue
1
6%
Free
5
Developer 5
Rating
(12)
Projects
14
0%
Arbitration
1
100% / 0%
Overdue
1
7%
Free
6
Developer 6
Rating
(589)
Projects
1069
50%
Arbitration
39
28% / 41%
Overdue
49
5%
Working
Published: 1 article, 8 codes
Similar orders
Hello Traders and Investors, I am a professional algorithmic trading developer specialized in building high-quality Expert Advisors (EAs), Indicators, Scripts, and Trade Management Tools for MetaTrader 4 and MetaTrader 5. With extensive experience in financial markets and trading automation, I can transform your trading ideas into reliable and efficient solutions with clean, optimized, and well-structured code. My
MT4/MT5 HFT EA us30 30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
TumiiFX 30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
Ниже представлено готовое, технически выверенное Техническое задание (ТЗ) . Вы можете полностью скопировать этот текст и разместить его на бирже фриланса (например, MQL5.com в разделе «Фриланс» или на Smart-Lab). Данное ТЗ написано на профессиональном языке, понятном разработчикам торговых систем для терминала QUIK (на языке Lua) . ТЕХНИЧЕСКОЕ ЗАДАНИЕ (ТЗ) Разработка мультивалютного торгового робота для терминала
Master mind 30+ USD
Start ↓ Detect Trend (H4) ↓ Confirm Structure (H1) ↓ Wait for Pullback ↓ Check Indicators ↓ Calculate Confidence Score ↓ Score ≥ 80? ├── No → Wait └── Yes ↓ Calculate Lot Size ↓ Place Order ↓ Set Stop Loss ↓ Set Take Profit ↓ Manage Trade ↓ Move to Break-even ↓ Trail Stop ↓ Close Trade. IF Price > EMA200 (H4) AND EMA50 > EMA200 (H4) AND ADX > 25 AND RSI between 55 and 70 AND MACD Main > Signal AND Bullish engulfing
A robot 50+ USD
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
EA Crafter 500+ USD
Act as a professional Quantitative Developer and Risk Manager. I want to build a systematic trading strategy rulebook that prioritizes capital preservation and statistical edge over raw performance. Please generate a structured trading strategy using the following framework: 1. ASSET CLASS & TIMEFRAME: - Asset: [e.g., Apple (AAPL), Bitcoin (BTC), or EUR/USD] - Timeframe: [e.g., 5-minute, 1-hour, Daily] 2. CORE
Part 1: Project setup Input settings (risk, stop loss, take profit, EMA periods) Indicator initialization Trade management framework Part 2: Trading logic EMA crossover detection Buy/Sell entry rules One-trade-per-symbol check Part 3: Risk management Automatic lot size calculation Stop-loss and take-profit placement Trade execution and error handling Part 4: Final touches On-screen information Optimization
Hello, I am reopening this project with a fully updated and clarified specification. I am looking for a high‑level MQL5 developer who can deliver a clean, stable, and professional Phase 1 version of my: Institutional‑Grade Multi‑Currency MT5 EA (A2SR + SMC + Smart Recovery + Smart Grid + Liquidity + Volatility + Safety Filters) This EA is not a simple indicator conversion or a basic strategy. It is a structured

Project information

Budget
35+ USD