It looks like you're new here. If you want to get involved, click one of these buttons!
def on_ticks(ws, ticks):
# Just write one line to push ticks into the Queue Instances that
# you created in the beginning of your program
Please don't write if-then-else conditions or computations or functions inside on_ticks function. It is not meant for that
from Queue import Queue
using queues