..
This commit is contained in:
parent
3c7f652f38
commit
7c953304fa
@ -903,7 +903,8 @@ object AutoTradingManager {
|
||||
} else {
|
||||
val now = LocalTime.now()
|
||||
val currentMinute = now.minute
|
||||
if (now.hour == 9 && (currentMinute % 10 == 1 || currentMinute % 10 == 7)) {
|
||||
if (now.hour == 9 && currentMinute % 2 == 1
|
||||
) {
|
||||
if (lastForceCheckMinute != currentMinute) {
|
||||
TradingLogStore.addAnalyzer(
|
||||
" - ",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user