Specification
// 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")
Responded
1
Rating
Projects
26
0%
Arbitration
4
0%
/
100%
Overdue
5
19%
Free
2
Rating
Projects
31
45%
Arbitration
1
100%
/
0%
Overdue
3
10%
Free
3
Rating
Projects
9
0%
Arbitration
2
0%
/
100%
Overdue
0
Free
Published: 1 article
4
Rating
Projects
460
26%
Arbitration
140
20%
/
59%
Overdue
100
22%
Working
5
Rating
Projects
0
0%
Arbitration
1
0%
/
100%
Overdue
0
Free
6
Rating
Projects
2
0%
Arbitration
1
0%
/
100%
Overdue
0
Free
7
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
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
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
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance service
have the Beatrix Inventor Expert Advisor (EA) that was profitable in the past but has been losing money recently. I need an experienced EA developer/optimizer to study the trade history (especially Stop Loss hits, drawdown periods, SL/TP behavior, win/loss ratio, etc.) and recommend + implement specific tweaks so it becomes consistently profitable again. Your job: 1. Deep analysis of why the EA is no longer
I am looking for an experienced MQL5 developer to build a fully automated trading bot (Expert Advisor) for MetaTrader 5 . The bot will focus on trend-following scalping and must be designed to trade XAUUSD and BTC on the M1 timeframe . The objective is to create a stable and efficient EA that can open multiple trades per day while managing risk using proper stop-loss, take-profit, and trailing stop mechanisms
I’ve been following your profile and I'm interested in your expertise with the ATAS API and C# development. I have a clear technical scope for a high-performance M1 indicator focused on Binary Options and Scalping. The core logic is based on institutional Order Flow convergence: Stacked Imbalances: 300% ratio with a minimum of 3 consecutive levels. Delta/Price Divergence: Filtering for market exhaustion (New Highs
Hi Programmers, I want to create an EA that will make use of the average prices to determine the direction of the market and take bids accurately towards the direction until it reaches the maximum distance for taking bids. It will also consider a profit to loss ratio which will be based on risk as a % of the account balance. As you can see from the picture and the prices showed , the prices represent the manually
Project information
Budget
30+ USD