Skip to content

Commit

Permalink
update pandas-ta to dev branch
Browse files Browse the repository at this point in the history
discussion goin fixing production branch, using dev for now while continuing GHA development.

reference: twopirllc/pandas-ta#857
  • Loading branch information
ryann-green committed Dec 19, 2024
1 parent f0e567f commit 20982d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions predictions/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@
# Steps to operationalize
# Identify the ideal buying price that is just not the last closing wprice to optimize profit

# 1. Find the dates between the max_date of total results csv and today
# 2. Those should be the dates read into the "dates" variable below to get the data caught up to current date
# 3. append the results of this script to the latest tota results csv/file
# 4. Have the check_price process run to evaluate the results of these predictions for dates where the end date of the prediction is less than today and is greater than the last day in the Summary results
# 1. Move to working on evaluation automation
# 2. Have the check_price process run to evaluate the results of these predictions for dates where the end date of the prediction is less than today and is greater than the last day in the Summary results

# -------------------------------
# Later
Expand Down
2 changes: 1 addition & 1 deletion predictions/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandas
pandas-ta.git@development
numpy
scikit-learn
xgboost
Expand Down

0 comments on commit 20982d3

Please sign in to comment.