En popüler filtreler nasıl hesaplanır?

Değişim ve Değişim %

Change= (Close price of the current bar – Close price of the previous bar)
Java

"Geçerli çubuğun kapanış fiyatı" geçerli fiyattır.

"Önceki çubuğun kapanış fiyatı" – seçilen zaman dilimindeki önceki çubuğun kapanış fiyatı.

"Değiştir", geçerli ve önceki çubuklar arasındaki farktır. "Değişim (%)", screener'da seçilen zaman dilimine göre hesaplanır. Bu nedenle, 1H zaman aralığı uygulanırsa, değiştir = Geçerli haftalık çubuğun kapanışı - Önceki haftalık çubuğun kapanışı (haftalık grafik zaman dilimini seçerseniz bu çubukları grafikte görebilirsiniz).

Change % = ((Close price of the current bar – Close price of the previous bar)/Close price of the previous bar) * 100
Java

Zaman diliminin belirtildiği 1m Değiştir, 5m'yi Değiştir vb. formülleri bu zaman dilimine göre hesaplanır ve takipçi'nin toplam zaman dilimi dikkate alınmaz. Genel takipçi zaman dilimi 1H ise, 1m'yi değiştir yine de 1m zaman dilimine göre hesaplanır.

Change 1m = (Close price of the current 1m bar – Close price of the previous 1m bar)Change 1m % = (Change 1m / Close price of the previous 1m bar ) * 100
Java
Change 5m = (Close price of the current 5m bar – Close price of the previous 5m bar)Change 5m % = (Change 5m / Close price of the previous 5m bar ) * 100
Java
Change 15m = (Close price of the current 15m bar – Close price of the previous 15m bar)Change 15m % = (Change 15m / Close price of the previous 15m bar ) * 100
Java
Change 1h = (Close price of the current 1h bar – Close price of the previous 1h bar)Change 1h % = (Change 1h / Close price of the previous 1h bar ) * 100
Java
Change 4h = (Close price of the current 4h bar – Close price of the previous 4h bar)Change 4h % = (Change 4h / Close price of the previous 4h bar ) * 100
Java

Aç'dan Değiştir ve Açık % 'den Değiştir

Change from Open = (Close price of the current bar - Open price of the current bar)
Java
Change from Open % = (Change from Open / Open price of the current bar) * 100
Java

Değer, geçerli çubuğun dinamiklerini gösterir.

Piyasa Öncesi Değişim ve Piyasa Öncesi Değişim %

Pre-market Change = (Close price of the pre-market - Close price of the previous regular session) 
Java
Pre-market Change % = (Pre-market Change/ Close price of the previous regular session) * 100
Java

Piyasa Sonrası Değişim ve Piyasa Sonrası Değişim %

Post-market Change = Close price of the post-market - Close price of the previous regular session
Java
Post-market Change % = Post-market Change / Close price of the previous regular session * 100
Java

Açıktan Piyasa Öncesi Değişim ve Açıktan Piyasa Öncesi Değişim %

Pre-market Change from Open = Close price of the pre-market - Open price of the pre-market
Java
Pre-market Change from Open% = Pre-market Change from Open / Open price of the pre-market * 100
Java

GAP % ve Piyasa Öncesi Boşluk %

GAP % = (Open price of the current bar - Close price of the previous bar) /Close price of the previous bar * 100
Java
Pre-market Gap % = (Open price of th