add-technical-indicators #1

Merged
thecodebranch merged 2 commits from add-technical-indicators into main 2024-07-01 21:46:49 +00:00
2 changed files with 833 additions and 1 deletions
Showing only changes of commit 3b300d6d71 - Show all commits

View File

@ -83,7 +83,7 @@ def create_sma():
database.session.add(row)
database.session.commit()
count += 1
print(f"finished {symbol[0]}: {count} of {len(symbols)}")
print(f"finished {symbol[0]}: {count} of {len(symbols)}: time: {datetime.now()}")
except Exception as e:
print(e)
database.session.rollback()

832
notebooks/sma.ipynb Normal file

File diff suppressed because one or more lines are too long