Auto sell
afeiluo opened this issue · 0 comments
afeiluo commented
In the Listeners.ts
if (config.autoSell) { const walletSubscription = await this.subscribeToWalletChanges(config); this.subscriptions.push(walletSubscription); }
I am Confused About the Auto Sell logic, I test Only When I am Transfer My SPL Token the 'wallet' callback method was called, How can it sell the SPL Token when profit or loss math the presets value not depending on the "Transfer SPL Token" event ?