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
評価
(19)
プロジェクト
27
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 article
4
開発者 4
評価
(250)
プロジェクト
460
26%
仲裁
139
20% / 60%
期限切れ
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
類似した注文
Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version) Objective: Create a Custom Study (ACSIL / C++) that monitors alerts from the Alert Manager file and forwards any valid alert directly to MT5 via an HTTP POST (Webhook) in JSON format. Additional Note: The study should allow adding any modifications in the future and provide clear insights into the alert points in Sierra Chart. 1. Data Flow Diagram
ZigZag based on oscillators is needed The idea of ​​the indicator Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators: CCI Chaikin RSI
I am looking for an experienced MQL4/MQL5 developer to build a custom MT4 indicator from scratch or cracking my ex4 file that i provide to you. I already have an existing indicator (EX4) which produces highly accurate buy/sell signals. I want a similar indicator developed based on its observable behavior and signal structure. my existing indicator is pc id protected so you have to do PC ID security bypass and source
RSI indicator 130 - 150 USD
The Relative Strength Index (RSI) is a technical momentum indicator measuring the speed and change of price movements, scaled from 0 to 100 to identify overbought (>70) or oversold (<30) conditions. Developed by J. Welles Wilder Jr., it helps traders spot potential trend reversals or corrections.Imagine a stock, XYZ, is trending upwards.Overbought Signal: The price increases sharply, and the RSI rises to 75. This

プロジェクト情報

予算
30+ USD