最受歡迎的過濾器是如何計算的?

漲跌額與漲跌幅

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

「當前K線收盤價」即為目前價格。 

「前一K線收盤價」是所選時間週期下前一根K線的收盤價。

「漲跌額」是當前K線與前一K線的差額。「漲跌幅(%)」則依據選擇的篩選器時間週期計算。因此,如果使用 1 週(1W)時間間隔,則漲跌額 = 當前週K線收盤價 − 前一週K線收盤價(您可以在圖表中選擇週線時間週期查看這些K線)。 

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

以指定時間週期計算的「漲跌額1分鐘、漲跌額5分鐘」等公式,是依據該指定時間週期計算的,與篩選器的總時間週期無關。即使篩選器的總時間週期為1週(1W),「漲跌額1分鐘」仍會依1分鐘時間週期計算。 

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
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
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
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
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

開盤漲跌額與開盤漲跌幅 (%) 

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

該數值顯示當前K線的動態變化。 

24小時成交量變化 (%)

Volume 24h Change % = (Volume 24h now/Volume 24h day ago -1) * 100

「24小時成交量變化幅度(%)」顯示過去24小時的成交量變化百分比,並可能間接反映市場動向。 

盤前漲跌額與盤前漲跌幅 (%) 

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

盤後漲跌額與盤後漲跌幅 (%) 

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

盤前開盤漲跌額與盤前開盤漲跌幅 (%) 

 

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

跳空幅度 (%) 與盤前跳空幅度 (%) 

 

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