Trading Assistant API Documentation - v0.1.0
    Preparing search index...
    interface FeatureFlags {
        userManagement: boolean;
        portfolioTracking: boolean;
        tradingAutomation: boolean;
        aiInsights: boolean;
        socialFeatures: boolean;
        advancedCharts: boolean;
        darkMode: boolean;
        notifications: boolean;
        dataExport: boolean;
        apiAccess: boolean;
    }
    Index

    Properties

    userManagement: boolean
    portfolioTracking: boolean
    tradingAutomation: boolean
    aiInsights: boolean
    socialFeatures: boolean
    advancedCharts: boolean
    darkMode: boolean
    notifications: boolean
    dataExport: boolean
    apiAccess: boolean