Trabajo finalizado
Plazo de ejecución 1 día
Comentario del Cliente
Delivered quickly and provided prompt responses. Definitely recommend to anyone
Comentario del Ejecutor
Good employer! Thank you :)
Tarea técnica
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; }
Han respondido
1
Evaluación
Proyectos
38
32%
Arbitraje
3
100%
/
0%
Caducado
7
18%
Trabaja
2
Evaluación
Proyectos
8
0%
Arbitraje
1
100%
/
0%
Caducado
1
13%
Libre
3
Evaluación
Proyectos
333
29%
Arbitraje
36
28%
/
64%
Caducado
10
3%
Trabajando
4
Evaluación
Proyectos
228
80%
Arbitraje
22
27%
/
50%
Caducado
11
5%
Libre
Ha publicado: 24 artículos, 1882 ejemplos
5
Evaluación
Proyectos
0
0%
Arbitraje
1
0%
/
100%
Caducado
0
Libre
6
Evaluación
Proyectos
23
9%
Arbitraje
7
29%
/
57%
Caducado
2
9%
Libre
7
Evaluación
Proyectos
76
20%
Arbitraje
7
0%
/
86%
Caducado
14
18%
Libre
Solicitudes similares
Sierra chart job 2
60+ USD
I am looking for an experienced Sierra Chart ACSIL (C++) developer to create a custom indicator that measures the average Prior Day High-Low range over a configurable number of trading days (default: 7 days) using a 23-hour trading session
I have a technical specification ready for a custom alert indicator in NinjaTrader 8 (NinjaScript / C#). Important clarification: it is NOT an automatic trading bot, it is solely a visual indicator (arrows/lines on the chart) and sound alerts (notifications) based on EMA crossovers and range breakouts (ORB 15m) on lower timeframes for futures (MES). I already have the exact rules written out unambiguously
Custom MT5 EA for buy stop and sell stop breakout strategy.’ ‘Requirements, develop a custom Expert Advisor for MetaTrader 5 that places buy-stop and sell-stop pending orders based on defined breakout rules.’ ‘All important values adjustable via inputs.’ ‘Includes stop loss, take profit, trailing stop, and configurable risk management.’ ‘One trade at a time, works on demo before live.’ Provide source code and
I have an automated trading strategy in NinjaTrader 8 (C# / NinjaScript) that is currently under development. Before diving into technical details, I’d like to ask a quick question from someone who's interested. Do you work on existing / in-progress codebases to debug, refactor, or add new features, or do you strictly build projects from scratch? NOTE : Only professional Developer should apply for this project
السلام عليكم ورحمة الله وبركاته، أبحث عن مبرمج MQL5 خبير ومتمكن جداً لتطوير روبوت تداول (Expert Advisor) محترف لمنصة MetaTrader 5 يعمل باستراتيجية هيدج محددة بصفقة واحدة فقط في كل اتجاه (1 Buy & 1 Sell Max) مع إدارة مخاطر صارمة. المواصفات والاستراتيجية المطلوبة: 1. آلية الهيدج المحدود (Single Position Hedging Limit): الحد الأقصى للصفقات: يُسمح للروبوت بفتح صفقة شراء واحدة (1 Buy) وصفقة بيع واحدة (1 Sell) فقط كحد
XAUUSD Scalping signals provider
300 - 1000 USD
Looking for A verifiable, disciplined XAUUSD analyst with controlled drawdown, consistent stop-loss use, clear communication and the capacity to service a live community. To send daily London and New York signals exclusively in my channel on Telegram
SENIOR MQL5 / QUANTITATIVE DEVELOPER REQUIRED — PROFESSIONAL AI-ASSISTED MT5 TRADING SYSTEM Project Overview I am seeking a highly experienced MQL5 developer, quantitative trading-system engineer or small specialist team to design and build a professional, fully auditable MetaTrader 5 trading system. This is not a request for a basic indicator conversion, copied Expert Advisor, martingale robot, grid-recovery system
Chase Problem between Paper and Live order
30 - 40 USD
Hello, I'm working since few months on a project which is running. But there are entry Chase Problem between Paper and Live order Can you help investigate that. I know that entry execution differences between Paper and Live trading are fairly common and can be caused by factors such as order type, execution timing, slippage, market data differences, or broker/API behavior. I‘m stuggling bc paper made full profit and
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
السلاموني | أبحث عن مبرمج MQL5 قوي تداول تداول (EA) لمنصة MetaTrader 5 يعمل بإستراتيجية Hedging with Trailing Stop. المواصفات المطلوبة: العمل: يعمل الروبوت على مدار اليوم ويقوم بتشغيله بشكل مستمر. التحويط (التحوط): عند فتح الصفقة، يقوم جهات مختصة بمحور رئيسي مختلف ويبعد النظر عن نطاق محدد. ملاحقة التليفون المباشر (Trailing Stop): ترك التداولات الرابحة مع، ولا يتم إغلاقها إلا عند انعكاس السعر المحدد (Trailing
Información sobre el proyecto
Presupuesto
40+ USD
Plazo límite de ejecución
a 1 día(s)