-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
awaiting triageBugs awaiting developer initial investigationBugs awaiting developer initial investigationbugSomething isn't workingSomething isn't working
Description
Describe the bug
I would expect a ticker to be periodic (and ideally something I can set the frequency of). The event.ticker() is triggered on a trade and so the events are as sporadic as when the trades come in. It would be better named as event.trade() as it is currently implemented, then you can turn this into a ticker yourself.
To Reproduce
Steps to reproduce the behavior:
- Create a script that prints a price (i.e. use the example script that shows the price of an asset: https://github.com/gruelbox/orko/wiki/Scripting
- Watch the Market History section of the Market Window and compare it to when server notifications appear
- Notice they always trigger at the same time and sporadically
Expected behavior
Either:
- An evenly distributed ticker (i.e. once per second or configurable)
or - A more correct name for the event
Desktop (please complete the following information):
- OS: Ubuntu 20.04
- Browser: Chrome
- Version Version 84.0.4147.125 (Official Build) (64-bit)
Metadata
Metadata
Assignees
Labels
awaiting triageBugs awaiting developer initial investigationBugs awaiting developer initial investigationbugSomething isn't workingSomething isn't working