My algorithm is to basic atm, but I have all the structure there. Currently Im working on making the trading algo modular so I can run simulations on multiple algo's.
Mine just plays the spread with stop orders at medium-term technical support and resistance. When we move big, my stop makes sure I catch most of the move with enough of my capital. Then, it goes back to liquidity-bot mode and I adjust the stops. I haven't really backtested it, but it has a decent amount of live testing with small amounts.
What languages are you guys using with your trading algos? I'm using PHP in mine but it lacks some of the statistical analysis tools that I need for trading the basic technical indicators.