Hello everyone
The indicator checks whether the min close is greater than, for example, the SMA 200. Does "Ho many bars ago" (10) mean that the indicator has to be true 10 days before the signal, no matter what happens in the next 9 days?
How can I set the condition that the Close indicator should be greater than the SMA 200 for at least 3 days in a row to start?
thank you very much for replying
The indicator checks whether the min close is greater than, for example, the SMA 200. Does "Ho many bars ago" (10) mean that the indicator has to be true 10 days before the signal, no matter what happens in the next 9 days?
How can I set the condition that the Close indicator should be greater than the SMA 200 for at least 3 days in a row to start?
thank you very much for replying
Rename
>>The indicator checks whether the min close is greater than, for example, the SMA 200. Does "Ho many bars ago" (10) mean that the indicator has to be true 10 days before the signal, no matter what happens in the next 9 days?<<
Yes
>>How can I set the condition that the Close indicator should be greater than the SMA 200 for at least 3 days in a row to start?<<
Use the Qualifier "For N Consecutive Bars."
Yes
>>How can I set the condition that the Close indicator should be greater than the SMA 200 for at least 3 days in a row to start?<<
Use the Qualifier "For N Consecutive Bars."
ok, but I want the qualifier "For N Consecutive Bars." yes apply to a symbol like dn SPY. How can I drag 2 qualifiers into the building block?
Qualifier "For N Consecutive Bars and Indicator Symbol
Qualifier "For N Consecutive Bars and Indicator Symbol
Instead of using the SMA indicator you’d use the SymbolInd indicator. It lets you apply any indicator to a specific symbol.
Your Response
Post
Edit Post
Login is required