This commit is contained in:
KienVT9 2025-07-16 15:37:26 +07:00
parent 9cde60bb9c
commit c35d84cf07
11 changed files with 2109 additions and 68 deletions

View file

@ -1,5 +1,6 @@
export interface Order {
symbol: string;
interval: string;
side: "buy" | "sell";
entry: number;
volume: number;