Hello,
I need an indicator or EA (with source code) capable to do the following:
Once is added in the chart has to check in mysql if exist records of that symbol in the database.
In case there is not records has to make INSERT with the next tick and record the information about that tick.
In case there is records because were from before or because the indicator/EA just made the record then has to make UPDATE of the information in that symbol every time MT4 generates a new tick
Has to be capable to reconnect by itself in case the connection with the database was down. Also has to update the information in case the current information in the market doesn't match the one recorded before the connection was lost.
TABLE FORMAT:
CREATE TABLE `ticks` (
`id` int NOT NULL AUTO_INCREMENT, (Single id of the Symbol)
`Symbol` varchar(255) NOT NULL, (Symbol name, example: 'EURUSD')
`Date` date NOT NULL, (Date of the INSERT or last UPDATE)
`Time` datetime NOT NULL, (Datetime of the INSERT or last UPDATE)
`Ask` double NOT NULL, (Ask in the moment of the INSERT or last UPDATE)
`Bid` double NOT NULL, (Bid in the moment of the INSERT or last UPDATE)
`Diff` varchar(255) NOT NULL, (indicate here if the current ASK is higher, lower or equal regarding the previous ASK)
`isopen` varchar(255) NOT NULL, (Days and hours the symbol can de traded)
`swaptype` varchar(255) NOT NULL, (type of swap)
`swaplong` varchar(255) NOT NULL, (swap long)
`swapshort` varchar(255) NOT NULL, (swap short)
`lo` int NOT NULL, (INSERT and UPDATE has to put just this: '-' in this column)
`le` int NOT NULL, (INSERT and UPDATE has to put just this: '-' in this column)
`class` varchar(11) NOT NULL, (INSERT and UPDATE has to put just this: '-' in this column)
`data` varchar(256) NOT NULL, (INSERT and UPDATE has to put just this: '-' in this column)
`askadjust` decimal(10,4) NOT NULL, (INSERT and UPDATE has to put just this: '-' in this column)
`bidadjust` decimal(10,4) NOT NULL, (INSERT and UPDATE has to put just this: '-' in this column)
`sessions` varchar(256) NOT NULL, (INSERT and UPDATE has to put just this: '-' in this column)
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=177 DEFAULT CHARSET=utf8
INPUTS:
Database host, User, Password, Database, Table, Port, Remove prefixes / suffixes (ejemplo is the symbol name is EURUSD.e or e.EURUSD I want to be able to remove the e. or e. part).
Also I need to have a debug area in the chart to show the status of the connection and if the logging in the database is been successful or if is giving errors, take a look in the image for example.
Besides the indicator/expert code the developer has to provide the mqh file the dll files and any other files that are necessary to make the indicator/expert work as expected.
Similar orders
I need a developer that can make my trading strategies into a working perfect EA Robot working on Mt5. Candlestick pattern confirmation through PDH, PDL, PWH, PWL, Liquidities, HTF OB
Platform MetaTrader 5 (MT5) MQL5 Source Code Required Compatible with Exness MT5 both standard and cent accounts/ICMarket accounts Works on EUR/USD only (initial version) ⸻ Objective Develop a fully automated AI Expert Advisor based on ICT Smart Money Concepts (SMC). The EA must only execute high-probability trades that satisfy all required conditions before opening a position. The EA must avoid overtrading and
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
I am looking for an experienced MQL5 developer to build a high-frequency (HFT) latency arbitrage Expert Advisor for Pepperstone MT5 , using LMAX as the leading price feed. The initial focus will be on US30 (Dow Jones) , and if the strategy proves successful, I want the EA to be easily expandable to additional symbols such as NAS100, GER40, XAUUSD, major forex pairs, and other supported instruments. The EA should
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
أحتاج إلى مستشار خبير لمنصة MetaTrader 5 (MT5) مصمم كآلة حالة محدودة (FSM). يجب أن ينفذ أوامر السوق فقط بناءً على مستويات أسعار يحددها المستخدم. يجب ألا يستخدم أي مؤشرات أو تحليل فني أو أوامر معلقة أو ذكاء اصطناعي أو قرارات تداول تلقائية. يجب أن ينفذ المستشار الخبير ببساطة تسلسلًا محددًا مسبقًا لمستويات الأسعار كما يحددها المستخدم تمامًا، مع إدارة دقيقة للحالة، ودورة نشطة واحدة في كل مرة، ومعالجة الفجوات السعرية،
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
I have an expert advisor's investor login. I want you to study it and make me the exact same EA. There should be absolutely no differences or mistakes. You should have great observation skills for this aswell
I am looking for an experienced MQL5 developer to code a custom Expert Advisor for MetaTrader 5 based on my own private trading strategy.I have all the specific entry rules, exit conditions, and risk management parameters fully prepared. I will share these exact details with the selected developer via direct message once the job is initiated.The final delivery must include the clean, fully commented source code (.mq5