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 16, 2020. It is now read-only.
Hello,
i think gdax trader has an undefined variable
i solved that by adding
const QUERY_DELAY = 350;
at line 9
gekko/exchanges/gdax.js:256
}, QUERY_DELAY);
^
ReferenceError: QUERY_DELAY is not defined
at Trader.process (/gekko/exchanges/gdax.js:256:14)
at bound (/gekko/node_modules/lodash/dist/lodash.js:729:21)
at /gekko/core/util.js:28:7
at /gekko/exchanges/gdax.js:92:12
at Request._callback (/gekko/node_modules/gdax/lib/clients/public.js:45:7)
at Request.self.callback (/gekko/node_modules/gdax/node_modules/request/request.js:187:22)
at emitTwo (events.js:126:13)
at Request.emit (events.js:214:7)
at Request. (/gekko/node_modules/gdax/node_modules/request/request.js:1044:10)
at emitOne (events.js:116:13)
The text was updated successfully, but these errors were encountered:
Hello,
i think gdax trader has an undefined variable
i solved that by adding
const QUERY_DELAY = 350;
at line 9
ReferenceError: QUERY_DELAY is not defined
at Trader.process (/gekko/exchanges/gdax.js:256:14)
at bound (/gekko/node_modules/lodash/dist/lodash.js:729:21)
at /gekko/core/util.js:28:7
at /gekko/exchanges/gdax.js:92:12
at Request._callback (/gekko/node_modules/gdax/lib/clients/public.js:45:7)
at Request.self.callback (/gekko/node_modules/gdax/node_modules/request/request.js:187:22)
at emitTwo (events.js:126:13)
at Request.emit (events.js:214:7)
at Request. (/gekko/node_modules/gdax/node_modules/request/request.js:1044:10)
at emitOne (events.js:116:13)
The text was updated successfully, but these errors were encountered: