1
This commit is contained in:
parent
90b7bea4e8
commit
f6bc443785
2
main.py
2
main.py
@ -29,7 +29,7 @@ for t in times:
|
||||
schedule.every().day.at(t).do(macd_boll.run_crypto, interval = '4h')
|
||||
|
||||
#jin10
|
||||
schedule.every().day.at("10:00").do(jin10.run)
|
||||
schedule.every().day.at("04:00").do(jin10.run)
|
||||
|
||||
version = 'V1.21'
|
||||
print(f'Running... {version}')
|
||||
|
||||
@ -47,8 +47,6 @@ def stratergy_run(symbol, interval, df, debug):
|
||||
direction = '空'
|
||||
if latest['Long_Signal'] == True:
|
||||
direction = '多'
|
||||
print(latest)
|
||||
print(f"【{symbol} - {interval}】 is checked!")
|
||||
if direction != "":
|
||||
message = f"策略:【MACD+BOLL价格策略】\r\n"
|
||||
message += f"品种: {symbol}\r\n"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user