Hey guys, i'm looking for someone who can help me find out where i made mistakes in coding.
First at all i'm gonna explain how mine expert "TONY VIP V2 2.05 new multi.mq5" works:
i have custom indicator which thanks to Dll gives levels (supports and rezistences) on daily base.
it is paid indicator which i don't have a source code, so i decided to create mine own indicator "Antonio-V4.mq5"
which can makes new indicator with levels my expert can work with in backtest and run it on actual chart same time.
For backtesting i have to make manually data file (txt) with levels(suports and resistences for each day in history with date and time from 9am
first day to 9am second day to simulate "original indicator" which gives levels every 24 hours)for example "AUD-USD.txt" and my
indicator create new indicator which my expert can trade). Indicators makes levels from text, finding theese words from data file:
"nabídka" = resistence, "poptávka" = support. i copy data in Czech language.
"i had to create that indicator because i want to have a possibility to optimize my expert"
so my problem is that in strategy backtester expert works good, but if i want to run expert i am getting ERROR INIT out of array !!!!! or it does
not open trades even with created indicator with actual data levels.
data file (txt) has a format for levels to simulate real"original indicator" levels has date and time from first day 9 am to 9am second day and so
on. Probably somewhere here is the biggest problem, because expert in backtesting trying to trade future data( today it trades "tomorrow's
levels" :D)
-it is picture of original paid indicator with levels.

-it is picture of data levels created by mine indicator

How mine indicator " Antonio-V4" works : Put data files with levels to MQL5 folder " Files" (AUD-USD.txt) , than put
indicator to chart and fill name of data file (write exactly how it's named, even capital letters and special signs"AUD-USD") and than write
name of new indicator ( it is important for expert)

after that Indicator creates new indicators and you can find them in MQL5 folder "Files" than you have to move them to MQL5 folder "Indicators"
and compile them all.

How to set input for backtest: important it is just write symbol "AUDUSD" because it is multicurrency expert.

and than you have to writte name of created indicator.

other inputs are not important.
All Library:
TONY VIP V2 2.05 new multi.mq5 MQL5/Experts
Antonio-V4.mq5 MQL5/Indicators
AUD-USD.txt MQL5/Files
Simple 1.mqh MQL5/Include
Simple 2.mqh
MQL5/Include
Ordini simili
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
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) . ТЕХНИЧЕСКОЕ ЗАДАНИЕ (ТЗ) Разработка мультивалютного торгового робота для терминала
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
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
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