JinxArcane235 / jinx

1 stars 14 forks source link

Add Solana price fetching and RSI calculation feature #2

Closed Chillguyx closed 2 days ago

Chillguyx commented 4 days ago

This PR added functionality to fetch Solana price every 30 minutes for the CoinGo API and calculates RSI from trading view data.

Chillguyx commented 4 days ago

This pull request adds functionality to fetch the Solana (SOL) price from the CoinGecko API every 30 minutes and calculates the RSI using TradingView data. It includes a new priceFetcher.js and updates to integrate this feature into the project.