interface TradingColors {
    buy: string;
    long: string;
    order: string;
    sell: string;
    short: string;
    sl: string;
    tp: string;
}

Properties

Properties

buy: string
long: string
order: string
sell: string
short: string
sl: string
tp: string