We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a0d5c commit b6ad27dCopy full SHA for b6ad27d
bullish/analysis/analysis.py
@@ -666,7 +666,7 @@ def run_signal_series_analysis(bullish_db: "BullishDb") -> None:
666
667
668
def run_analysis(bullish_db: "BullishDb") -> None:
669
- bullish_db.copy_sec_to_analysis()
+
670
tickers = list(set(bullish_db._read_tracker(TrackerQuery(), PriceTracker)))
671
parallel = Parallel(n_jobs=-1)
672
@@ -681,3 +681,4 @@ def run_analysis(bullish_db: "BullishDb") -> None:
681
print(
682
f"Computed analysis for {len(batch_ticker)} tickers in {elapsed_time:.2f} seconds."
683
)
684
+ bullish_db.copy_sec_to_analysis()
0 commit comments