add-technical-indicators #1
|
@ -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
832
notebooks/sma.ipynb
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user