Search content
Sort by

Showing 2 of 2 results by coiner123
Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
coiner123
on 19/04/2014, 00:29:20 UTC
I downloaded this(awesome) bot an hour ago but i can't really understand how i should set the rules for my strategy Huh, i want to set a fixed price that always remains the same, for example, if my buyorder is set at 450 and i want it to instantly setup a sellorder once it has bought(at 450), the sellorder should be 470.. and when it has sold i want my first buyorder to be set at once(450 again) Smiley

Always buys and sells at the fixed price, like this:

buy 450  --> sell 470 -->buy 450 -->sell 470 and so on
buy 460 --> sell 480 and so on

i wan't to set up as many of these as possible.

hope you guys understand what i mean and can help  Smiley

is there a manual for the rules anywhere?
Post
Topic
Board Trading Discussion
Topic OP
Fixed price on a bot?
by
coiner123
on 18/04/2014, 15:10:41 UTC
Hi, i've been searching for a bot that does fixed pricing, for example.

Always buys and sells at the fixed price, like this:

buy 10.0  --> sell 10.5
buy 10.2 --> sell 10.7
buy 10.4-->> sell 10.9 and when the sell has happened it goes right back to set the initial buyorder

My exchange is BTC-E and i want it to "scan" at a high frequency.


If your advice is that i should learn python or java and make one myself, please tell me how  Grin