Job finished
Execution time 28 minutes
Feedback from employee
Excellent customer and developer.
Thanks.
Feedback from customer
Developer was very patient and knowledgeable will definately work with The Huy Phan again
Specification
I have written an EA buy I am struggling to use ILowest within a loop.
If I print out ILowest I get the correct value. But If I iterate through a loop and increase the start position of ILowest I get different values.
Surely the logic is the same for printing it out on each new candle as it is changing the start index.
I require help to work out this logic.
Basically I want to save the previous lowest candle for the last 25 candles into an arraybased on close price.
If candle[1] is the lowest array[0] = 0
if candle[2] is also lowest array[1]=0
if candle[3] is second lowest array[2]=1
if(!isNewBar() && InpTradeOnNewBar) { return; } //Something like this can be done ArrayResize(buyarr,30) buyarr[0] = ilowest(Symbol(),Period(),Mode_close,InpLookBackPeriod,1) - 1; //Shift values up one if(CopyRates(Symbol(),Period(),0,InpLookBackPeriod,BuyRates) < InpLookBackPeriod || CopyRates(Symbol(),Period(),0,InpSLookBackPeriod,SellRates) < InpSLookBackPeriod) { return; } buyrank=iLowest(Symbol(),Period(),MODE_CLOSE,InpLookBackPeriod,1) - 1; sellrank=iHighest(Symbol(),Period(),MODE_CLOSE,InpSLookBackPeriod,1) - 1; Print(buyrank); //this prints the correct value. I would like to save this value for the previous 25 candles ArrayResize(buyarr,InpLookBackPeriod); for(int i=0; i<InpLookBackPeriod; i++) { buyarr[i] = iLowest(Symbol(),Period(),MODE_CLOSE,InpLookBackPeriod,i+1) - 1; } ArrayPrint(buyarr); // This prints out totally incorrect values.
Responded
1
Rating
Projects
103
20%
Arbitration
6
0%
/
83%
Overdue
3
3%
Free
2
Rating
Projects
204
30%
Arbitration
25
40%
/
44%
Overdue
12
6%
Free
3
Rating
Projects
124
44%
Arbitration
14
29%
/
50%
Overdue
17
14%
Free
4
Rating
Projects
643
26%
Arbitration
92
72%
/
14%
Overdue
12
2%
Working
Published: 1 code
Similar orders
Hi 👋 I’m looking for an MQL5 programmer to help me with a very simple task 😊 📌 What needs to be done: Convert an existing Python trading strategy into a simple MT5 Expert Advisor Logic is already finished and tested in Python ✅ EA only needs to execute trades based on given rules (no fancy UI, no over‑engineering) Intraday strategy, one symbol, one timeframe ⏱️ 📌 What I provide: Full Python code 📄 Exact trading
ICT Sell-Only Execution EA
100+ USD
Below is the same information written as a continuous, professional text , clear and suitable for a requirements description field. This project consists of adjusting an existing Expert Advisor for MetaTrader 5, written in MQL5. The original EA structure, logic, and trading methodology must be fully preserved, with no rewriting, simplification, or replacement of the strategy. The only required functional change is to
MT5 EXPERT By Jim
100+ USD
//+------------------------------------------------------------------+ //| MT5 Forex Scalping EA | //| Trend Pullback Scalper | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; // ===== INPUTS ===== input double RiskPercent = 0.5; input int EMAFast = 20; input int EMASlow = 50; input int RSIPeriod
XAUUSD Trading EA Development Project*
30 - 55 USD
I'm seeking an experienced MQL5 developer to create a robust Expert Advisor (EA) that integrates 4 powerful strategies into a single, cohesive system. The EA will trade XAUUSD exclusively and adhere to strict risk management principles, avoiding grid and martingale techniques. *Strategy Overview* The EA will incorporate the following strategies, each with its own unique approach: 1. *High Timeframe Trend Reversal*
i want to convert icc /cct strategy into an automated bot, if any one can do it please let me know so i send a video describing exaclty what i want
I am looking for an experienced developer to build a TradingView Pine Script that generates trading signals and sends them via webhook to MT4 for automated execution. The trading logic must be handled entirely in TradingView (Pine Script) . MT4 will only be responsible for receiving webhook messages and executing trades (no strategy logic inside MT4). The goal is to ensure that TradingView backtest results and live
An Expert Advisor based on Fibonacci Retracement
30 - 60 USD
* Use Fibonacci retracement (with adjusted values) to scale entry points. * Timeframe may differ depending on the projected target; but the Fibonacci conditions remain the same * date range into consideration as well * Applicable to indices, crypto and metals. * Activate entries on the second half of my fib *Usually takes the whole week to unfold (5 - 7 days) * Timeframes to consider 5m/15m, H1/H2 The attached images
Nestalink.EA
30 - 100000 USD
//+------------------------------------------------------------------+ //| Prop Firm Challenge EA – Fully Automated (MT5) | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; // ================= INPUTS ================= input double RiskPerTradePct = 0.5; // 0.5% risk (prop firm safe) input double MaxDailyLossPct = 2.0; // Daily loss limit
Я ищу уже существующего советника
200 - 500 USD
Я ищу уже существующего, прибыльного советника Если у вас уже есть проверенный, стабильный и готовый к использованию советника, я бы хотел его протэстировать и получить. Обязательные требования ▪ Оригинальный код: Требуется полный исходный код в формате .mq5 (желательно чисто, читаемый и хорошо прокомментированный). ▪ Тестирование исторических данных: Минимальный срок тестирования — 5 лет (для проведения
i need a trading bot that can make 100% profit in 1 day. with capital less than $200 i know this is risky but am willing to take the risk. ea has to be backtestable and also i will test for just 5days to make sure it works. and make a purchase if am satisfied with the 5days results. send backtest results for me to consider and reply
Project information
Budget
30+ USD
Deadline
to 1 day(s)