Live data from Hacker News

Getting Started with Algorithmic Cryptocurrency Trading

jaynagpaul.com

1–10 of 45 posts

Re: Getting Started with Algorithmic Cryptocurrency Trading

#3

If you want to lose money, this is a good way to do it. You're better off buying what you believe in and holding it. It's easy to fit a perfect model to historical data, but it rarely works going forward, unless you have insider information.

Checked the GitHub.

> Many people are reporting losses in live trading even if the simulation results and/or paper trading is positive.

Someone's missing the big picture.

Re: Getting Started with Algorithmic Cryptocurrency Trading

#4

If you want to lose money, this is a good way to do it. You're better off buying what you believe in and holding it. It's easy to fit a perfect model to historical data, but it rarely works going forward, unless you have insider information.

Checked the GitHub. > Many people are reporting losses in live trading even if the simulation results and/or paper trading is positive. Someone's missing the big picture.

Oh, the issues from that repo are entertaining. This issue alone should be enough to make the case that you shouldn't build a production trading system in JavaScript.

https://github.com/DeviaVir/zenbot/issues/1037

Re: Getting Started with Algorithmic Cryptocurrency Trading

#5
post #4

Earlier quoted context omitted.

Checked the GitHub. > Many people are reporting losses in live trading even if the simulation results and/or paper trading is positive. Someone's missing the big picture.

Oh, the issues from that repo are entertaining. This issue alone should be enough to make the case that you shouldn't build a production trading system in JavaScript. https://github.com/DeviaVir/zenbot/issues/1037

[deleted]

Re: Getting Started with Algorithmic Cryptocurrency Trading

#6
post #4

Earlier quoted context omitted.

Checked the GitHub. > Many people are reporting losses in live trading even if the simulation results and/or paper trading is positive. Someone's missing the big picture.

Oh, the issues from that repo are entertaining. This issue alone should be enough to make the case that you shouldn't build a production trading system in JavaScript. https://github.com/DeviaVir/zenbot/issues/1037

Lmao Oh JavaScript first you steal time by being an unproductive language and now you help lose money because you’re not an industry grade language smh.

Re: Getting Started with Algorithmic Cryptocurrency Trading

#9
post #4

Earlier quoted context omitted.

Checked the GitHub. > Many people are reporting losses in live trading even if the simulation results and/or paper trading is positive. Someone's missing the big picture.

Oh, the issues from that repo are entertaining. This issue alone should be enough to make the case that you shouldn't build a production trading system in JavaScript. https://github.com/DeviaVir/zenbot/issues/1037

`0 === false` is maybe the only thing that I actually hate about javascript. Mutability, I understand and thus can deal with it. Scope, no biggie. But resolving a number to false, when all other numbers resolve to true? Inexplicable.

EDIT: `!0`

Re: Getting Started with Algorithmic Cryptocurrency Trading

#10
post #4

Earlier quoted context omitted.

Oh, the issues from that repo are entertaining. This issue alone should be enough to make the case that you shouldn't build a production trading system in JavaScript. https://github.com/DeviaVir/zenbot/issues/1037

Lmao Oh JavaScript first you steal time by being an unproductive language and now you help lose money because you’re not an industry grade language smh.

Unproductive, how?

Also, this isn't a javascript problem; this is a problem of trying to be too clever and not understanding implicit conversion, which happens in many languages.

Post reply on HN