Topic: Signal Shift At or Any
Inspired from
I have a nice idea. It would be nice if I could say to the indicator: pleese look if there are more insidebars than just the last one. It would be great if this "NoInsideBar"-Indicator would check like the last 5 -10 bars or so...
I think we can add a standard feature for signal shift for all indicators.
Two variants are possible:
At # - the signal is shifted with # bars.
Any # - the signal is at the last # bars.
The default shift will be 0.
At 0 will be available for indicators with "Use previous bars value" off.
At 1 will be default value for indicators with "Use previous bars value" on.
At # will mean that the signal has happened exactly # bars ago.
Any # (where # will be 0 or 1 - 100) will mean that signal has happened during the last # bars.
The best is that this logic can be applied from the program without changing indicators. It is applicable for Opening and Closing Logic Conditions.