Need MT5 EA From Converting TradingView Indicator

指定

Hi, I need an MT5 EA created from my existing TradingView indicator (Pine Script).
The EA should take trades based on the indicator signals and include:

  • Auto TP & SL

  • Grid trading option

  • FVG trailing stop

  • Points-based trailing stop

I will provide the full Pine Script after hiring.
Looking for someone experienced in converting TradingView indicators to MT5 EAs.


Note
This request is from my client, and I need a developer who is available every month and is budget-friendly.

応答済み

1
開発者 1
評価
(421)
プロジェクト
611
54%
仲裁
29
55% / 24%
期限切れ
6
1%
仕事中
2
開発者 2
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
3
開発者 3
評価
(5)
プロジェクト
4
25%
仲裁
1
0% / 100%
期限切れ
0
4
開発者 4
評価
(5)
プロジェクト
5
0%
仲裁
2
0% / 50%
期限切れ
2
40%
取り込み中
5
開発者 5
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
6
開発者 6
評価
(2)
プロジェクト
2
50%
仲裁
0
期限切れ
0
7
開発者 7
評価
(574)
プロジェクト
945
47%
仲裁
304
59% / 26%
期限切れ
125
13%
仕事中
8
開発者 8
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
9
開発者 9
評価
(1)
プロジェクト
1
0%
仲裁
0
期限切れ
0
仕事中
10
開発者 10
評価
(22)
プロジェクト
25
40%
仲裁
1
100% / 0%
期限切れ
3
12%
仕事中
11
開発者 11
評価
(77)
プロジェクト
85
22%
仲裁
3
33% / 33%
期限切れ
2
2%
取り込み中
12
開発者 12
評価
(12)
プロジェクト
15
7%
仲裁
7
43% / 29%
期限切れ
2
13%
仕事中
13
開発者 13
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
14
開発者 14
評価
(243)
プロジェクト
249
31%
仲裁
0
期限切れ
3
1%
パブリッシュした人: 2 codes
15
開発者 15
評価
(1)
プロジェクト
1
100%
仲裁
0
期限切れ
0
16
開発者 16
評価
(19)
プロジェクト
21
5%
仲裁
4
25% / 50%
期限切れ
1
5%
多忙
17
開発者 17
評価
(12)
プロジェクト
18
28%
仲裁
3
67% / 0%
期限切れ
0
18
開発者 18
評価
(1)
プロジェクト
1
0%
仲裁
0
期限切れ
0
19
開発者 19
評価
(25)
プロジェクト
28
18%
仲裁
13
15% / 23%
期限切れ
8
29%
仕事中
20
開発者 20
評価
(3)
プロジェクト
4
25%
仲裁
1
0% / 100%
期限切れ
0
21
開発者 21
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
22
開発者 22
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
23
開発者 23
評価
プロジェクト
1
100%
仲裁
0
期限切れ
0
パブリッシュした人: 1 code
24
開発者 24
評価
(290)
プロジェクト
466
39%
仲裁
96
43% / 19%
期限切れ
75
16%
取り込み中
パブリッシュした人: 2 codes
類似した注文
Modify My EA 350 - 400 USD
I need to modify 3 different EAs and add a few additional options. In one task, you'll be asked to copy & paste an entire EA into another EA. One of the EAs is MT4 the others are MT5. Must have backend experience, however most of the work is already done. You must have office hours -- I'm not taking about an actual physical office but times you're decicated & available for customer service support. You'll be given
Gege Squash V1 30 - 200 USD
I want a powerful MT5 Expert Advisor named 'Gege Squash Pro V.1'. It must work for forex and gold , make it available for all quotes of forex Robot must include: Trend direction filter Breakout entry system Stop loss + take profit auto-calculation Trailing stop Risk per trade settings Smart breakeven Optional signals on chart News filter (optional) Conditions: Must work on small accounts Low drawdown Medium risk No
Nice here’s a ready-to-compile MQL5 Expert Advisor called GegeSquashProV1 Code — GegeSquashProV1.mq5 Copy this into MetaEditor (or mql5.com cloud editor), compile, then upload the compiled EA to your MT5 Android. //+------------------------------------------------------------------+ //| GegeSquashProV1.mq5 | //| Author: ChatGPT (template for user "Gege") | //| Strategy: EMA crossover + RSI filter + ATR SL/TP + Risk
Location: Remote Salary: Negotiable Type: Full-time About the Role We are looking for a Quant Developer experienced in Python and MQL5 to join our systematic R&D team. You will help transform research ideas into executable strategies, build data pipelines, improve execution tools, and automate monitoring processes. Key Responsibilities Develop, test, and deploy MQL5 scripts & EAs Build Python-based backtesting and
I have "A zone Recovery EA" Fully automated. It places a buy position instantly After closing the previous position. The mechanism of the EA is illustrated below I need to make small adjustment on the EA that makes it semi automated EA. The required changes are : * The First trade should be placed manually ( buy or sell) and then the Hedging system follows automatically. After closing the trading on take profit, the
Hello! I have a trading bot concept, and I need an expert programmer to help me bring it to life. I’m looking for someone who can code the bot efficiently, ensure it performs reliably, and implement the strategy exactly as required
Scorpion Queen 50+ USD
//+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ input int FastEMA = 50; // Fast EMA period input int SlowEMA = 200; // Slow EMA period input double Lots = 0.1; // Lot size per trade input double StopLossPercent = 1.5; // Stop loss in % of balance input double TakeProfitPercent = 3; //
Hello! I have a trading bot concept, and I need an expert programmer to help me bring it to life. I’m looking for someone who can code the bot efficiently, ensure it performs reliably, and implement the strategy exactly as required
I am looking for an experienced MT5 Expert Advisor developer who can build a price-action and structure-based automated strategy for XAUUSD . This EA must follow a clearly defined logic flow based on market structure shifts, break/confirmation rules, and zone-based entries , using closed-candle calculations only (no repainting, no indicator dependency). The EA includes: structure and swing detection confirmation of
I need an EA that can pass prop firm challange. Risk management is very important. Thank you for your attention. Have a nice day! May the God will bless you

プロジェクト情報

予算
30+ USD
締め切り
最低 1 最高 2 日

依頼者

出された注文1
裁定取引数0