|
|
@@ -729,7 +729,7 @@ export class GridMaker {
|
|
|
}
|
|
|
let attempt = 0;
|
|
|
while (attempt < PLACE_RETRY_ATTEMPTS) {
|
|
|
- const clientId = `grid-${this.config.symbol}-${index}-${Date.now()}-${attempt}`;
|
|
|
+ const clientId = `grid-${this.config.symbol}-${index}-${Date.now()}-${attempt}-${Math.random().toString(36).slice(2, 8)}`;
|
|
|
const order: Order = {
|
|
|
clientId,
|
|
|
symbol: this.config.symbol,
|