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

İş tamamlandı

Tamamlanma süresi: 56 gün

Şartname

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
(215)
Projeler
226
76%
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 OVERVIEW I need a production-grade, modular Expert Advisor for MetaTrader 5 built to institutional coding standards. This is not a simple indicator-crossover bot. The system must be object-oriented, fully commented, and structured so individual modules can be replaced or disabled without breaking the build. Broker: IC Markets Raw. Primary symbol: XAUUSD. Secondary validation: EURUSD, GBPUSD, USDJPY, AUDUSD
Flummox 0.1 30+ USD
//@version=5 strategy("Vol10 Triple Confluence M15", overlay=true, margin_long=100, margin_short=100) // === INPUTS === emaLen = input.int(200, "EMA Trend") rsiLen = input.int(14, "RSI Length") bbLen = input.int(14, "Bands Length") rsiOversold = input.float(25, "RSI Buy Zone") rsiOverbought = input.float(77.38, "RSI Sell Zone") // === INDICATORS === emaTrend = ta.ema(close, emaLen) ema1 = ta.ema(close, bbLen) ema2 =
Access and confidentiality restrictions: You will receive only a separately named copy of the Commander . Existing trading EAs, presets, account credentials, Telegram credentials and proprietary entry/exit code will not be shared. The Commander intelligence must be developed using: Defined signal/input interfaces Anonymized historical logs and replay data Mock EA signals and test harnesses Documented authority and
I need an MQL5 trading robot for Forex. It should open and close trades based on my strategy rules. Please include money management, stop loss, take profit, and lot size settings. The EA should be stable, easy to edit, and tested before delivery. I will share the exact entry and exit rules with the developer
Hello, I am looking for an experienced MQL5 developer to develop a professional and reliable Expert Advisor (EA) for MetaTrader 5. The EA will be based on a custom automated Forex trading strategy that I have developed and tested. The detailed trading logic and proprietary rules will be provided privately to the selected developer. General requirements: • Development in MQL5 for MetaTrader 5. • The EA will initially
We are looking for an expert algorithmic trading developer to build a high-performance, fully automated Custom Expert Advisor (EA) or trading bot. The bot must integrate advanced Smart Money Concepts (SMC) , Inner Circle Trader (ICT) methodologies, and Volume Spread Analysis (VSA) with a high-frequency trading (HFT) style execution and scaling model. The core objective is to program a bot that identifies
Automatic buy and sell entries. stoploss (sl) take profit (tp) risk management and adjustable lot size. Adjustable risk percentage per trade. Trailing stop maximum number of open trades. Trading hours filter. Ability to backtest and optimize the strategy. Easy to use settings. The EA should work reliably on mt5 and provide the source code. I want the developer to test the EA and provide backtest results before
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
Mt5 ea 30+ USD
I have a fast execution ea that need a little touch, it trade on gold and my problem is about the risk ratio the tp is 3pip and stop loss 20 but i cannot get it right to make the average win larger and average loss lower. I would like to know if i can get help to get it right without touching the tragedy and the trade frequency. Those two pictures I attached is the example of what my bot actually do like i explained
I am looking for an experienced MQL5 developer to convert a TradingView indicator into an MT5 indicator. The objective is to recreate the TradingView indicator in MQL5 so that it produces the same calculations, plots, values, and signals as closely as possible. Requirements: Convert the TradingView Pine Script into an MT5 indicator (.mq5). Ensure the MT5 version matches the TradingView version as accurately as

Proje bilgisi

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