OPEN-SOURCE SCRIPT

Rocket

// Conditions
condition1 = last_close > last_open * 1.02 // Open is at least 3% lower than close
condition2 = last_close > last_low * 1.06 // Close is at least 5% higher than low
condition3 = last_open > last_low * 1.04 // Low is at least 5% lower than open

Declinazione di responsabilità