- ago
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
0
204
Solved
3 Replies

Reply

Bookmark

Sort
Glitch8
 ( 13.17% )
- ago
#1
>>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."
0
Best Answer
- ago
#2
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
0
Glitch8
 ( 13.17% )
- ago
#3
Instead of using the SMA indicator you’d use the SymbolInd indicator. It lets you apply any indicator to a specific symbol.
1

Reply

Bookmark

Sort