нормальное отображение стопов
test / deploy_trader_prod (push) Successful in 1m21s
Details
test / deploy_trader_prod (push) Successful in 1m21s
Details
parent
5f4e48b5a5
commit
52753c8fd9
|
@ -669,7 +669,7 @@ INewPrice message, int windowMaxSize, decimal uptrendStartingDetectionMeanfullSt
|
||||||
Ticker = message.Ticker,
|
Ticker = message.Ticker,
|
||||||
Value = price,
|
Value = price,
|
||||||
Price = price,
|
Price = price,
|
||||||
Time = message.IsHistoricalData ? time : DateTime.UtcNow,
|
Time = time,
|
||||||
Action = action,
|
Action = action,
|
||||||
}, false);
|
}, false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue