- code-duplicated.txt 파일 삭제
- 가격체크 버그 수정 - 로그파일 파일명 수정
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user