Fix the RSI indicator and Convert the indicator to MQL5 EA

MQL5 专家

指定

1.Fix the number of arrows issue in the mql5 indicator.  This indicator is converted from TradingView RSI indicator. TV indicator plots the less number of arrows, whereas the mql5 indicator plots more arrows.  Please update the mql5 indicator to be consistent with TV RSI indicator.

TV:  RSI Cross Indicator by MohitMarwaha

2.Convert the updated mql5 indicator to MQL5 EA:

Open buy/sell trade at the buy/sell arrow with starting Lot size and close the trade the opposite arrow.

If the 2nd arrow is appeared after the candle close & the Gap Between the 1st arrow and 2nd arrow is greater 10 pips, then open 2nd trade (buy/sell), Else don't open and so on.

If the pips Gap between previous arrow and the current latest arrow is less than 10 pips, then don't open the trade (buy/sell).

EA properties:
Starting Lot: 0.01
Lot Multiplier: 1.3
Max Lot: 0.25
Gap between arrows: 10 pips
Start Time: 01:00
End Time: 23:00
Magic Number:
EA Comment:

附加的文件:

EX5
RKRSI.ex5
9.3 Kb

反馈

1
开发者 1
等级
(230)
项目
286
27%
仲裁
14
50% / 36%
逾期
9
3%
工作中
2
开发者 2
等级
(94)
项目
135
17%
仲裁
4
25% / 25%
逾期
12
9%
已载入
3
开发者 3
等级
(65)
项目
118
39%
仲裁
15
47% / 53%
逾期
29
25%
已载入
4
开发者 4
等级
(424)
项目
746
49%
仲裁
61
16% / 49%
逾期
136
18%
工作中
5
开发者 5
等级
(204)
项目
305
34%
仲裁
56
38% / 38%
逾期
99
32%
工作中
6
开发者 6
等级
(25)
项目
38
71%
仲裁
3
67% / 0%
逾期
0
空闲
7
开发者 7
等级
(30)
项目
32
6%
仲裁
2
50% / 50%
逾期
2
6%
已载入
8
开发者 8
等级
项目
0
0%
仲裁
0
逾期
0
空闲
9
开发者 9
等级
(1)
项目
2
50%
仲裁
1
0% / 0%
逾期
0
工作中
10
开发者 10
等级
(4)
项目
4
25%
仲裁
2
0% / 0%
逾期
0
已载入
11
开发者 11
等级
(77)
项目
232
73%
仲裁
6
100% / 0%
逾期
1
0%
空闲
12
开发者 12
等级
项目
0
0%
仲裁
0
逾期
0
空闲
13
开发者 13
等级
(8)
项目
12
0%
仲裁
22
0% / 77%
逾期
4
33%
工作中
14
开发者 14
等级
(11)
项目
16
31%
仲裁
3
67% / 0%
逾期
0
空闲
15
开发者 15
等级
(44)
项目
90
13%
仲裁
34
26% / 59%
逾期
37
41%
工作中
16
开发者 16
等级
(572)
项目
943
47%
仲裁
303
59% / 25%
逾期
125
13%
工作中
17
开发者 17
等级
项目
0
0%
仲裁
0
逾期
0
空闲
相似订单
There is an attached file, load it to your demo account and test it, I want a similar EA with more advanced features. I want to add change of lot sizing, position management, and more
MQL5 EA that trades based on a single indicator. Trade when there is a fresh crossover and the candle had opened above the grey zone. No re entires on the same trend. Another version where it is done in a header file so it doesn't need the indicator once code has been compiled with comments detailing how to make the version that uses a header file. Details to be discussed in pm
I want a bot that reads signals from my Telegram channel and auto-executes those trades on my Pocket Option account. 1. Direction mode hedge_both: open BUY (CALL) and SELL (PUT) at the same time (typically split the amount 50/50 per side). signal_only: open only the direction specified by the signal (CALL or PUT). 2. Respect signal direction When direction_mode = signal_only, a CALL signal opens a CALL; a PUT signal
Título: Criação de EA no MT5 a partir de Indicador Pessoal com Filtros e Meta Diária Descrição do Projeto: Preciso de um Expert Advisor para MetaTrader 5 baseado em um indicador pessoal (arquivo ex5 ou mq5 será fornecido). O funcionamento básico é: O indicador principal gera um evento (compra ou venda). Quando o evento ocorre, o EA deve abrir ordem a mercado seguindo filtros pré-definidos. A saída também será feita
📘 COMPLETE EXPERT ADVISOR SPECIFICATION (STEPS 1–8) =========================================================== 🧩 STEP 1: TRADE DIRECTION & ORDER MANAGEMENT EnableTrading = true TradeDirection = "Both" // Options: "Long", "Short", "Both" OpenTradeMode = "Limited" // Options: "Single", "Limited", "Unlimited" MaxOpenTrades = 3 MagicNumber =
Hello I have an EA with all include files but something is probably wrong with: Frequent ArrayResize() + CopyRates() on every tick Repeated calls to iClose(), iOpen() inside loops Full recalculation of indicators like SMA on every tick No caching of ArraySize() or loop boundaries Linear search in sorted data instead of ArrayBsearch() I would like to share all source code files but I won‘t just send it. First I will
MT4/MT5 Local Trade Copier - Technical Specifications Core Functionality Trade Copying Capabilities MT4 to MT4 : Full bidirectional copying between MetaTrader 4 platforms MT4 to MT5 : Unidirectional copying from MT4 master to MT5 slave accounts Real-time synchronization with latency under 100ms Multiple master/slave configurations supporting 1-to-many and many-to-1 setups Supported Order Types Market Orders
I'm looking to build a high-performance trading bot for MetaTrader 5 (MT5) that focuses on trading Gold (XAU/USD) using both technical indicators and news filtering, with the ability to learn and improve over time using AI/ML. Here’s a quick summary of what I need the bot to do: ✅ Key Requirements: Trade only during London and New York sessions Use technical analysis (e.g. EMA, RSI, MACD, Support/Resistance) Avoid
MALOO-GMZ 50 - 500 USD
This website is about selling gaming electronics and home electronics with a discount of more than 50%. We will be selling quality and orignal electronics perfect looking.And there will be no need to come and collect because we do door to door delivery
I am looking customize trading bot as I use exness exchage so there is MT5 I have tried to create bot myself from CHATGPT but it hasn't work like my expectation so i need expert one who can create customize bot Thanks

项目信息

预算
40+ USD
截止日期
 2 天

客户

(38)
所下订单54
仲裁计数0