ysdede / jesse_strategies

Jesse ai strategies
Creative Commons Zero v1.0 Universal
54 stars 18 forks source link

Prophet like strategy #8

Open femtotrader opened 1 year ago

femtotrader commented 1 year ago

Hello,

I'm new to Jesse. I wonder if a Prophet like strategy couldn't be written https://medium.com/geekculture/what-happens-if-you-day-trade-crypto-with-facebook-prophet-84df66c31657 Any opinion about it ?

Kind regards

ysdede commented 1 year ago

Hey, I played with Prophet this year. I abandoned it because the results were insufficient for me, but this could be due to my lack of experience. Yes, you can use Jesse with any AI/ML project. You can use Jesse's candle database for training and then signal Jesse to open close trades. I have a jupyter notebook about it, but it's out of date and a mess. I might upload it after I get it to work.

PS: Prophet predicted that it could go up or down like a crypto influencer.

image

femtotrader commented 1 year ago

A Jupyter notebook with data from eodhistoricaldata.com can be found at https://github.com/marcosan93/Medium-Misc-Tutorials/blob/main/Crypto-Tutorials/Intraday-Trading-FBProphet.ipynb it will be great if you could share yours and possibly also Jesse strategy.