This commit is contained in:
dosangyoon
2022-02-02 19:04:39 +09:00
parent f7e09b32f7
commit fe4d95267a

View File

@@ -401,7 +401,7 @@ class AnalyzerSqlite:
def writeFile(self, type, CODE, NAME, stock, state):
fig = self.draw(stock)
title = "%s (%s), %d %s 차트" % (NAME, CODE, stock['close'][0], state)
title = "%s (%s), %d %s 차트 (<a href=\"https://alphasquare.co.kr/home/stock/financial-information?code=%s\">URL1</a>, <a href=\"https://www.tradingview.com/chart/jJ8zOXz0/?symbol=KRX:%s\">URL2</a>)" % (NAME, CODE, stock['close'][0], state, CODE, CODE)
fig['layout'].update(title=title)
fileName = self.outPath + "/" + str(type)