- BinaryRage DB 로그 추가
This commit is contained in:
@@ -172,8 +172,8 @@ namespace upper_limit_crawler
|
||||
continue;
|
||||
}
|
||||
|
||||
float f5MASlope = item.GetPrev5MASlope(iTime);
|
||||
if(float.IsNaN(f5MASlope) == false && f5MASlope < 0.002f)
|
||||
float f5MASlope = item.GetPrev5MASlope(item.m_iCurTime);
|
||||
if(f5MASlope < 0.002f)
|
||||
{
|
||||
//ULUtil.Trace("[{0}] 조건 매수 실패. 5ma 상승하지 않음 {1}원 ({2})", item.m_strCodeName, item.m_iCurPrice, fCompRate.ToString("0.00%"));
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user