- BinaryRage DB 로그 추가

This commit is contained in:
2016-08-02 02:03:22 +09:00
parent a5783ad90f
commit d41130fcdd
13 changed files with 227 additions and 150 deletions

View File

@@ -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;