export type SignalThresholds = {
    overbought?: number;
    oversold?: number;
};
