Number of trade and abnormal trade volume scan


Category:
0
0

Hello,

I want to concrete on stock based on volume and liquidity. Is there any way around for scan based on daily number of trade for a stock? If there is one please direct me or give me the scripts of it. Also scan abnormal trade large order come through a stock.

To be specific: I am thinking about a scan with these 2 parameters: Number of trade is more than 100 daily and at least a abnormal 100,000 volume trade on a stock at one time.

Marked as spam
Posted by (Questions: 16, Answers: 12)
Asked on August 3, 2020 5:36 pm
160 views
0
Private answer

The function to get the number of trades is named "tick_count()". Details here:

https://tlc.thinkorswim.com/center/reference/thinkScript/Functions/Fundamentals/tick-count

This function only works on intraday time frames so you cannot use it to get the total daily number of trades.

As to the abnormal volume. Thinkorswim does not provide trade size anywhere within it's language tools. All we get is volume, period.

Marked as spam
Posted by (Questions: 37, Answers: 4084)
Answered on August 3, 2020 6:36 pm