DeviaVir / zenbot

Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.
MIT License
8.21k stars 2.04k forks source link

Trust/Distrust Always High #505

Open ColtonProvias opened 6 years ago

ColtonProvias commented 6 years ago

1) The current implementation only takes into account the high of each period. Wouldn't it be better to use High, Low, and Close appropriately?

ColtonProvias commented 6 years ago

I should also point out that once it is made greedy, it stays greedy. There should be some reset point or alert to the user that the bot needs restarted.

ghost commented 6 years ago

Yea I noticed this as well after a big rally I think it places a small amount a little too high, thinking it will reach the same peak. Normally I think after a rally the peak is a bit lower

DeviaVir commented 6 years ago

It's a fairly "dumb" strategy at this point, this kind of feedback allows it to get better, keep it coming and let's see if I or other contributors can implement it at some point.