You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
There are 3 events: trades, trade and orderExecuted.
The trades event is not used anywhere and can be removed.
Both trade and orderExecuted have only one listening function and could be replaced by a direct call to these functions.
Am I missing something ?
The text was updated successfully, but these errors were encountered:
What's the point of using an
EventEmitter
in the engine ?zenbot/boot.js
Lines 37 to 38 in 6c92f2b
zenbot/lib/engine.js
Lines 22 to 24 in 6c92f2b
There are 3 events:
trades
,trade
andorderExecuted
.The
trades
event is not used anywhere and can be removed.Both
trade
andorderExecuted
have only one listening function and could be replaced by a direct call to these functions.Am I missing something ?
The text was updated successfully, but these errors were encountered: