현재가, 매수 후 최고가 디버그
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user