// Condição final entryCondition = (crossOver or crossUnder) and superTrendConfirm and (spread > spreadThreshold) and volumeConfirmation and volumeAverage
// Alertas if (entryCondition) alert("Condição de entrada atendida!", alert.freq_once_per_bar_close)