init
This commit is contained in:
@@ -753,8 +753,8 @@ class Bithumb_minute(HTS):
|
|||||||
order_log_df.to_csv(order_log_filename, index=False)
|
order_log_df.to_csv(order_log_filename, index=False)
|
||||||
|
|
||||||
# 파일에 매수 시점 그래프
|
# 파일에 매수 시점 그래프
|
||||||
dirName = os.path.join(RESOURCE_PATH, 'analysis', 'bithumb')
|
#dirName = os.path.join(RESOURCE_PATH, 'analysis', 'bithumb')
|
||||||
self.writeFile(dirName, ticker, stock1, bsLine, 'buy')
|
#self.writeFile(dirName, ticker, stock1, bsLine, 'buy')
|
||||||
|
|
||||||
"""
|
"""
|
||||||
if max(bsLine['sell'][len(bsLine['sell']) - 2:]) > 100:
|
if max(bsLine['sell'][len(bsLine['sell']) - 2:]) > 100:
|
||||||
|
|||||||
Reference in New Issue
Block a user