Update random.py
This commit is contained in:
parent
2cb760cac6
commit
8c2c3983b7
@ -51,11 +51,15 @@ while True:
|
|||||||
print('Only enable the above settings, not all settings below are used!')
|
print('Only enable the above settings, not all settings below are used!')
|
||||||
print('~~~~~~')
|
print('~~~~~~')
|
||||||
if mfi:
|
if mfi:
|
||||||
|
print('~~~MFI~~~')
|
||||||
print(mfi.group(1))
|
print(mfi.group(1))
|
||||||
if fastd:
|
if fastd:
|
||||||
|
print('~~~FASTD~~~')
|
||||||
print(fastd.group(1))
|
print(fastd.group(1))
|
||||||
if adx:
|
if adx:
|
||||||
|
print('~~~ADX~~~')
|
||||||
print(adx.group(1))
|
print(adx.group(1))
|
||||||
if rsi:
|
if rsi:
|
||||||
|
print('~~~RSI~~~')
|
||||||
print(rsi.group(1))
|
print(rsi.group(1))
|
||||||
data = Run(command)
|
data = Run(command)
|
||||||
|
Loading…
Reference in New Issue
Block a user