Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
Askit2
on 04/03/2014, 08:31:06 UTC
So I gave up on the % movements, and just thought I'd set fixed prices to execute buy and sell orders... but they don't seem to process either.


Even though Last Price went from 562, 561,560,559... The rule did not execute.
I put the beeps on, and there was beeping... but then turned them off, and there was no ordering.
 
What I'm trying to do is say:
"If price gets to 560.. Put in a buy @ 550, and a sell @ 570"

But then if price goes to 550, Put in a buy @ 540, and a sell @ 560

So I used < and > to stop orders triggering that I don't want in other groups.
(ie, if I say price goes below 560, then...     Then all the groups like 550, 540, 520 etc will all trigger)

Anyone know what is wrong with this rule?



I would guess the only problem I have had with rules I know that should trigger not triggering when I think they should was related to the delay between executing rules check box being checked. I'm not sure that it stops them entirely but it seems to add a sometimes significant delay. It should delay 5 seconds in that time the rule seems to need to stay true. I'm not sure if that is entirely correct but it seems like what I have noticed.

Hopefully the Last Buy/Sell by % gets working soon.