Spezifikation
//+------------------------------------------------------------------+ //| 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); }
Bewerbungen
1
Bewertung
Projekte
19
16%
Schlichtung
5
40%
/
40%
Frist nicht eingehalten
0
Frei
2
Bewertung
Projekte
2889
63%
Schlichtung
123
44%
/
25%
Frist nicht eingehalten
428
15%
Arbeitet
3
Bewertung
Projekte
19
37%
Schlichtung
1
0%
/
100%
Frist nicht eingehalten
1
5%
Frei
4
Bewertung
Projekte
19
16%
Schlichtung
3
67%
/
0%
Frist nicht eingehalten
0
Frei
5
Bewertung
Projekte
31
55%
Schlichtung
1
0%
/
0%
Frist nicht eingehalten
1
3%
Arbeitet
6
Bewertung
Projekte
254
30%
Schlichtung
0
Frist nicht eingehalten
3
1%
Frei
Veröffentlicht: 2 Beispiele
7
Bewertung
Projekte
965
74%
Schlichtung
27
19%
/
67%
Frist nicht eingehalten
100
10%
Beschäftigt
Veröffentlicht: 1 Artikel, 6 Beispiele
8
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
9
Bewertung
Projekte
3
33%
Schlichtung
0
Frist nicht eingehalten
0
Arbeitet
10
Bewertung
Projekte
1
100%
Schlichtung
3
0%
/
100%
Frist nicht eingehalten
0
Frei
11
Bewertung
Projekte
1
0%
Schlichtung
2
0%
/
0%
Frist nicht eingehalten
0
Arbeitet
Ähnliche Aufträge
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
Projektdetails
Budget
30 - 300 USD
Ausführungsfristen
von 1 bis 90 Tag(e)
Kunde
Veröffentlichte Aufträge2
Anzahl der Schlichtungen0