Hello. I've searched everywhere and could not find how to operate with ticks.

I'd like to know how to get current tick data (I need Ask and Bid price) called and debugged to console each time an event is triggered (each hour for example)

1) Do I need to set the resolution of my security to Tick?

2) If I set it for an hour - I will get ticks for an hour or not?

3) Should there be an event Ondata(self, slice)?

 

I'm sorry for too many questions but the tick topic is not covered in any tutorials or bootcamps. Just a quick walkthrough.

Author