mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-18 22:38:06 +00:00
Update tests and docs across core, lib, and contrib modules
This commit is contained in:
@@ -8,7 +8,7 @@ logging.basicConfig(level=logging.INFO)
|
||||
|
||||
|
||||
def x_bot():
|
||||
syms = ["LTCUSD", "ETHUSD", "SOLUSD", "BTCUSD"]
|
||||
syms = ["LTCUSD", "ETHUSD", "SOLUSD", "BTCUSD", "ADAUSD"]
|
||||
symbols = [ForexSymbol(name=sym) for sym in syms]
|
||||
strategies = [EMAXOver(symbol=symbol) for symbol in symbols]
|
||||
bot = Bot()
|
||||
@@ -18,4 +18,5 @@ def x_bot():
|
||||
bot.execute()
|
||||
|
||||
|
||||
x_bot()
|
||||
if __name__ == '__main__':
|
||||
x_bot()
|
||||
|
||||
Reference in New Issue
Block a user