Conversion of Pine Script (Predictive Ranges Break Out Indicator) to MT4/MT5 Expert Advisor

İş tamamlandı

Tamamlanma süresi: 56 gün

İş Gereklilikleri

Project Description:

I have a Pine Script indicator used for trading any forex and/or stock instrument based on various time frames. I need to convert this indicator into an Expert Advisor for MetaTrader 4 or MetaTrader 5. The EA should replicate the functionality and logic of the Pine Script indicator, including all the parameters, conditions, and alerts. Below is the detailed description of the Pine Script code and its functionality.

Indicator Details:

  1. Indicator Name: Predictive Ranges Break Out
  2. Indicator Version: 40
  3. Trading Pair/stock: any
  4. Time Frames: any
  5. Trading Strategy: Breakout support and resistance levels based on ATR multiplication Levels with hedging buy/sell signals based on the Break out Range and number of signals. (option: using Machine learning and Neural Network to determine the levels multiplications will be an addition with extra budget)

Parameters and Inputs:

  • Pair Decimals: Number of decimal places for the trading pair values.
  • Initial Risk: Initial risk amount in USD.
  • Length: Period length for calculations.
  • Factor: Multiplier factor for calculations.
  • Outer Range Multiplier: Multiplier for the outer range.
  • Inner Range Multiplier: Multiplier for the inner range.
  • Spans Multiplier: Multiplier for the spans.
  • Hold ATR Multiplier: Multiplier for the ATR (Average True Range).
  • Source: Data source for calculations (e.g., close price).
  • Line Width: Width of the plotted lines.
  • Line Transparency: Transparency level for the lines.
  • Fill Transparency: Transparency level for the fills.
  • Base Spread Value: Base spread value for the calculations.

Indicator Logic:

  1. Predictive Ranges:
    • Calculate predictive ranges based on the given multipliers and lengths (optionally using machine learning and Neural network).
    • Determine the potential gains and losses within these ranges.
  2. Signals:
    • Generate buy and sell signals based on specific conditions (e.g., price crossing up/down certain levels).
    • Include alerts for these signals with target prices and stop losses.
  3. Stop Loss and Take Profit:
    • Calculate stop loss and take profit levels based on the given risk parameters and stop-loss / target percentages.
    • Update trailing stop levels dynamically (option).
  4. Alerts and Notifications:
    • Set up alerts for buy/sell signals and stop loss updates.
    • Display a table with various output values such as target levels, stop loss levels, and gain/loss percentages (option).

Additional Requirements:

  1. EA Functionalities:
    • The EA should place trades based on the buy/sell signals generated by the indicator.
    • It should manage trades, including setting stop loss and take profit levels.
    • The EA should update trailing stop levels as per the indicator logic (option).
  2. Alerts and Notifications:
    • The EA should have the ability to send alerts and notifications similar to the Pine Script indicator.
  3. Customization:
    • The EA should allow for customization of all the parameters and inputs mentioned above.
    • Provide options to enable/disable specific features (e.g., bullish/bearish breakout levels – trailing stop levels – reset for signals).

Deliverables:

  1. Source code of the EA for MT4/MT5.
  2. Compiled version of the EA (.mql4 for MT4, .mql5 for MT5).
  3. Documentation explaining the EA's features, parameters, and usage.

Budget: 100 usd (machine learning and Neural network 200 usd)

Deadline: 2 weeks

Contact Information:

Please provide your proposals and feel free to ask any questions for further clarification.

Thank you!


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(205)
Projeler
216
75%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
2
Geliştirici 2
Derecelendirme
(20)
Projeler
32
9%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
3
Geliştirici 3
Derecelendirme
(3)
Projeler
5
20%
Arabuluculuk
3
0% / 100%
Süresi dolmuş
2
40%
Serbest
4
Geliştirici 4
Derecelendirme
(46)
Projeler
60
45%
Arabuluculuk
8
50% / 38%
Süresi dolmuş
7
12%
Serbest
5
Geliştirici 5
Derecelendirme
(45)
Projeler
91
13%
Arabuluculuk
34
26% / 59%
Süresi dolmuş
37
41%
Serbest
Benzer siparişler
Project Title: MT5 Algo Trading EA (Single Strategy + License Panel + Ownership + Manual Trade) --- Project Description I am looking for an experienced MT5 (MQL5) developer to create a clean, stable and professional Algo Trading EA for my company and future clients. This is a long-term business project, not a one-time personal EA. --- 1. Strategy Requirements - Only 1 single trading strategy - No martingale - No grid
I am looking for an experienced StrategyQuant X (SQX) developer to build a reusable trading template , not a single strategy. ⚠️ Please do NOT apply unless you actively use StrategyQuant X and have access to it. This project cannot be completed without SQX. 1. Session and Time Filters Trading restricted to fixed GMT sessions per index Sessions must convert correctly to broker server time and remain correct through
Is there someone who coded the PipJuice indicator? Here is the link: https://www.pipjuice.io/ Unfortunately, I don‘t have access to the indicator or the code. If someone have it please send me some screenshots
I want to create an intraday EA designed to trade RSI pullbacks in the direction of the dominant trend during sufficient volatility, scales out profits, and automatically stands aside when market conditions stop supporting its edge. It should have the following features and are based on the following indicators: Trade FX on M15 Enter based on RSI, EMA and ATR Scale out profits using a multi-TP structure Trade only
A Grid EA with a hedge that open trades on a percentage based on whats is opened on the other side, closes losing trades with current profits made and utilizes a grid trading strategy combined with hedging technique to mitigate risk and potentially lock in profits. It involves placing buy and sell orders at predetermined price intervals, forming a grid. When a trade within the grid moves against the initial
MQL5 Expert Advisor Development (MT5) I need a professional MQL5 developer to create a custom Expert Advisor (EA) for MetaTrader 5 with high accuracy, low drawdown, and fast execution . 🔹 Strategy Requirements: Timeframe: Scalping-friendly (M1 / M5) Indicators Used: EMA 9 EMA 12 EMA 21 VWAP (as a trend filter) RSI (for trade confirmation) 🔹 Trade Logic: Buy and Sell entries based on EMA crossover + VWAP direction
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
BitsoFx 40 - 10000 USD
//+------------------------------------------------------------------+ //| Simple Robo Trader MT5 | //| Works on any pair & timeframe | //+------------------------------------------------------------------+ #property strict // Input settings input double LotSize = 0.01; input int FastMA = 10; input int SlowMA = 30; input int RSIPeriod = 14; input int StopLoss = 200; // in points input int TakeProfit = 400;// in
-I am looking for an experienced MQL5 developer to build a custom MT5 Expert Advisor based on a clear, rule-based trading logic. This project is focused on structure, discipline, and long-term robustness rather than aggressive or experimental approaches. The EA will be based on a single coherent logic and must follow strict execution rules, with clean and professional MQL5 code suitable for controlled testing and
//+------------------------------------------------------------------+ //| XAUUSD Ultimate Institutional EA | //| Features: | //| - True swing-based market structure | //| - BOS sniper entries on M5 | //| - Liquidity sweep filter | //| - Partial TP + breakeven | //| - Visual BOS, swings, liquidity

Proje bilgisi

Bütçe
100 - 200 USD
Son teslim tarihi
from 1 to 14 gün