A module for detecting price oscillations in financial assets
Project description
Oscillation Spotter - Oscillation Detection Module
Overview
The Oscillation Spotter module provides a unique approach to detect sharp oscillations in financial asset prices (e.g., stocks, cryptocurrencies) over very short timeframes. This software is open-source and offers the ability to detect areas of rapid price movement, helping researchers and analysts to explore potential correlations between certain events and price trends.
Example plot results:
Why Use This Module?
-
Difficulty in Identifying Sharp Movements: It is very challenging to distinguish between sharp movements caused by specific events directly affecting an asset's price. Such events might be caused by sudden news or specific market actions.
-
Manual Marking is Time-Consuming: Even if you try to manually mark the price graph, it will take an enormous amount of time, especially when dealing with situations where you only want to test the feasibility of a potential correlation between specific events and their impact on a given asset's price trend.
-
Focus on Short, Strong Oscillations: Often, many price movements make it difficult to focus on those that matter most. These are the short-term, strong oscillations that usually occur within 10 to 120 seconds, signaling an undeniable sharp price change.
-
First Open-Source Model for Oscillation Detection: This is the first open-source model that allows detection of new oscillations. The information produced can be used later to run AI models to investigate whether specific parameters occur during detected oscillations.
Features
- Automated Oscillation Detection: Automatically detects short, sharp oscillations, typically ranging from 10 to 120 seconds.
- Filtering Noise: Filters out non-significant fluctuations, enabling users to focus on meaningful price changes.
- Educational Use Only: This software is strictly provided for educational and personal research purposes.
Installation
You can install the library using the provided setup.py file. Make sure to have Python 3.7 or later.
- Clone the repository:
git clone https://github.com/your_username/spotter_oscillation.git
- Navigate to the project directory:
cd spotter_oscillation
- Install the requirements:
pip install -r requirements.txt
Note: The system requires an active internet connection for usage monitoring. No data is stored except for the IP address and MAC address.
Usage
Basic Usage Example
The module provides several functions that help in processing oscillations within a financial asset's price data. Below is an example usage of the main function process_oscillations():
import pandas as pd
import pyarrow.parquet as pq
# Load data (for example from a parquet file)
table = pq.read_table("path/to/your/data.parquet")
df = table.to_pandas()
# Process the oscillations for a given asset
from spotter_oscillation.analytics_module import process_oscillations
processed_df = process_oscillations(df, time_column="time", price_column="price", plot=True)
In this example, we load a parquet file containing financial asset price data and pass it to the process_oscillations() function. The function returns a processed data with oscillation detections and plots the results.
License Notice
- Educational Use Only: This software is provided solely for educational purposes. Any commercial use, including sale, lease, or provision of services using this software, requires explicit permission from the author.
- Unauthorized Use Prohibited: Redistribution or modification of this software without the owner's consent is strictly prohibited.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spotter_oscillation-1.8.tar.gz.
File metadata
- Download URL: spotter_oscillation-1.8.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fddd876a6950d7defcd7a1e90730ad69afc5bdaf557a6e5dcd029cbed3077c6a
|
|
| MD5 |
a5476a40b5e8eda452f4d0277d0bce78
|
|
| BLAKE2b-256 |
35555c5a8c96fbb55c10838b989ec6c702916e41d03676b80ccbd44a64ce7453
|
File details
Details for the file spotter_oscillation-1.8-py3-none-any.whl.
File metadata
- Download URL: spotter_oscillation-1.8-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33eb06aa1dc26b4c8f2438edfc0e7e4ea660fc3472049fd0a789ebab35a5424e
|
|
| MD5 |
6c49f954dbc9890656a6d83a27b30059
|
|
| BLAKE2b-256 |
0198e13c655efe50eeb0eade87d7ce5787b0378f8523b83b82867bd7d1695b89
|