_triggerSwingTrader doesnt try dexHandler.buyMalt after swingTraderManager.buyMalt. If capitalUsed is less than purchaseAmount, we can try dexHandler.buyMalt with purchaseAmount - capitalUsed. But current implementation doesnt try dexHandler.buyMalt and it misses possible stabilization.
