6 ms·
It would be neat to see the process, where they get the data from, how they analyze it. It would be neat to also see another experiment of a MAS doing this and
by ratedgene 2y ago
It would be neat to see the process, where they get the data from, how they analyze it.
It would be neat to also see another experiment of a MAS doing this and coordinating to gamble together. Perhaps even different system/arch/expert configs.
- jingojango2 2y agoIndeed!
- sunnynagra 2y agoData gets pulled from the Alpaca News API in the morning, then it gets sent to all three models. You can see a summary of the prompt used to determine the recommendations here: https://news.ycombinator.com/item?id=42560034 https://news.ycombinator.com/item?id=42560034 It currently makes up to recommendations, since not all stocks support fractional shares (I'm only doing $5 per trade). As part of the buy recommendation, a holding period is suggested as well. Once the holding date is reached, that is when the sell order happens. Would love to answer any other questions you may have.
- dukeofdoom 2y agoHow does one trade $5 when the stock price is higher? Also what are fees on this kind of trade, and whith whoom
- sunnynagra 2y agoDone with Alpaca API, not trading fees I only trade stocks that support fractional shares
- tasseff 2y agoHow often is the holding period updated for a stock that’s already been purchased?
- sunnynagra 2y agoCurrently it is never updated again with new info, this is one of the things at the top of my list to implement