Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
TheTommyD
on 17/02/2014, 22:06:46 UTC
Hi,

Still a virgin. I have scrolled all 44 pages of the this tread, but I must be missing something.

I would like to trade at markt price and sell 1% above and wait and buy again at markt price in a loop.

-If I place a buy order on market price, this will be created, BUT I want the bot to wait until this order is filled in BEFORE it moves to the sell order.

How can I do that? As my dollars & BTC will change constantly, I can not create a rule in relation with it.

I would also be nice to have a pause rule, 1 sec - 3600 sec.

execute immediately  bid B0.1 last price
>>wait until B0.1 is bought
execute immediately ask B0.1 My orders Last buy +1.0%
>>wait until B0.1 is sold
>>pause for 60 sec
if BTC balance goes more than B0.01 enable group #3 Not used not used



I'll make pause soon.



I've been playing today with fractional amounts and noticed the same problem.

Any rules I create execute perfectly (Thanks) based on buy and sell at 1% and they move to the next rule, but if the order stays open I can end up with multiple open orders, even at Ask price.

Similar to what the OP stated "BUT I want the bot to wait until this order is filled in BEFORE it moves to the Next order."

What do you mean by "Pause"? A time delay, or actually see the previous order is actually filled before proceeding to the next rule?

Thanks