// 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
In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in publications is governed by House rules. Per aggiungerlo al grafico, mettilo tra i preferiti.
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.