SkillAgentSearch skills...

UnusualVolumeDetector

Gets the last 5 months of volume history for every ticker, and alerts you when a stock's volume exceeds 10 standard deviations from the mean within the last 3 days

Install / Use

/learn @SamPom100/UnusualVolumeDetector
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Unusual Volume Detector --- New Website! :

This scans every ticker on the market, gets their last 5 months of volume history, and alerts you when a stock's volume exceeds 10 standard deviations from the mean within the last 3 days. (these numbers are all adjustable). Helps find anomalies in the stock market

Easiest way to see this:

Go to the website

How to run the script:

  • Download your favorite Python IDE. (I use VSCode)
  • Get my script from GitHub
  • Open the script in your IDE and install all required dependancies by typing pip install -r requirements.txt into the IDE's terminal. You can get to the the terminal on VSC by pressing CMD and ` at the same time.
  • Run the market_scanner.py and it will print out results into the terminal
  • You can also graph any ticker's volume in grapher.py

Controlling the Script

  • Line 21 controls the amount of months of historical volume the script gets
  • Line 22 controls the amount of days before today that it will alert you
  • Line 23 controls the number of standard deviations away from the mean volume
  • Line 116, "n-jobs" controls the number of threads the script runs on, which I lowered to avoid new rate limits
<img width="1347" alt="Screen Shot 2020-08-01 at 3 24 03 AM" src="https://user-images.githubusercontent.com/28206070/89097659-8fdeda00-d3a6-11ea-88f4-6c896eaadc59.png">

j67nuj3cl0e51

ue395lbgl0e51

s9jtygygl0e51

Websites

Main Website

alternate website

alternate credit

Donations

If you enjoy my work, please donate here

View on GitHub
GitHub Stars973
CategoryDevelopment
Updated10d ago
Forks266

Languages

HTML

Security Score

95/100

Audited on Mar 26, 2026

No findings