- #92
- Edited 9:36am Sep 18, 2025 9:16am | Edited 9:36am
- | Commercial User | Joined Aug 2019 | 2,251 Posts
Adjust Daily Open Indi into Monthly and Weekly Open 2 replies
Help Me, I need to calculate or Filter Profit open trade 1 reply
EA for stop loss hit and open in opposite direction 3 replies
How to open a MT4 1H chart that shows 1H ticks only? How to filter ticks? 1 reply
Best trade filter? 3 replies
Feedback: - The calculation/ formula logic in NRP Bias it is working
Pair: EURUSD Entry: BUY @cmp Sorry: It is late entry
This is CADCHF-M15, It is Earlier entry - We are trading towards daily open price and beyond. - Reason: NRP Bias [D1] - Bearish, DODF signal we are still above the open price, as per stratergy you must wait the price to cross Daily opne Price. - Conclusion: When you are familier with stratergy you can take trades like this, to avoid late entry like on EURUSD above.
GBPCAD - closed manually
- Timeframe: M15 - Entry: SELL @cmp - Confluence: 1. NRP Bias [D1] | Bearish 2. DODF signal | Reversal - Toward Daily Open Price Line
Time Terminology
Anchor Modes
How It Works
The indicator determines the "daily open" price by taking the open of the H1 candle from the first bar that occurs at or after the selected anchor time. All anchor time calculations are performed in UTC to be absolute and unambiguous. This UTC time is then mapped to your broker's server time to find the correct bar. The logic correctly handles DST boundary transitions. If an H1 bar lookup fails, it uses the D1 open as a fallback.
Quick Start
Input Reference
FAQ
Why use the NY Close anchor?
It provides a standardized, absolute daily anchor point based on the close of the main forex trading session, ensuring every user gets the same result.
Why not just use midnight?
"Midnight" is relative and ambiguous; it is different for every broker. The NY Close anchor is an absolute moment in time, which is critical for reproducibility.
How does DST affect the anchor?
The ANCHOR_NY_CLOSE_1700ET mode automatically adjusts for US Daylight Saving Time. The anchor remains fixed at 17:00 New York time year-round without any manual changes.
How do I use the old Broker Midnight setting?
Select ANCHOR_BROKER_MIDNIGHT in the DODF_AnchorMode input, then set the DODF_Session_Start parameter to the desired hour based on your broker's server clock.
Disliked{image} DODF (Daily Open Direction Filter) v02 — Anchor Modes and Broker Parity Updated [18-September-2025] • By: MwlRCT What’s New feat: Added a user-selectable 'DODF_AnchorMode' input. feat: Implemented a new DST-aware "NY Close 17:00 ET" anchor. feat: Default behavior is now the timezone-independent NY Close anchor. fix: DODF daily open is now consistent and reproducible on all brokers. refactor: Replaced server-time logic with a robust UTC-based system. chore: Kept the original "Broker Midnight" logic as a selectable option. Time Terminology...Ignored