Bitcoin Forum

Alternate cryptocurrencies => Marketplace (Altcoins) => Topic started by: prospect on August 12, 2014, 10:01:14 PM



Title: Trading bot targeting NXT, cash flow analysis with an built in block explorer
Post by: prospect on August 12, 2014, 10:01:14 PM
As the topic say, i have a trading bot that i have been working on for a while. It supports all the regular stuff.

It have all the common stuff  that usually exists in a trading bot, however, its a new feature i do not think anyone are using at the moment.
This bot tracks cash flows on the NXT network. So, you can monitor certain accounts (read: exchanges and their accounts) as well as personal accounts and the bot can then take a decision base on that information.

Example: Someone have 500 000 nxt that has been deposited to into BTER. Will these person dump those? Will he swing trade small amounts?

My bot can detect these cash flows and calculate an order price to be set accordingly. The tracking (my blockexplorer) system is semi-realtime. My bot sees the transaction within 2 seconds from that block with the transaction is pushed onto blockchain.

I sell it, pretty cheap (concerning how many hours i have put on it)

It is written in python.

The package is shipped with a complete manual on how to operate. There is are a configuration file where you can tweak options or just do it manually via the shell

PM me if it sounds interesting.