Smart Money Concept Strategy + Tradingview Pinescript

İş Gereklilikleri

// High-Probability Entry Condition: Price retests the unmitigated Order Block.
long_entry_price = bullish_ob_high // Entry at the top of the OB
entry_condition = not ob_mitigated and low <= long_entry_price and low[1] > long_entry_price and strategy.opentrades == 0

// 🎯 Stop Loss (SL) and Take Profit (TP) Calculation

// SL: Slightly below the bottom of the Order Block
sl_price = bullish_ob_low * (1 - sl_offset_perc / 100)

// Risk amount
risk = long_entry_price - sl_price

// TP: Fixed R:R from the entry price
tp_price = long_entry_price + (risk * i_rr)

// Execute the Trade
if entry_condition
    strategy.entry("Long_OB", strategy.long, comment="Entry @ OB Retest")
    // Set the stop loss and take profit
    strategy.exit("Exit_Long", "Long_OB", stop=sl_price, limit=tp_price, comment="TP/SL")

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(18)
Projeler
26
0%
Arabuluculuk
4
0% / 100%
Süresi dolmuş
5
19%
Serbest
2
Geliştirici 2
Derecelendirme
(28)
Projeler
31
45%
Arabuluculuk
1
100% / 0%
Süresi dolmuş
3
10%
Serbest
3
Geliştirici 3
Derecelendirme
(7)
Projeler
9
0%
Arabuluculuk
2
0% / 100%
Süresi dolmuş
0
Serbest
Yayınlandı: 1 makale
4
Geliştirici 4
Derecelendirme
(250)
Projeler
460
26%
Arabuluculuk
140
20% / 59%
Süresi dolmuş
100
22%
Çalışıyor
5
Geliştirici 5
Derecelendirme
Projeler
0
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
6
Geliştirici 6
Derecelendirme
(3)
Projeler
2
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
7
Geliştirici 7
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
Benzer siparişler
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
Hi, Before ordering, I want to verify the quality of your ICT/SMC logic. Do you have an existing indicator or strategy (your own work) that I can test on TradingView? If yes, please provide: 1. A demo (invite-only script or video) 2. Proof it is NON-repainting (explained clearly) 3. Live or replay demonstration (not static screenshots) Specifically I want to see: * Clean swing structure (no consecutive highs/lows) *
Project Overview ​I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. ​The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the
Good morning, I have a Gap Fill strategy and a 10 min opening range break strategy that trade on RTH ES Futures data I have been working on that seem to have some bugs while live trading. They have both been coded by ChatGPT so I would like someone that know how to properly code a strategy to go over each to proof and debug them. Would you be able to do this and could you possibly add some context or features that

Proje bilgisi

Bütçe
30+ USD