指定

Hello dear developpers :)

I wrote a strategy in PineScript that I am using to trade manually. As a lot of people, I would like to let it trade on my account automatically and so i need to convert it to MQL5. 

I added comments /documentation to my code, but as I know my code very well, my comments might not be clear enough for you, so feel free to ask me if you encounter any difficulties. 

At the moment, I didn't use MQL5 enough to know the capabilities of this platform, so if some options or possibilities are not easily convertible to MQL5 I expect from you to warn me before accepting and developping this Expert Advisor.


What is expected in terms of materials : 

  1. An Expert Advisor behaving similar to the one on TradingView (Panel with customisation of Indicators Inputs, customisation of Money Management Inputs, Customisation of Trade Date and Time Session, Customisation on Lot Size and Commission, Customisation on Trade Order Type, Customisation on conditions to enter a trade and of Course ENTRY and EXIT SIGNALS)
  2. The source code of this Expert Advisor with detailed comments, as this script might evolve over time, I will learn the basics of MQL5 to be able to customise it in the future and I will need those comments. 
  3. As I'm using this strategy to plot some indicators on my charts, if this option is not available for MQL EA, i would like to get this bunch of indicators included as a side development to be able to put them on my charts. It allows me to do a survey of the positions taken by the BOT (these are relatively simple Indicators)
  4. VERY IMPORTANT : A serious work, as I don't want to loose time looking for potential errors in code (I already did this on my actual system !). So if you need more time, we can see it together ;) 

What is expected in terms of personnality : 

  1. A Proactive developper with enough experience to offer me some improvements options.
  2. A Proactive developper able to warn me if some options are not easily convertible to MQL5 and experienced enough to find alternatives solutions.
  3. The possibility to backtest the EA (if not offered by MQL5 - I need to familiarize with it), to be able to customise the inputs depending on the Pairs / Stocks traded

What are the Indicator used in the Strategy Sytem : 

  1. Williams R%
  2. MACD
  3. Moving Averages
  4. ADX
  5. Squeeze Momentum
  6. ATR System
  7. Stochastic RSI
  8. SSL Channel
  9. CCI

What is not in the actual System but will need to be included in the EA : 

  1. Every Native Function in the Strategy System of TradingView (Lot Size Calculation, avoid martingale, Type Order (Market, SL, Limit), Slippage
  2. At this state, the BOT is working with 1 TakeProfit target, I would like to add the option to have 2 TakeProfit targets, and move the StopLoss accordingly (when TP1 hit close half the position and SL = BE or TrailingStop)
  3. Everything that could be native in Tradingview and not in MQL5 (as I don't know MQL5 for now)


As I'm from France, my english is not the best, even if what is important is to understand each other, if you speak French that will be a plus !
The rest will be discussed in Private Message before accepting any offers. 

ファイル:

JPG
EA_1.JPG
364.2 Kb
JPG
EA_2.JPG
60.3 Kb
JPG
EA_3.JPG
60.3 Kb
JPG
EA_4.JPG
57.5 Kb

応答済み

1
開発者 1
評価
(173)
プロジェクト
197
12%
仲裁
39
36% / 33%
期限切れ
5
3%
取り込み中
パブリッシュした人: 2 codes
2
開発者 2
評価
(27)
プロジェクト
43
7%
仲裁
18
6% / 78%
期限切れ
26
60%
3
開発者 3
評価
(56)
プロジェクト
92
62%
仲裁
0
期限切れ
4
4%
類似した注文
📌 DOGE/USDT Trading Bot – Full Strategy Current DOGE/USDT price: ≈ 0.2714 USDT (for reference only). Exchange: Binance Futures Margin type: Isolated Margin Leverage: x2 Pair: DOGE/USDT Language: Python (Binance API) ⸻ 🔹 Strategy Logic 1. Initial Entry • Open a Market Order with 2000 USDT as the base trade. • Base remains fixed for each cycle. 2. Reinforcement (During Downtrend) • Every 5 minutes during a price
I need a robot that combines several custom indicators I designed, used on two higher timeframes for market analysis, with entries on the 1-minute timeframe. It requires intelligent Martingale and Hedge money management. I need someone with sufficient expertise in hedging and Martingale. This strategy is very detailed, but I firmly believe it will definitely be profitable
Hello Developer I need a custom breakout + retest scoring system in TrendSpider . Breakout: valid if candle closes ≥ 0.4 × ATR20 above the line (lookback 8 bars, daily/weekly). Retest: valid within 20 bars if price low is within ±0.2 × ATR20 of the line → must trigger an alert. Scoring: add points for RVOL ≥ 1.3, SMA50 strong close, RSI 54–71, channel breakout, retest & hold, ATR expansion, undervaluation, SMA50
I need an indicator in Mt5 or trading view The indicator detects Double Top / Double Bottom patterns. Pattern is only valid if it forms during a clear impulsive leg (up for DT, down for DB) and divergence (( RSI)) . If the pattern appears inside a corrective move, it is ignored. But if it appears in the next impulsive leg after correction, it is accepted. (Impulse vs corrective is filtered using ATR/ADX/slope rules
I scalp XAU (gold) in 1 min chart. Into the chart I have placed 3 emas: 9, 20 and 50 and they follow the 5-min chart. When trading I have market order window in MT5 open and I´m ready to hit the button at anytime price action tells me. There are a major problem setting SL and TP: - I can only set fixed price in SL and TP. Price moves very quickly so I´m constantly behind. For example let say I want to buy gold at
Develop an Expert Advisor trading trend reversals. Reversal signals will be generated based on Price Action patterns. Trend will be determined based on ADX, Alligator and MACD, while the indicator selection should be available in the EA's input parameters
TradeCopier 30 - 40 USD
Hello! I'm looking to hire a developer to create a custom trading bot for MetaTrader 5 (MT5) that automates hedged trading across two separate MT5 accounts (e.g., one for a prop firm and one for a broker). The bot should open opposite positions simultaneously on both accounts, with customizable parameters for lot sizes, stop-loss (SL), and take-profit (TP). It needs to support both market orders and pending orders
Here's a detailed description of three independent Expert Advisors (EAs), each based on a different strategy: EA 1: Trend Following Strategy Strategy Overview The EA will implement a trend following strategy, identifying trending markets and riding the trend. Key Features 1. *Trend Identification*: The EA will use technical indicators to identify trending markets, such as: - Moving Averages (MA) - Average
hello great developer I want to make sure the project is clear: Take alerts from TradingView. Read the details from each alert: Symbol Buy or Sell Entry price Take profit targets (T1, T2, T3) Stop loss Place the trade in NinjaTrader automatically using these details. After the trade is executed in NinjaTrader, send a confirmation back to TradingView. Test everything first on a demo account to make sure it works
Custom TradingView-to-MT4/MT5 Bridge with Stealth SL/TP Logic Project Title Custom TradingView-to-MT4/MT5 Bridge with Stealth SL/TP Logic (Webhook + EA) Project Description I’m looking for a skilled MQL developer who can build a custom TradingView-to-MT4/MT5 trading bridge that performs the following functions: System Overview 1. ENTRY SYSTEM: - Define a pending order on TradingView (manually or via indicator) and

プロジェクト情報

予算
75+ USD
VAT(付加価値税) (20%): 15 USD
合計: 90 USD
開発者用
67.5 USD
締め切り
最高 10 日