VAL is a sophisticated trading bot that utilizes real-time data from the Lynx API to execute trading strategies on the Solana blockchain. The bot supports various trading methods, continuously learns from its interactions by saving trading data, and provides a comprehensive dashboard for monitoring and controlling its activities.
- Continuous, Random, and Simultaneous Trading Methods
- Real-time market data integration
- Earnings distribution to token holders
- Automated trading with stop-loss and take-profit conditions
- Performance monitoring and logging
- Error handling and alert notifications
- LSTM model for market data analysis
The backend handles data storage, market data fetching, trading logic, earnings distribution, and server setup.
The frontend provides a dashboard for monitoring and controlling the bot's activities, displaying status, logs, and allowing settings updates.
This project is licensed under the MIT License.
Please refer to the README.md files in the backend
and frontend
directories for detailed setup instructions.