From 0107b4fde185a5ee135d3831ace12885fbc1a9ef Mon Sep 17 00:00:00 2001 From: grmwtt Date: Thu, 30 Jan 2025 14:05:51 -0500 Subject: [PATCH] organizing --- HMM.html => docs/HMM.html | 0 GUSHTradingBotV1.0.py => old_stuff/GUSHTradingBotV1.0.py | 0 data_collection_daily.py => old_stuff/data_collection_daily.py | 0 data_collection_min.py => old_stuff/data_collection_min.py | 0 data_preprocessing.py => old_stuff/data_preprocessing.py | 0 .../options_data_collection.py | 0 recent_data_pull.py => old_stuff/recent_data_pull.py | 0 technical_ind_calc.py => old_stuff/technical_ind_calc.py | 0 test.py => old_stuff/test.py | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename HMM.html => docs/HMM.html (100%) rename GUSHTradingBotV1.0.py => old_stuff/GUSHTradingBotV1.0.py (100%) rename data_collection_daily.py => old_stuff/data_collection_daily.py (100%) rename data_collection_min.py => old_stuff/data_collection_min.py (100%) rename data_preprocessing.py => old_stuff/data_preprocessing.py (100%) rename options_data_collection.py => old_stuff/options_data_collection.py (100%) rename recent_data_pull.py => old_stuff/recent_data_pull.py (100%) rename technical_ind_calc.py => old_stuff/technical_ind_calc.py (100%) rename test.py => old_stuff/test.py (100%) diff --git a/HMM.html b/docs/HMM.html similarity index 100% rename from HMM.html rename to docs/HMM.html diff --git a/GUSHTradingBotV1.0.py b/old_stuff/GUSHTradingBotV1.0.py similarity index 100% rename from GUSHTradingBotV1.0.py rename to old_stuff/GUSHTradingBotV1.0.py diff --git a/data_collection_daily.py b/old_stuff/data_collection_daily.py similarity index 100% rename from data_collection_daily.py rename to old_stuff/data_collection_daily.py diff --git a/data_collection_min.py b/old_stuff/data_collection_min.py similarity index 100% rename from data_collection_min.py rename to old_stuff/data_collection_min.py diff --git a/data_preprocessing.py b/old_stuff/data_preprocessing.py similarity index 100% rename from data_preprocessing.py rename to old_stuff/data_preprocessing.py diff --git a/options_data_collection.py b/old_stuff/options_data_collection.py similarity index 100% rename from options_data_collection.py rename to old_stuff/options_data_collection.py diff --git a/recent_data_pull.py b/old_stuff/recent_data_pull.py similarity index 100% rename from recent_data_pull.py rename to old_stuff/recent_data_pull.py diff --git a/technical_ind_calc.py b/old_stuff/technical_ind_calc.py similarity index 100% rename from technical_ind_calc.py rename to old_stuff/technical_ind_calc.py diff --git a/test.py b/old_stuff/test.py similarity index 100% rename from test.py rename to old_stuff/test.py