Conversation of Tradingview indicator to MT4 indicator to Complete EA

명시

Specification 
Hello, I have an indicator/strategy written using Pine Script editor for the TradingView website with 68% winning/profitable trades from 382 total trades in strategy tester which I'd like to have 2 outputs:

1. A parallel version in MQL4 so i can use it on MT4 (or if not possible in MQL5 for MT5);
2. An EA which opens and closes positions (buy and sell) based on the indications given by the indicator aforementioned.


In the EA I'd like to be able to customize the following values:
A. tick interval (30m, 1h, 4h, ..)
B. lot size
C. symbol/pair currency
D. stop loss
E. few others internal variables

Plus, in the EA I'd like to have the following features:
F. Indicator should also be attached to the MT4 graph
G. send email both when it opens and closes a position
H. ability to close the position manually, when this happens the EA has to understand the position has been closed manually and doesn't have to open again a new position (even if the conditions are still met) for a set amount of time (amount of time which I'd like to be able to customize) or until the conditions change. If I'll close manually then I don't have to re-attach the EA to the graph to make it work again.
I. check all opening/closing signals are actually executed
L. the stop loss can be set or not
 
I'll require the original code, which I would prefer with comments in it, so that I can understand, thanks.

응답함

1
개발자 1
등급
(66)
프로젝트
120
38%
중재
16
50% / 50%
기한 초과
29
24%
로드됨
2
개발자 2
등급
(34)
프로젝트
48
21%
중재
6
83% / 17%
기한 초과
8
17%
무료
3
개발자 3
등급
(42)
프로젝트
47
30%
중재
12
17% / 75%
기한 초과
6
13%
무료
4
개발자 4
등급
(246)
프로젝트
455
26%
중재
134
21% / 58%
기한 초과
99
22%
무료
5
개발자 5
등급
(1)
프로젝트
1
0%
중재
1
0% / 100%
기한 초과
0
무료
6
개발자 6
등급
(38)
프로젝트
50
10%
중재
1
0% / 0%
기한 초과
8
16%
무료
7
개발자 7
등급
(561)
프로젝트
841
73%
중재
15
53% / 13%
기한 초과
193
23%
작업중
8
개발자 8
등급
(159)
프로젝트
215
76%
중재
4
50% / 25%
기한 초과
18
8%
무료
게재됨: 2 기고글
9
개발자 9
등급
(284)
프로젝트
459
39%
중재
95
43% / 18%
기한 초과
73
16%
로드됨
게재됨: 2 코드
10
개발자 10
등급
(574)
프로젝트
945
47%
중재
303
59% / 25%
기한 초과
125
13%
무료
11
개발자 11
등급
(45)
프로젝트
91
13%
중재
34
26% / 59%
기한 초과
37
41%
무료
12
개발자 12
등급
(69)
프로젝트
146
34%
중재
11
9% / 55%
기한 초과
26
18%
무료
게재됨: 6 코드
비슷한 주문
📌 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

프로젝트 정보

예산
30 - 100 USD
개발자에게
27 - 90 USD
기한
에서 1  10 일