An AI-powered trading intelligence system for Solana. It generates high-speed indicators, enables backtesting, and delivers live signals. Built for automation.
Meet mySOLium AI โ the next evolution in automated trading. Harness dynamic inputs to track real-time SOL price action, 15m candles, holder movements, volume, token meta trends, and more. Smart AI, faster insights, better trades. Follow for dev updates!
Completely forgot I bought one of these until I got the email we can redeem. Now I'm thinking through integration ideas with mysolium... Might have to integrate base or eth at a later date and run it on the phone. ๐ฅ Hyperfocused on the MVP and ironing out critical bugs.
Busy week IRL. But back to building. Had some good chats last night with a senior financial exec about his thoughts on indicator relevance and quantity to feel confident on a trade. To nobody's surprise, the best in the business subscribe to "keep it simple stupid". More to come.
may the pump bless @mert and the team over at @heliuslabs.
Just exploring their API now to implement on-chain functionality, well-designed API from a client perspective. Intuitive.
most recent example: dev/mock txns to simulate a transaction, and get a real reply from it.
Tracking if the newly ingested live data is matching $popcat's actual price movements. Timestamps might be off by one. I need to investigate. #trading signals are all reading sell/short at the moment, but the market is swinging that direction tonight. No suprises there.
Live transactions are coming in from solana, using @heliuslabs and being processed to be fed into the AI learner, so that it can act instantly on live data. More to come, follow for more information and beta access
The MVP for the web service is fully hooked up to the qlearner, did some test training on $FWOG. what model will we train next? What indicators do you find the most alpha in? #AiTrading Collecting history on $popcat now.
Another day, another dev log. Reviving and refactoring a super old part of the codebase that was collecting dust. The @heliuslabs webhook should provide instantaneous swap updates to provide the latest pricing and volume info by tracking swaps directly
Agent is currently operating on historical swap data directly from solana. Up next is setting up the service to track trade signals, and validate the models using live profit and loss from mock trading.
Once an agent has proven itself worthy, live market mode can be enabled.
Agent is currently operating on historical swap data directly from solana. Up next is setting up the service to track trade signals, and validate the models using live profit and loss from mock trading.
Once an agent has proven itself worthy, live market mode can be enabled.
Dev still cooking.
Example: $Popcat, Every 2-3 hours there is a 2-5% swing in any given direction.
There IS a pattern to be found. And I believe the machine can capitalize on it.
Reinforcement learning is designed for this task. More to follow