interface TradingSettings {
    buyColor?: string;
    longColor?: string;
    orderColor?: string;
    sellColor?: string;
    shortColor?: string;
    slColor?: string;
    tpColor?: string;
}

Properties

buyColor?: string
longColor?: string
orderColor?: string
sellColor?: string
shortColor?: string
slColor?: string
tpColor?: string