It's not ready yet due to some security issues that were pointed out to me earlier by Jine from Bitcoins.lc so please, dont use it. if you could, please remove the link for the time being.
i would like to make it open source, as i dont really have anything to hide, but i'm just not sure where to begin, lol.
EDIT:
(Coded in VB .Net)
i have removed a few things from the bot as there seems to be interest in it, so before anything goes live, i need help making a few changes:
there is a settings file that contains your username and password for a few things, i encrypt this based on a key in plain text in the file.
any decent ideas on how to get around this?
EDIT:
http://dl.dropbox.com/u/21251183/Bitcoin%20Bot.zipopen source. entire project file (actual bot is located inside the debug folder).
rip it apart, abuse it, just be careful
Let me know what you guys find or a better way for me to maintain the source.
Logic behind the buys / sells
it uses the ticker data and build averages from there.
there is a definable running average to based the high and low points, and i calculate a Simple moving average and an Exponential moving average from the ticker data that is based on a user defined depth.
from there, when the averages cross and the price is above/below the defined average percent, it attempts to place a buy/sell order at the ticker price. it doesnt always work. the next step here is to work in the market depth to place a valid order that would be placed.