指定

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
評価
(174)
プロジェクト
200
12%
仲裁
39
38% / 33%
期限切れ
5
3%
パブリッシュした人: 2 codes
2
開発者 2
評価
(27)
プロジェクト
43
7%
仲裁
18
6% / 78%
期限切れ
26
60%
3
開発者 3
評価
(56)
プロジェクト
92
62%
仲裁
0
期限切れ
4
4%
類似した注文
Look at this chart. The ellipses that I have identified show reversals and liquidity was I am trying to find a good way to identify these areas an indicator that automatically detects the sweep and reversal Look at this chart. The ellipses that I have identified show reversals and liquidity was
Anyone with experience in trading bots? I'm using TraderBlox ( https://traderblox.com/ ) and the AI assistant generated a bot with RSI that's showing a 68% win rate in backtesting. However, the generated code has some parts " Important: I will only reply to those who send me a photo of their project and have read this; this way I rule out bots. "I don't fully understand (especially order management and dynamic
Ich möchte einen professionellen Expert Advisor (EA) für MetaTrader 5 entwickeln lassen, der sich funktional am ThunderGold Scalper orientiert. Instrument: XAUUSD / GOLD Zeitrahmen: M15 Plattform: MetaTrader 5 / MQL5 Der EA soll eine eigene, nachprogrammierte Strategie verwenden und keine geschützten Quellcodes oder proprietären Dateien des Originalprodukts kopieren. Gewünschte Funktionen: automatischer Handel auf
I need a fully automated Expert Advisor (EA) written in MQL5 for MetaTrader 5. The EA must work directly inside MT5 and must NOT require TradingView, PineConnector, webhooks, or another external connector to place trades. Trading Instrument Primary symbol: XAGUSD (Silver) My broker may display the symbol as XAGUSD-ECN, so the EA should work with the broker’s available XAGUSD symbol. Main entry timeframe: 5-minute
Hi, I am looking for a profitable manual strategy for trading in forex, no bot no EA , only EA. I want to make good profit.If any one has please let me know, i will test it and if satisfied only i will make the payment. Regards
SmartMove_EA 30+ USD
I need a EA programer to program my EA for MLQ5 to sell at the last candle before impulses to the downside(-) and buy on the last candle before the upside(+) movement. For the take profit we target the nearest high for buy and target nearest low for sell.Stop loss on the last weak of the order block
GoldTrade EA 89+ USD
//+------------------------------------------------------------------+ //| XAUUSD Wolfe + SMC Quick Profit EA | //| MT5 / MQL5 | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //================================================================== // INPUTS //================================================================== //--- General
can you help me with I have an indicator that I built and I work with PickMyTrade. The entries come through the alerts I get from Trading View . Trading View needs to send an alert and PickMyTrade executes a trade at that exact same second. Now, I have a problem in Trading View with the synchronization between the alert and the signal. I have a box that I built for a trade. It needs to output the box and get an
Looking for a developer in NinjaTrader For coding Inst - ES,NQ Chart type - Tick, range, volume & time Brief- Fib levels mapped on chart which act as entries, tgts and stops all based on candle close. (Maybe) use MACD for filtering direction. Daily manual input of the TWO fib Anchor levels is part of the strategy. I need a well experienced developer to bid and before biding check the attached file well. the PDF and
I need an MT4 Expert Advisor (MQL4). 1. Open one Buy and one Sell trade simultaneously. 2. Adjustable lot size (default 0.01). 3. Stop Loss on both trades. 4. If one trade hits Stop Loss: - Do not open a replacement trade. - Leave the remaining trade open. 5. Optional trailing stop: - On/Off switch. - Adjustable distance. 6. When the remaining trade closes: - Open a new Buy and Sell pair. - Repeat continuously

プロジェクト情報

予算
75+ USD
締め切り
最高 10 日