رح احاول اشرحها بطريقة لوغاريتمية
Let C = Candle
Let PC = previousCandle
//PC = الشمعة السابقة
// C = الشمعة الحالية
if the ending price of C is less than the ending price of PC
Draw a falling arrow
while ( C < PC ) { draw a falling arrow }