Termos de Referência
//+------------------------------------------------------------------+ //| Scalping Indicator for MT5 | //+------------------------------------------------------------------+ #property indicator_chart_window #property indicator_buffers 3 // RSI input int RSI_Period = 14; // BB input int BB_Period = 20; input double BB_Deviation = 2.0; double bb_up[], bb_mid[], bb_dn[]; int OnInit() { SetIndexBuffer(0, bb_up); SetIndexBuffer(1, bb_mid); SetIndexBuffer(2, bb_dn); PlotIndexSetString(0, "BB Upper"); PlotIndexSetString(1, "BB Mid"); PlotIndexSetString(2, "BB Lower"); return(INIT_SUCCEEDED); } int OnCalculate(const int rates_total, const int prev_calculated, const int begin, const double &open[], const double &high[], const double &low[], const double &close[], const long &tick_volume[], const long &volume[], const int &spread[]) { double rsi_val = iRSI(_Symbol, _Period, RSI_Period, PRICE_CLOSE); double bb_up_val, bb_mid_val, bb_dn_val; bb_up_val = iBands(_Symbol, _Period, BB_Period, BB_Deviation, 0, PRICE_CLOSE, MODE_UPPER); bb_mid_val = iBands(_Symbol, _Period, BB_Period, BB_Deviation, 0, PRICE_CLOSE, MODE_MAIN); bb_dn_val = iBands(_Symbol, _Period, BB_Period, BB_Deviation, 0, PRICE_CLOSE, MODE_LOWER); bb_up[0] = bb_up_val; bb_mid[0] = bb_mid_val; bb_dn[0] = bb_dn_val; // Visual alert (optional) if (rsi_val < 30 && close[0] <= bb_dn_val) Comment("BUY SIGNAL"); if (rsi_val > 70 && close[0] >= bb_up_val) Comment("SELL SIGNAL"); return(rates_total); }
Respondido
1
Classificação
Projetos
19
16%
Arbitragem
5
40%
/
40%
Expirado
0
Livre
2
Classificação
Projetos
2889
63%
Arbitragem
123
44%
/
25%
Expirado
428
15%
Trabalhando
3
Classificação
Projetos
19
37%
Arbitragem
1
0%
/
100%
Expirado
1
5%
Livre
4
Classificação
Projetos
19
16%
Arbitragem
3
67%
/
0%
Expirado
0
Livre
5
Classificação
Projetos
31
55%
Arbitragem
1
0%
/
0%
Expirado
1
3%
Trabalhando
6
Classificação
Projetos
254
30%
Arbitragem
0
Expirado
3
1%
Livre
Publicou: 2 códigos
7
Classificação
Projetos
965
74%
Arbitragem
27
19%
/
67%
Expirado
100
10%
Carregado
Publicou: 1 artigo, 6 códigos
8
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
9
Classificação
Projetos
3
33%
Arbitragem
0
Expirado
0
Trabalhando
10
Classificação
Projetos
1
100%
Arbitragem
3
0%
/
100%
Expirado
0
Livre
11
Classificação
Projetos
1
0%
Arbitragem
2
0%
/
0%
Expirado
0
Trabalhando
Pedidos semelhantes
I need a custom MT5 Expert Advisor + small backend bridge. The EA must: trade ONLY pending orders (BUY STOP / SELL STOP) support dual-trigger logic (one cancels the other) support fixed SL/TP, time-decay cancel, TP1 → BE communicate with a backend via HTTP (WebRequest) The backend: receives market snapshots from MT5 calls OpenAI API returns a structured JSON signal (numbers only) No strategy design needed – logic and
Build Alpha - Strategy Factory Setup
100 - 300 USD
Hi, I’m looking for someone with real Build Alpha experience to help set up an index-trading ruleset inside Build Alpha. Important: This work cannot be done without full access to Build Alpha . You must already own a Build Alpha licence and actively use the platform. Please do not apply if you do not currently have Build Alpha. What needs to be set up in Build Alpha 1. Session and Time Rules • Fixed GMT trading
An Expert Advisor (EA) robot that uses market movement-based indicators is an automated program designed for platforms like MetaTrader 4 or 5 (MT4/MT5) that monitors price fluctuations and triggers trades based on predefined technical rules. These robots, often used for trend following, scalping, or breakout strategies, analyze price action, moving averages, or volatility to automatically enter and exit trades
Robot Requirements Specification
30 - 100 USD
step by step and structure this into a full IEEE 830 / ISO/IEC/IEEE 29148 style Requirements Specification. This format will include: Introduction System Overview Functional and Performance Requirements Traceability Matrix (linking requirements to test cases) Verification and Validation Compliance Standards 1. Introduction 1.1 Purpose The purpose of this document is to define the technical requirements for the
Ninjatrader strategy develop
30+ USD
i need an expert to help join 3 model i have in ninjatrader into one, kindly message me and i will be expecting from you and i need this work done in maximum of 4 days, so i need expert that can get it done
Description: We are seeking a highly skilled developer to build a high-precision BTC scalping brain. The goal is to create a robust ML-driven model that analyzes live order book data for ultra-short-term opportunities and generates actionable trading signals, paired with a real-time execution engine to place trades on MT5. Responsibilities: Design and implement real-time data ingestion from Binance BTC order book
Project Summary We are looking for a highly experienced MetaTrader 5 (MT5) developer to build a pattern-based Expert Advisor (EA) focused on low-time-interval automation (15-second & 30-second logic). This is a pure MT5 project — no external platforms, no shortcuts. It should be very clean ,Efficient ,Precised ,Accurate ,No copy paste ,Low latency. If you have real experience with MT5 tick-based logic and
Expect Advisor base on RSI
36+ USD
1.RSI strategy for gold , use RSI to identify overbought (above 70)and oversold (below 30) conditions. .Implement entry signals when RSI crosses these thresholds. 2.Risk management , set a maximum percentage of account equity per trade 1-2 % . Implement stop loss and take profit levels to limit loses and lock in gains. .Apply a maximum draw down limit to prevent significant losses. 3. Trade execution , ensure proper
I need a professional developer to build a Telegram-to-MetaTrader trade copier system. Project overview: - A Telegram bot will read trade signals from a Telegram channel - Trades will be automatically executed on MT4 and/or MT5 accounts - The system must support copying trades to multiple MetaTrader accounts - Execution should work even when the user is offline Functional requirements: - Structured signal format
Convert the indicator available in trade view named "Support resistance diagonal" by Pikusov to use in MT5 platform. Also need get some alerts in mobile (any social media app/ MT5) if crossing the support/ resistance lines
Informações sobre o projeto
Orçamento
30 - 300 USD
Prazo
de 1 para 90 dias
Cliente
Pedidos postados2
Número de arbitragens0