Create a cryptocurrency trading bot in Elixir

I’m using both OHLCV data and financial statement data. The OHLCV stuff could definitely be used for crypto since it’s the same data format.

My approach with stocks is portfolio based. I have a consumer-producer rating system that determines potential stock picks/allocations, and I will have a consumer that optimizes a portfolio for minimal negative volatility correlation and growth based on the stocks being monitored. All of this rebalances in real-time.

Most of the OHLCV stuff is used for the portfolio side of things, but if you had a volitility based strategy with crypto you could probably use it for that. I dont think there are exact names for all of the indicators I’m using but if you are familiar with beta, sharpe, and sortino they are very similar.

1 Like