Trabalho concluído
Tempo de execução 1 dia
Comentário do cliente
Delivered quickly and provided prompt responses. Definitely recommend to anyone
Comentário do desenvolvedor
Good employer! Thank you :)
Termos de Referência
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; }
Respondido
1
Classificação
Projetos
36
31%
Arbitragem
3
33%
/
0%
Expirado
7
19%
Carregado
2
Classificação
Projetos
8
0%
Arbitragem
1
100%
/
0%
Expirado
1
13%
Livre
3
Classificação
Projetos
319
29%
Arbitragem
34
26%
/
65%
Expirado
10
3%
Livre
4
Classificação
Projetos
228
80%
Arbitragem
22
27%
/
50%
Expirado
11
5%
Livre
Publicou: 24 artigos, 1882 códigos
5
Classificação
Projetos
0
0%
Arbitragem
1
0%
/
100%
Expirado
0
Livre
6
Classificação
Projetos
23
9%
Arbitragem
7
29%
/
57%
Expirado
2
9%
Livre
7
Classificação
Projetos
76
20%
Arbitragem
7
0%
/
86%
Expirado
14
18%
Livre
Pedidos semelhantes
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 need a ready-made professional trading EA similar to my current scalping bot, but improved for consistent profit and better risk control. Requirements: - Works on XAUUSD (M5 timeframe) - Fixed lot option (start with 0.01) - Opens only one trade at a time (no multiple positions) - Small, fast entries (scalping style) - Better risk-reward (SL must NOT be bigger than TP) - Breakeven function - Trailing stop to secure
Hello, I am looking for an experienced MQL5 developer capable of analyzing and rebuilding the logic of an existing Expert Advisor. I currently use an EA for automated trading on MT5, but I only have the compiled EX5 file and do not have access to the source code. The objective is to: analyze the EA behavior and strategy logic, recreate a clean and optimized version, and customize/improve certain features according to
hi , i need to create an EA with 123 level indicator , and zigzag and also to get based on right and left elevetor bars not cadles on mt4 please contact me to collaborate
RENKO EA FIX BUG PLEASE
30+ USD
I have Renko EA, but is a bug, please fix it, thank you in advance, have a nice day, thay you for your patience and attention, Programmers with previous experience in RENKO I prefer
Gold Edge Pro
30 - 150 USD
Create a fully working Expert Advisor (EA) for MetaTrader 5, designed exclusively for GOLD (XAUUSD only). This is a high‑probability trend‑following breakout strategy built specifically for passing 2‑step prop firm challenges — it delivers a ~60–65% win rate, uses a strict 1:3 risk/reward ratio, and is optimised to pass both phases in roughly 1–2 weeks total. --- ⚙️ USER INPUTS — FULLY FLEXIBLE RISK --- All main
Buy a profitable MT5 EA
100 - 2999 USD
I need a profitable system with live account trade or demo that can be back-tested for 10 years with good profits. I can increase amount only when proof is shown with good proof. Pls consider drawdown to be low and ea to handle low equity to trade. source code will be provided at the end. Very important sending 10 days demo first ,after we can negociate price , thank you
This EA is for trading XAUUSD. There are 2 trade logics. One based on trend reversal (with 5 trade opening conditions). The second is based on trend continuation (with 1-2 conditions)
I want the bot to be fully automated trading key levels of (support and resistance ) from the higher-timeframe with atleast a 70% win rate. Experienced developer with atleast 3-4 years THANK YOU
Patricia Ukawilu 6:43 PM I need help creating an EA to optimize my trade. I already have a preliminary pine script which I will want optimized and create an EA from it to optimize my trade on MT4. I also subscribed to a signal app. I’m looking to automate the execution of the signal from the app so as not to miss out on good trades
Informações sobre o projeto
Orçamento
40+ USD
Prazo
para 1 dias