-
Notifications
You must be signed in to change notification settings - Fork 4
/
WorkableTrade2.py
37 lines (33 loc) · 1.11 KB
/
WorkableTrade2.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
while True:
if 2>1:
print("trade is on")
while True:
if 4>3:
print("trade is on and market went in favor")
while True:
if 1>3:
print("market went even more in favor")
while True:
if 10>9:
"time is 3:45 pm"
break
else:
continue
elif 10>9:
print("market did not go further")
break
else:
continue
break
elif 10>9:
print("its 345 and market did not go in favor, so get out")
break
else:
continue
break
elif 2>1:
print("market did not open right")
break
else:
continue
break