init
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user