Trading platforms have watchlist with the equities a user is interested in with this we analyze timeseries equity price and display it without sending all the historical data to the user
In case the Github link is not working - https://github.com/emanuilov/maxprofit
It should be fed like so - prices = SELECT price FROM ticks SELECT * FROM maxprofit(prices)
Log in or sign up for Devpost to join the conversation.
I did not manage to write the SQL query feeding the function, but it should work, rust only implementation works as shown.
Log in or sign up for Devpost to join the conversation.
Leave feedback in the comments!
Log in or sign up for Devpost to join the conversation.
Log in or sign up for Devpost to join the conversation.