Tiago

Results 79 comments of Tiago

So this atom package won't be updated to work with newer node versions?

Looks like xatom-debug-nodejs is a strong alternative

> The only way I've found to do this (using this MIDI library) is to constantly poll available devices. I've done this in a [project of mine](https://github.com/aolsenjazz/super-controller/blob/master/src/main/port-service/index.ts) and made a...

So it looks like it's the latest version of class-transformer: ``` "class-transformer": "^0.5.0", ``` downgrade to 0.4.0 (`npm i [email protected]`) and the problem solves itself...

What are your other parameters? I believe the default needs 108 periods before it has enough data to start, so no signals will happen. Though that shouldn't prevent it from...

@Gudui I see this on poloniex too. I think the issue is that zenbot makes two instances of the poloniex API connection here: https://github.com/DeviaVir/zenbot/blob/unstable/extensions/exchanges/poloniex/exchange.js#L22 and here: https://github.com/DeviaVir/zenbot/blob/unstable/extensions/exchanges/poloniex/exchange.js#L13 Specifically, the problem...

@Gudui try creating a second API key & secret in polo, then use that in the conf.js, e.g c.poloniex.key2 & c.poloniex.secret2. Lastly, edit the second instance to use the c.poloniex.key2...

what about live trades? Anyone trying that? Profit in sims don't guarantee live profit, and that's where it counts!

Thanks, if you'd consider it, it'd make a very very VERY valuable enhancement for this service. If not, feel free to close this issue.