Post
Topic
Board Trading Discussion
Re: Do you use a bot for trading?
by
Patatas
on 06/10/2016, 19:21:08 UTC
Whether or not you do, if you were to make one, what rules would it based on?
I don't rely on bots since I'm pretty much online 18 hours a day. *Perks of being a Software Developer.
Secondly,as a python enthusiast,I have deployed a few trading bots according to the custom needs.Furthermore,here are a few suggestions you may want to consider while getting one programmed for trading.

 -No 24*7 window.Set a timeout after every satoshi made through the marginal values.

 -Keep a bot actively running in the background to send latest prices of the alt's.The trading bot should take these prices,analyze the differences in the span of 15 mins and then decide to trade or not.

 -Marginal values should be fetched from a reliable source such as prev or coinbase and not the website's tickr!