Explanation of main idea This indicator is using 3 trend filters: nonlag ma, zero lag hma and hma as selectable options to filter signals of 5 indicators. trend indicators are the base indicator and filter. unfortunately i only have ex4 file for signal indicators so i want to use this for binary options, so it has to be 100%nrp and there cannot be any delayed signals either. i have already confirmed all 5 signal indicators are nrp and the signal appears on the open of a new bar(except for beast indicator, the signal appears on the close of 0bar so signal and trade bar will be for the next bar on open of bar). Trend indicators are also nrp but i have faced issues with signals appearing on the same bar being used by the trend indicators for recalculations causing signals to repaint or be delayed to appear, so here can have option for true/false to block signals that would appear on recalculation bars being used by trend indicators Most important as you understand by now is signal to be on open of bar and nrp/no delays so it easier for me visually to understand and test/optimize and will also be easier for data panel calculations so i have had issues with signals being delayed and repainting with the version provided. Always first the trend filters has to confirm trend, and whatever color is trend filter it will filter the signals and this signal has to be 100% nrp and on open of bar, no delays. This logic is followed in the version provided yet there are issues Requirements The version provided can be fixed of errors or a new one created, choice is yours Note: all options from the original version for the data panel, tester inputs and separate buffers for each signal indicator has to be included 1) Addition of time filter: the version provided has a time filter for delayed signals, this should be included (also privided is an external connector indicator which has the time filter as well, both work in sync) 2) Update with NEW indicators: the zip file provided has all nrp indicators and these should be used in the new indicator 3) Removal of unnecessary functions like mtf/interpolate/arrow code/arrow color and other functions in each indicator to keep the new indicator cluster free and more user friendly 4) Additon of 'the beast idicator' as a signal indicator along with the other 4 5) Removal of 'slope direction line' and addition of 'hma nrp' as trend filter option 5) Check code for errors creation of 2 versions as discussed on mql5. plus the addition of adx indicator to 2nd version with beast indicator as discussed indicators to be used for signals 1) exit indicator 2) future volume indicator 3) my holy grail 4) peak and valley 5) adx nonr2 6) the beast v1 Indicators to be used for trend filter 1) nonlag ma nrp 2) zerolag ma nrp 3) hma nrp