Post
Topic
Board Trading Discussion
Re: Chrome Browser extension: MtGox trading bot
by
rikigst
on 09/06/2013, 10:21:55 UTC
Do you fill like sharing? Smiley I would relay love to have some simulation tool so I can setup bot more easily...
https://dl.dropboxusercontent.com/u/13037778/share.7z
Download, edit pippomacd.java (uncomment one of the 2 commented sections to get a step-by-step simulation OR find the best threshold values)
eventually change parameters in pluto A = new pluto(price,time,12,26,9,60); (last one is timeframe)
 complile
Code:
javac pippomacd.java
run
Code:
java pippomacd