0
Follow
1
Followers
예제 코드는 다음과 같습니다.
function main(){
while(true){
onTick()
Sleep(1000)
}
}
function onTick(){
로그 (log)
}
그리고 그 결과로 기록이 초당 출력되는 것이 아니라, 2분, 4분, 8분, 10분마다 무작위로 출력되는 것입니다.
2020-04-30 23:02:00 정보 -- 시간 계산 --
2020-04-30 23:00:00 정보 -- 시간 -
2020-04-30 22:58:00 정보 -- 시간 계산 --
2020-04-30 22:54:00 정보 -- 시간 계산 --
2020-04-30 22:50:00 정보 -- 시간 -
2020-04-30 22:46:00 정보 -- 시간 -
2020-04-30 22:36:00 정보 -- 시간 -
2020-04-30 22:32:00 정보 -- 시간 -
2020-04-30 22:24:00 정보 -- 시간 -
Related Recommendations
Advanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?5.5 Trading strategy optimization
Comment
All comments (1)
- 1
