Very, very simple request as I have zero programming skills or patience for it.
A programmer should have no problems with this one and should take only a few minutes.
So,
I can write a iCustom code calling on the indicators, their parameters/buffers/bar offset e.g.
iCustom(NULL,0,"IndicatorA","x",1,0,"x",0,1,1,2,0);
iCustom(NULL,0,"IndicatorA","x",1,0,"x",0,1,1,3,0);
But now I need a EA that will work in Strategy Tester that will draw arrows as objects based on the iCustom buffers that can be seen on the chart and when "Object List" is clicked on the chart after running the Strategy Tester. This is not for trading, so I do NOT need trade parameters like lot size/SL/TP -- ONLY ARROWS ---
Only graphical arrow objects. After that I can export and manipulate the arrow objects on my own.
So obviously it will have to be in mq4 format so I can manually change the iCustom code on my own, but need your skills to convert them into arrows that are physically on screen and also in the Object list.
If the budget allows it, please have 4 buffers, I can use (2 buy, 2 sell) e.g.
iCustom(NULL,0,"IndicatorA","x",1,0,"x",0,1,1,0,0); - buy arrow
iCustom(NULL,0,"IndicatorA","x",1,0,"x",0,1,1,1,0); - sell arrow
iCustom(NULL,0,"IndicatorB","x",1,0,"x",0,1,1,2,0); - buy arrow
iCustom(NULL,0,"IndicatorB","x",1,0,"x",0,1,1,3,0); - sell arrow
but have a choice to use either 2 buffers or 4 buffers (I do not need more), if it needs two mq4's (one for 2 buffers and one for 4 buffers), so be it.
Again, if it simple enough I would love to have the code in mq5 as well.
Good Luck and thank you for helping me.
類似した注文
Test instructions: - Run EA on US30 (Dow Jones) - Timeframe: H1 - Test period: last 3–6 months - Use default risk settings (1% per setup) - Check Friday breakout logic only Expected behavior: - EA should mark Friday High/Low - Wait for candle close breakout - Wait for retracement into range - Enter only when H1 candle closes inside range - Execute 2 trades per setup (TP1 = 1R, TP2 = 2R) - Respect 1.5% daily loss
ART 1: NUMBER OF TRADES ALLOWED IN ONE DIRECTION: Maximum number of trades in one direction = ------------------------------ ------------------------------ ------------------------------ -------------- par PART 2 PARTIAL CLOSURE OF STOPLOSS: Total STOPLOSS =------ Pips 1a: Percentage of Stoploss =--% 1b Percentage of Lot size =--% 2a: Percentage oe of Lot size =--% f Stoploss =--% 2b
“} Final Trading Logic Requirements 1. Confirmation Timeframe The main confirmation timeframe must be M15. The indicator may show a Pending Setup during the active 15-minute candle, but the setup is not valid for entry yet. A valid trading signal must be confirmed only after the M15 candle closes. If the setup appears during the candle but disappears in the final seconds before candle close, no confirmed signal
MT5 Expert Advisor (EA) Acquisition Request – Proven XAUUSD Martingale / Grid EA I am looking to purchase a fully developed, actively traded, and proven MT5 Expert Advisor for XAUUSD (Gold) that uses Martingale, Grid, Averaging, Recovery, or Hybrid Recovery techniques. Mandatory Verification Requirement To be considered, please provide: - MT5 Investor Password (Read-Only Access) for verification - Account Number /
Looking to buy profitable MT4/MT5 Expert Advisors (EAs). Requirements: • Fully automated • 6+ months backtest • 100+ trades • No martingale or grid systems Send: • Backtest report • Max drawdown • Markets traded • Brief strategy summary Only original EAs developed by you. Long-term collaboration available
I am looking for an experienced MQL5 developer to create a custom indicator for MetaTrader 5. The project requirements and indicator logic will be shared privately with the selected candidate to protect the concept and implementation details. Requirements: Strong experience with MQL5 indicator development. Ability to create clean, efficient, and well-structured code. Experience with custom buffers, chart objects
Live chart [ expert is not executing trades on xauusd ] , Deleting Existing Parameter not in use , Live Chart Adjustments Only , No Need to Change anything else , expert will be live testing Throughout
Prepare expert for xauusd live chart [ expert is not executing trades on xauusd ] . Deletion and cleaning code . Trailing Stop Rule to follow the given method . Live Chart Only
I need help in building a Robot SNIPER X AI — FINAL BUILD Trading System Type AI Scalping + Sniper Entry Expert Advisor Platforms MetaTrader 4 MetaTrader 5 Supported Brokers � exness.com � justmarkets.com � deriv.com Universal MT4/MT5 broker support FINAL CORE FEATURES ✅ AI Scalping Engine ✅ Sniper Entries ✅ Auto Buy/Sell ✅ EMA Trend Detection ✅ RSI Momentum Filter ✅ Smart Stop Loss ✅ Dynamic Take Profit ✅ Trailing
//+------------------------------------------------------------------+ //| $10 Smart Scalping Bot for MT5 | //| EURGBP + AUDUSD + XAGUSD Optimized | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //========================= INPUTS ================================== input double LotSize = 0.01; input int FastEMA = 20; input int SlowEMA =