Citazione Originariamente Scritto da Apocalips Visualizza Messaggio
Andrea, anche con la version 0.8.6.27 il problema del set required bars rimane

Apo
Ciao caro,
ci deve ancora qualche problema con il valore 0, che usi
qui:

# Contatore barre in trend long*
SET A= LASTIF(EMA(CLOSE, 20)< 0)

# Contatore barre in trend Short*
SET B= LASTIF(EMA(CLOSE, 20)> 0)
e qui:

# Contatore barre in trend long*
SET A= LASTIF(EMA(CLOSE, 20)< 0)

# Contatore barre in trend Short*
SET B= LASTIF(EMA(CLOSE, 20)> 0)
Domani prova a verificare nuovamente perchè se usi un qualsiasi altro valore, anche 0.01 funziona.

Ciao Ciao