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
NRP Bias: D1 | DODF (Daily Open Direction Filter)_03 - A paid test version is now available in (7days, 14days and 30-day). - A paid lifetime version is also available. Contact: - Telegram: @MwlRCT - ForexFactory: Private Message (PM) @MwlRCT - JemiiForums: Private Message (PM) @Mwl.RCT
Disliked{quote} Please how about the alert function as promised? Please help add it .Ignored
Pair: NZDUSD Entry: SELL @cmp sl/tp: As per image Confluence - NRP Bias [D1] - Bearish - DODF Signal - Bearish
Pair: EURCAD Entry: BUY @cmp sl/tp: As per image Confluence: - NRP Bias [D1] - Bullish - DODF Signal - Bullish
"NRP Bias: D1 | DODF (Daily Open Direction Filter)_04"
- Replaced the slow weekly OBV filter with a responsive daily OBV-MA crossover system. - Added new user-configurable parameters: EnableObvFilter, ObvMaPeriod, and ObvMaMode. - Implemented a new GetDailyObvMaBias() function with efficient once-per-day caching for better performance. - Updated the Triple Confirmation and Tie-Breaker logic to use the new daily OBV filter. - Enhanced logging to show "OBV(D1)" for improved diagnostics and transparency. - Removed the obsolete and unused GetDailyObvMaBias() function to clean up the codebase.
//=== DAILY OBV FILTER (for Triple Confirmation) === input bool EnableObvFilter = true; // Master ON/OFF for OBV filter input int ObvMaPeriod = 6; // OBV MA signal period (days) input ENUM_OBV_MA_MODE ObvMaMode = OBV_MA_LWMA; // OBV MA method
EA Sell State (Yellow Arrows - Symbol 108)
These EA state arrows represent the final filtered signals available to automated trading systems, providing clear visual confirmation of which original signals survive the DODF filtering process.
Usage Strategy
//
the buffers can be used for with an UniversalIndikator EA?