// T3 çizimi plot(t3plot, color=color_t3, linewidth=linewidth)
// Alarm koşulu: T3 renk değiştiğinde alarm ver alarm_condition = (t3plot > t3plot[1] and t3plot[1] <= t3plot[2]) or (t3plot < t3plot[1] and t3plot[1] >= t3plot[2])
// Alarmı tetikleyin alertcondition(alarm_condition, title="T3 Renk Değiştirdi", message="Tilson T3 Renk Değiştirdi!")