I am developing a web platform that shows all the results what the strategy is having.
I need an EA that collect and publishes strategy data to a remote MySQL database and check for new updates every x configured minutes and if there are new data, publish to the database the new events. The period of time of publising data, timezone of publishing and database configuration must be in EA settings.
When I drop the EA to a chart, it must start collecting ALL DATA that the current account is having every x period of minutes configured, and it need to show in the chart windows the last published statement and statement publish status (same as MyFxBook EA Publisher works).
The data I need to collect is kinda same as MyFxBook API does:
1. Get Current Open Orders.
2. Get Current Open Trades.
3. Get Historical Positions.
4. All other financial data of the strategy.
And with this posted in a database correctly (the bot must create database tables/configuration if it doesn't detect schema config in connected MySQL database), I need a WEB REST API that consults this information, having the following API Methods:
1. total_data: total gain/loss (%), abs gain (%), total pips, total lots, monthly average gain, average drawdown, withdrawals, deposits, total profit, balance, equity, equity percent, demo (true or false), profit factor, fiability, and all other possible data.
2. get_opened_orders: get all the current open orders (each order must return: open time (format: yyyy-mm-dd H:m:s), symbol, order type, lots, open price, tp, sl, ). PARAMETERS: maximim orders to return, and if not defined, show all opened orders.
3. get_opened_trades: get all the current open trades (each order must return: open time (format: yyyy-mm-dd H:m:s), symbol, trade type, lots, open price, tp, sl, profit/loss, pips, swap, etc). PARAMETERS: maximim trades to return, and if not defined, show all opened trades.
4. get_history: get the historical data (every trade here must contain its infromation: opened trade (format: yyyy-mm-dd H:m:s), closed trade (format: yyyy-mm-dd H:m:s), symbol, lots, open price, close price, tp, sl, pips gain/loss, profit gain/loss, interest, etc... PARAMETERS: a range of dates (from x date to x date, format yyyy-mm-dd) and if not defined, show all historical data.
5. get_daily_gain: get all the gain/loss of a day certain given date (returned results: date (format: yyyy-mm-dd), balance of account, PIPs, lots, floating PL, profit, Growth Equity, Floating PIPs). PARAMETERS: desired date in format yyyy-mm-dd.
6. get_custom_gain: get all the gain/loss of a certain range of date (returned results: number of days, pips, lots, floating PL, profit, growth equity, floating pips). PARAMETERS: a range of dates (from x date to x date, format yyyy-mm-dd).
RETURN TYPE: JSON/XML (custom data return must be a param).
I don't want a visual platform, just the API endpoint programmed in PHP.
Similar orders
Auto trading system with hi probability win rate. Trades and auto trading system works well on gold and forex most important risk reward ratio. It must be 1:3 or more then that
Hello, i would like to have a ninjatrader indicator. I wanna to have a footprint indicator with delta, imbalances and big trades identifiable. Also I wanna sell it on whop. And it should be fully customisable in NT8
//+------------------------------------------------------------------+ //| Simple Moving Average Crossover EA | //+------------------------------------------------------------------+ #property strict input int ShortMA = 10; input int LongMA = 50; input double LotSize = 0.01; int shortMAHandle; int longMAHandle; //+------------------------------------------------------------------+ int OnInit() { shortMAHandle =
Description: I am looking for an experienced MT4/MT5 (MQL4/MQL5) developer for consultation and possible future development of an advanced Expert Advisor architecture. This is NOT a simple RSI, MACD, martingale, or indicator-only EA project. I already have an existing EA framework using: RSI timing logic EMA direction filters trend and volatility filters DCA / basket management protection and recovery logic Now I
I need an experienced MQL5 developer to build a custom MT5 Expert Advisor for XAUUSD. Strategy Overview: Trend-following using EMA 50/200 on H4 and H1 Pullback entries on M5 using RSI + candle confirmation No martingale, no averaging down Controlled scaling only when trades are already in profit Maximum 2–3 positions per direction Risk Management: Daily loss limit (%) Equity hard stop (%) Consecutive loss pause
I am looking for an experienced developer in MQL5 to build a fully AI and automated trading bot (Expert Advisor) for MetaTrader 5. The EA will trade XAUUSD only and will be based purely on price action and Smart Money Concepts (SMC), specifically focusing on liquidity sweeps, market structure shifts (MSS/CHoCH), and wick rejection entries at key points of interest (POIs). The system must follow a strict rule: no
I need an MT5 Expert Advisor for US100 and XAUUSD. The EA must use risk management and must not use martingale or grid. Main requirements: Platform: MetaTrader 5 / MQL5 Symbols: US100 and XAUUSD Timeframes: M15 and M30, with higher timeframe trend filter Trend filter: EMA 50 and EMA 200 Momentum filter: RSI 14 Stop loss: ATR-based or recent swing high/low Take profit: minimum 1.5R risk/reward Risk per trade
I want the indicator to be built professionally and carefully because the strategy is strong, but it requires advanced and clean programming. The indicator should work mainly on XAUUSD M15 and should generate more than 2 high-quality signals per day, ideally around 2 to 4 signals maximum, without flooding the chart. The logic must not be random. Each signal must be based on: HTF Bias from H1/H4, Liquidity Sweep
FINAL EA STRATEGY DOCUMENT (Chandelier Exit + EMA Breakout System) ------------------------------------ CORE INDICATOR - Chandelier Exit (MAIN LOGIC) - ATR Period: Editable (Default 22) - ATR Multiplier: Editable (Default 3) IMPORTANT: - ATR must NOT be shown as a separate indicator - ATR must be used ONLY internally inside Chandelier Exit - All SL & trailing must strictly follow Chandelier Exit line
🚀 ADAPTIVE GRID HEDGE EA (FULL VERSION) 🧠 📌 GENERAL CONCEPT This Expert Advisor (EA) uses a strategy combining: Grid trading (order grid) Hedge (protection with opposite positions) Lot scaling (progressive) Loss compensation with profits Continuous operation (non-stop) Focus on: Small recurring profits High trade volume (rebate/IB) The system does not depend on direction, but rather on market oscillation . Main