Smart Money Concept Strategy + Tradingview Pinescript

Техническое задание

// 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")

Откликнулись

1
Разработчик 1
Оценка
(18)
Проекты
26
0%
Арбитраж
4
0% / 100%
Просрочено
5
19%
Свободен
2
Разработчик 2
Оценка
(28)
Проекты
31
45%
Арбитраж
1
100% / 0%
Просрочено
3
10%
Свободен
3
Разработчик 3
Оценка
(7)
Проекты
9
0%
Арбитраж
2
0% / 100%
Просрочено
0
Свободен
Опубликовал: 1 статью
4
Разработчик 4
Оценка
(250)
Проекты
460
26%
Арбитраж
140
20% / 59%
Просрочено
100
22%
Работает
5
Разработчик 5
Оценка
Проекты
0
0%
Арбитраж
1
0% / 100%
Просрочено
0
Свободен
6
Разработчик 6
Оценка
(3)
Проекты
2
0%
Арбитраж
1
0% / 100%
Просрочено
0
Свободен
7
Разработчик 7
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
Похожие заказы
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

Информация о проекте

Бюджет
30+ USD