Nostradamus icon indicating copy to clipboard operation
Nostradamus copied to clipboard

Backtesting an algorithmic trading strategy using Machine Learning and Sentiment Analysis.

Results 2 Nostradamus issues
Sort by recently updated
recently updated
newest added

Hi Renato, Thanks for sharing your work, it’s a great concept. I had a question, can you advise me on how can I get the next day’s forecast? I tried...

Instead of this path parsing one-liner... `existing_files = [file.split('/')[2] for file in glob.glob(prices_folder + '*')]` I'm running on Windows and not Mac or linux. The filepath returns "\" and not...