Post
Topic
Board Trading Discussion
Re: Bitcoin arbitrage on GitHub: ~2% monthly return, market-neutral long/short
by
siameze
on 08/02/2016, 22:31:29 UTC
I haven't input any API info yet, but I got it working fine. I'm using tails -F to output the log file at the moment. Is there a way to change the polling rate(refresh)? It seems to be doing it every second.

Just do this:

Code:
watch -n (x) tail -n 15

Replacing x with number of seconds you want to poll, and path to your logfile of course.