8 lines
164 B
Python
8 lines
164 B
Python
import strategy.large_trans as lt
|
|
import bn
|
|
import strategy.ma_arrangement as maa
|
|
|
|
# symbols = bn.symbols()
|
|
|
|
# for s in symbols:
|
|
maa.strategy_run('LINKUSDT', '15m') |