input group "=== TRAILING STOP SETTINGS ===" input bool UseBasketTrailing = true; // Enable basket trailing stop input double BasketProfitPercent = 1.0; // Start trailing when total profit % of equity input double TrailingStartPoints = 30; // Points profit to start trailing input double TrailingStepPoints = 15; // Points to move stop loss input double MinDistanceFromPrice = 10; // Min distance from current price (points) input double MaxRiskPerBasket = 25.0; // Max total risk % of account