- code-duplicated.txt 파일 삭제

- 가격체크 버그 수정
- 로그파일 파일명 수정
This commit is contained in:
2017-02-05 14:00:45 +09:00
parent 4809d5ccbe
commit f33be2f4eb
3 changed files with 2 additions and 82 deletions

View File

@@ -153,7 +153,7 @@ namespace NewsCrawler
long iPriceEndLocal = m_StockChart.GetDataValue(5, i);
iPriceLow = Math.Min(iPriceLow, (int)iPriceLowLocal);
iPriceHigh = Math.Max(iPriceLow, (int)iPriceHighLocal);
iPriceHigh = Math.Max(iPriceHigh, (int)iPriceHighLocal);
}
if(iTime < iTimeStart)