Change market end time
This commit is contained in:
@@ -77,7 +77,7 @@ extension Domestic.Candle: @retroactive Equatable {
|
||||
return false
|
||||
}
|
||||
let timeInSeconds = (hh * 3600 + mm * 60 + ss)
|
||||
return 9 * 3600 <= timeInSeconds && timeInSeconds <= 16 * 3600
|
||||
return 9 * 3600 <= timeInSeconds && timeInSeconds <= 18 * 3600
|
||||
}
|
||||
|
||||
public static func == (lhs: Domestic.Candle, rhs: Domestic.Candle) -> Bool {
|
||||
|
||||
Reference in New Issue
Block a user