The PerpSurfer Trading Bot is an automated trading system for Zeta Markets perpetual futures. It features dual-direction trading capabilities with sophisticated risk management, including dynamic trailing stop losses and real-time market signal integration.
The PerpSurfer trading system operates as an integrated solution that receives real-time trading signals through our secure WebSocket connection. When a signal arrives, the system:
Configure the throttle based on your Helius tier. Open src/main.js and find the initializeExchange function. Look for the loadExchangeConfig section:
The bot's risk management system is configured through settings in the ZetaClientWrapper class. These settings control position sizing, take profits, stop losses, and trailing stop loss behavior.
The bot implements a carefully designed leverage system that accounts for the different maximum leverage limits available on Zeta Markets for different assets. This is managed through the leverageMultiplier setting in your configuration.