현재가, 매수 후 최고가 디버그

This commit is contained in:
2016-08-11 01:02:54 +09:00
parent eb48b58b7e
commit 5bb7f2363a
7 changed files with 107 additions and 43 deletions

View File

@@ -116,7 +116,7 @@ namespace upper_limit_crawler
if (fCompRate >= m_DataMgr.m_Setting.m_fSearchMin * 100 && fCompRate <= m_DataMgr.m_Setting.m_fSearchMax * 100)
{
m_DataMgr.AddWatch(strCode, strCodeName, iCurPrice, iCurPrice-iComp);
m_DataMgr.AddWatch(strCode, strCodeName);
}
}