This commit is contained in:
dsyoon
2023-03-05 11:21:42 +09:00
parent a8ddeda221
commit eafcb6ec25

View File

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