Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
JasperDX7
on 12/02/2014, 02:27:32 UTC
I'm a little confused. Here is what I want to do but I'm not sure how to do it becuse of the way things are worded. I'd like to buy BTC if the market ask price drops .6% and sell BTC if the current value is .6% more than what I bought the BTC for.

If I did something like this would it work?

- If market ask price <0.06%(trailing) buy amount .01 BTC at market ask price
- if my orders Last Buy price > 0.6% (trailing) sell amount .01btc at market bid price.

If this doesn't work then can you explain what I should be using?