Modify LuxAlgo Smart Money Concepts Indicator to Add Entry/SL/TP Logic & Convert to MT5

MQL5 Indicadores

Termos de Referência

I already have the Smart Money Concepts [LuxAlgo] indicator (Pine Script version).

It’s working correctly and prints multiple order blocks (OBs), CHoCH, BOS, etc.

However, I want to make the indicator trade-ready by adding Entry, Stop Loss, and Take Profit logic — then convert it to MT5 while keeping all the visuals and structure logic intact.


### ✅ What I Need Done


#### 1. Fix Order Block Selection Logic


* The indicator currently plots too many order blocks.

* When the market trends (either up or down), the last order block that appears is often liquidity, not my true entry zone.

* The valid entry order block should be the one just before the last one (the previous order block before liquidity sweep).

* So: ignore the last printed OB, and use the previous OB as the entry zone.


#### 2. Add Entry, Stop Loss & Take Profit Display


* Once a valid order block is identified:


  * Entry: at the selected OB (the one before liquidity).

  * Stop Loss:


    * For buys → below the low of the bullish order block

    * For sells → above the high of the bearish order block

  * Take Profit: based on Risk–Reward ratio (choose between 1:2 and 1:3).


    * TP1 = 2× distance from Entry to SL

    * TP2 (optional) = 3× distance from Entry to SL

* Visually draw labels or horizontal lines:


  * “Entry”, “SL”, “TP1 (1:2)”, “TP2 (1:3 optional)”

* Add inputs:


  

  [Trade Setup Display]

  Show Entry/SL/TP = true/false

  Risk Reward Mode = [1:2, 1:3]

  

#### 3. Trend Filter


* Only show Buy setups in an uptrend and Sell setups in a downtrend.

* Use the existing structure bias (swingTrend.bias or internalTrend.bias).

* When a CHoCH (Change of Character) occurs, reverse the bias and allow opposite trade direction.


  * Example: CHoCH from bullish → bearish = now only show sell setups.


#### 4. Conversion to MT5 Indicator


After the Pine Script version is working:


* Convert it to MT5 (.mq5) indicator.

* Keep all:


  * BOS / CHoCH drawings

  * Order block zones

  * Entry / SL / TP visuals

  * Trend-based filtering

* Should work the same way visually as the Pine version (non-repainting).


### ⚙️ Additional Requirements


* Keep all current settings, labels, and colors clean and optimized.

* Don’t remove existing SMC elements — just add on top of them.

* Must work in real-time (no repainting after candle close).

* Inputs should be grouped clearly under:


  * Smart Money Concepts Settings

  * Trade Setup Display

  * Conversion Settings (for MT5 version)


Respondido

1
Desenvolvedor 1
Classificação
(16)
Projetos
35
23%
Arbitragem
4
0% / 50%
Expirado
2
6%
Trabalhando
2
Desenvolvedor 2
Classificação
(15)
Projetos
19
16%
Arbitragem
5
40% / 40%
Expirado
0
Livre
3
Desenvolvedor 3
Classificação
(23)
Projetos
26
73%
Arbitragem
1
0% / 0%
Expirado
0
Trabalhando
4
Desenvolvedor 4
Classificação
(104)
Projetos
169
24%
Arbitragem
23
9% / 78%
Expirado
16
9%
Trabalhando
5
Desenvolvedor 5
Classificação
(24)
Projetos
30
13%
Arbitragem
12
0% / 75%
Expirado
8
27%
Livre
6
Desenvolvedor 6
Classificação
(13)
Projetos
13
38%
Arbitragem
1
0% / 100%
Expirado
1
8%
Livre
7
Desenvolvedor 7
Classificação
(4)
Projetos
3
33%
Arbitragem
2
0% / 100%
Expirado
0
Livre
8
Desenvolvedor 8
Classificação
(6)
Projetos
6
0%
Arbitragem
0
Expirado
2
33%
Livre
9
Desenvolvedor 9
Classificação
(3)
Projetos
2
0%
Arbitragem
1
0% / 100%
Expirado
0
Livre
10
Desenvolvedor 10
Classificação
(3)
Projetos
3
33%
Arbitragem
0
Expirado
0
Livre
Publicou: 2 artigos
11
Desenvolvedor 11
Classificação
(16)
Projetos
18
28%
Arbitragem
0
Expirado
3
17%
Livre
12
Desenvolvedor 12
Classificação
(40)
Projetos
47
28%
Arbitragem
14
21% / 64%
Expirado
1
2%
Ocupado
13
Desenvolvedor 13
Classificação
(9)
Projetos
13
8%
Arbitragem
3
33% / 67%
Expirado
1
8%
Trabalhando
14
Desenvolvedor 14
Classificação
(296)
Projetos
475
40%
Arbitragem
105
40% / 24%
Expirado
80
17%
Ocupado
Publicou: 2 códigos
15
Desenvolvedor 15
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
16
Desenvolvedor 16
Classificação
(77)
Projetos
243
74%
Arbitragem
7
100% / 0%
Expirado
1
0%
Livre
Publicou: 1 artigo
17
Desenvolvedor 17
Classificação
(2)
Projetos
2
0%
Arbitragem
3
0% / 100%
Expirado
1
50%
Livre
18
Desenvolvedor 18
Classificação
(12)
Projetos
16
13%
Arbitragem
4
50% / 25%
Expirado
4
25%
Carregado
19
Desenvolvedor 19
Classificação
(1)
Projetos
1
0%
Arbitragem
0
Expirado
0
Livre
20
Desenvolvedor 20
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
21
Desenvolvedor 21
Classificação
(6)
Projetos
8
0%
Arbitragem
8
13% / 88%
Expirado
0
Livre
Pedidos semelhantes
Project Title: Custom XAUUSD Support & Resistance Indicator Platform Required: MT5 preferred. If possible, also provide TradingView Pine Script version later. Main Goal: I want a custom indicator made specifically for XAUUSD (Gold) only. The indicator should automatically detect and draw strong support and resistance zones where price has a high probability of reacting, rejecting, or reversing. It must update
BUY ALERT 1. Supertrend turns Bullish 2. On this candle , or during the last time Supertrend was Bearish, price was < or = MA1 3. On this candle , or during the last time Supertrend was Bearish , BBStops is Bearish 4. STEP MA1 and STEP MA 2 are both Bullish SELL ALERT 1. Supertrend turns Bearish 2. On this candle , or during the last time Supertrend was Bullish, price was
Please only rrspond if you are serious and legit. If there are developers or traders that feel they have good skulls or software but no funds to take advantage of those skills or software let me know and maybe we could help each other out
Com este Expert Advisor, você pode comprar e vender com um stop loss automático aplicado no momento da compra ou venda. Você pode personalizar seu nível de risco aceitável. Seu gerenciamento de riscos se torna mais preciso e elimina perdas potenciais antes que o gráfico mude. Com o botão "reverter ordem", você pode fechar a ordem atual com lucro e imediatamente colocar a mesma ordem na direção oposta. Aproveite
I already have a fully developed MT5 Expert Advisor with all required prop firm features, including: Risk management Daily loss & max drawdown limits Spread & slippage filters News filter Trade management system The EA structure is complete. 👉 What I need is a professional developer to replace ONLY the entry logic with a high-quality, rule-based trading strategy. 🚨 STRICT REQUIREMENT (READ CAREFULLY): I am NOT
Trade summary Plugin 200 - 500 USD
We are looking for a Plugin/ Dashboard for our Meta 5 which will act as a Risk Management/ information tool. the system will require to give real time summary of trades and P/L for certain groups
Looking for a Proven Non-Repainting Gold Indicator (XAUUSD) – High Accuracy & Ready-Made Solutions Only 📌 Project Description: I am looking for a high-quality, non-repainting indicator specifically for XAUUSD (Gold) that is already developed and tested. ⚠️ Important: I am NOT looking for a new indicator to be built from scratch. I want an existing, proven system that you have already created and are confident in. 🎯
The Advisor should stop trading if the spread exceeds a selected value. Source code is unavailable. Decompilation may be necessary or any other suggested working solution may be acceptable. Testing should be thorough with proven demonstrable results
Convert Time Range Breakout Indicator to Strategy (Pine Script) I have an existing Time Range Breakout indicator on TradingView. I need a developer to convert it into a fully functional strategy with proper trade execution logic. Strategy Logic: Time Range: Define a specific time range (e.g., 03:00 – 04:30) During this time, the indicator marks the High and Low range Entry Conditions Buy when price touches the range
Hello, I’m looking for an experienced MQL4 developer to build a custom MT4 Expert Advisor based on a Koncorde-style indicator strategy. Here are the main requirements: 🔹 General Overview The EA must be a master EA , running on a single chart and managing multiple currency pairs simultaneously No need to attach EA to each chart Must support a configurable list of symbols 🔹 Indicator Requirement Develop a custom

Informações sobre o projeto

Orçamento
40+ USD