Работа завершена
Время выполнения 1 день
Отзыв от заказчика
Delivered quickly and provided prompt responses. Definitely recommend to anyone
Отзыв от исполнителя
Good employer! Thank you :)
Техническое задание
Attached below you will see the following:
- ibbfill2(1) - indicator code that is the source indicator that I am using (use this to test if it is working)
- Test_BB2 - indicator code converted into an Expert Advisor format so I do not need to use iCustom
As well as the code stated below - this code below shows my conversion of this code into a Multi Currency function using iCustom.
OUTCOME:
The outcome that I want is Test_BB2 to be converted into code that is as lean as possible. I still need to sustain the key functionality of he indicator, but I need to to work much better (I will use this code and put it into an expert advisor - currently it is too slow when backtesting with this implementation so I need this adjusted ASAP).
void prices(string symb) { static bool downTrend2[12] = {false}; static bool flatTrend2[12] = {false}; static bool upTrend2[12] = {false}; int symbolIndex = -1; //Removed Symbol 1 , 5, 12, 8, 9 string symbol_s[] = {symb1, symb2, symb3, symb4, symb5, symb6, symb7, symb8, symb9, symb10, symb11, symb12}; for (int i = 0; i < 12; i++) { if (symb == symbol_s[i]) { symbolIndex = i; break; } } ArraySetAsSeries(ibValue, true); ArraySetAsSeries(ibbLower, true); ArraySetAsSeries(ibbUpper, true); ArraySetAsSeries(ibbMain, true); if(symbolIndex >=0 && newBar(PERIOD_M15)) { ibHandle = iCustom(symb, PERIOD_M5, "ibbfill2", BBPeriod, BBDeviation, BBPrice); CopyBuffer(ibHandle, 9, 0, 3, ibValue); CopyBuffer(ibHandle, 8, 0, 3, ibbLower); CopyBuffer(ibHandle, 7, 0, 3, ibbUpper); CopyBuffer(ibHandle, 6, 0, 3, ibbMain); iBandsLower1 = ibbLower[1]; iBandsUpper1 = ibbUpper[1]; iBandsMain1 = ibbMain[1]; upTrend2[symbolIndex] = ibValue[1]==1 ? true : false; downTrend2[symbolIndex] = ibValue[1]==-1 ? true : false; flatTrend2[symbolIndex] = ibValue[1]==0 ? true : false; } downTrend = downTrend2[symbolIndex]; flatTrend = flatTrend2[symbolIndex]; upTrend = upTrend2[symbolIndex]; } bool BBBuy(string symb) { bool state; prices(symb); if (upTrend && !flatTrend && !downTrend) { state = true; } else state = false; return state; } bool BBSell(string symb) { bool state; prices(symb); if (downTrend && !flatTrend && !upTrend) { state = true; } else state = false; return state; } bool BBFlat(string symb) { bool state; prices(symb); if (!downTrend && flatTrend && !upTrend) { state = true; } else state = false; return state; } bool newBar(ENUM_TIMEFRAMES time) { datetime currentTime = iTime(Symbol(), time, 0); static datetime priorTime = currentTime; bool results = (currentTime!=priorTime); priorTime = currentTime; return results; }
Откликнулись
1
Оценка
Проекты
38
32%
Арбитраж
3
100%
/
0%
Просрочено
7
18%
Работает
2
Оценка
Проекты
8
0%
Арбитраж
1
100%
/
0%
Просрочено
1
13%
Свободен
3
Оценка
Проекты
353
29%
Арбитраж
37
27%
/
65%
Просрочено
10
3%
Загружен
4
Оценка
Проекты
228
80%
Арбитраж
22
27%
/
50%
Просрочено
11
5%
Свободен
Опубликовал: 24 статьи, 1882 примера
5
Оценка
Проекты
0
0%
Арбитраж
1
0%
/
100%
Просрочено
0
Свободен
6
Оценка
Проекты
23
9%
Арбитраж
7
29%
/
57%
Просрочено
2
9%
Свободен
7
Оценка
Проекты
76
20%
Арбитраж
7
0%
/
86%
Просрочено
14
18%
Свободен
Похожие заказы
MQL5 Developer
30+ USD
📄 وثيقة المواصفات الفنية لروبوت التداول (MQL5 EA Specification) 📌 1. ملخص المشروع والهدف * اسم المشروع: Gold Cent Grid-Hedge EA * المنصة: MetaTrader 5 (MQL5) * أداة التداول: الذهب (XAUUSD) * نوع الحساب: حساب سنت (Cent Account) * فكرة الاستراتيجية: تداول شبكة هيدج متوازنة (Grid-Hedging) تفتح صفقات تعزيز كل مسافة محددة، وتغلق الطرف الأكثر ربحاً عند تحقيق هدف مالّي مجمع بالدولار/السنت لإعادة هيكلة التوازن. ⚙️ 2
I need a developer who also understands trading. I have a Telegram copy-trading bot that reads signals from a Telegram channel via a Python script and converts them into trading orders. I want to create a program that analyzes Gold (XAUUSD) charts specifically and sends signals in this exact format: #XAUUSD BUY 4324-4321 TP 4327 TP 4330 TP 4334 TP 4339 TP 4344 TP 4354 TP 4364 SL 4311 If the # symbol is missing at the
Converting MT4 to MT5
30+ USD
Hi developer I want to convert my mt4 EA to mt5 EA . I have a mt4 ea with source code. i want developer to copy same mt4 code and create mt5 EA
Gold hunter v5
30+ USD
*TITLE:* 5 Trades EA - EMA20/50 + RSI - Safe for Small Account *SPECIFICATION:* I need MT5 EA - Source Code .mq5 *Logic:* Buy: EMA20 > EMA50 and RSI(14) 45-70 Sell: EMA20 < EMA50 and RSI(14) 30-55 Timeframe M15, Symbol XAUUSD and all Forex *Trade Management:* Max 5 trades at same time. Fixed lot 0.01. No martingale. No lot increase. Distance between trades 150 points. Do not open all 5 at same price. Max 5 total
EA-Gann_Reversal_Confluence_V6
30 - 50 USD
Code the indicator to MT5 EA, include all the inputs variables and values Allow live trading Allow demo trading Allow strategy tester Bar shift 0 adjustable Allow indicator to show on strategy tester Lot size adjustable Max spread in points (0=disable) Use stop loss circle true or false Stop loss circle in points adjustable Use stop loss true or false Stop loss in points (adjustable) Take profit true or false Use
Forex Rebate Trading Bot
100+ USD
MT5 High-Volume Trading Bot Requirements I am looking for a professional MetaTrader 5 (MT5) trading bot / Expert Advisor designed for high trading volume while maintaining extremely low and controlled drawdown. The requirements are: * Platform: MetaTrader 5 (MT5) only. * Trading volume: approximately 1,000–2,000 operations/trades per day. * No HFT: I am not looking for a true high-frequency trading system based on
Poverty
30+ USD
Develop the EA according to my provided trading strategy and rules. The EA must open and close trades automatically according to the specified conditions. Include configurable Stop Loss, Take Profit, lot size and risk-management settings. Include an option for fixed lot size or percentage-based risk. Include Magic Number and trade-comment settings. The EA must work correctly on the requested MT4/MT5 platform and
I need an Expert Advisor (EA) developed for MetaTrader 5 (MT5) tailored for trading on Exness accounts. Account & Server Details: Trading Platform: MetaTrader 5 (MT5) Broker: Exness Execution Type: Market / Pending Orders Account Type: [Specify: Standard / Pro / Raw Spread / Zero] Target Instruments: [Specify pairs, e.g., XAUUSD, EURUSD, BTCUSD] Strategy Requirements: Entry Rules: [Insert your buy/sell entry
Monthly Report: August 2026 World PEACE Multi FX Algo generated a total realized profit of approximately 31,966 JPY during August. The provider account is normally operated with approximately 200,000 JPY of capital. Compared with this standard operating amount, the realized profit for August was approximately 15.98%. Please note that this is not a compounded monthly return. Realized profits are withdrawn regularly
I am looking for an experienced MQL5/MT5 Expert Advisor developer to build a custom XAUUSD (Gold) HFT/ultra-fast scalping EA for MetaTrader 5. I have attached a reference video showing exactly how I want the EA to behave. Please watch the video carefully before applying. The video should give you a clear understanding of the desired entry behavior, trade frequency, execution style, and overall system behavior. The EA
Информация о проекте
Бюджет
40+ USD
Сроки выполнения
до 1 дн.