Quote from: ZDILLON on Today at 02:58:13 AM
I'm trying to get these "rules" to work as well.
Trying to say:
"If current price (last, bid or ask) drops 2% from Last Buy price... then Buy 0.01BTC at current price"
"And then also place a sell of 0.01 BTC at 2% Higher than last buy price)
I have this in the rules:
1. If my orders last buy price<2% bid 0.01BTC Last Price
2. If my orders last buy price < $1 ask My Orders Last Buy +2%
So to test this, I bought manually at $566. Which means a 2% drop should be $554
Well the price has dropped to $535 and still no buy order has been placed.
So what am I doing wrong.
I just want to automatically set a buy order at 2% less than my last buy.
(and also a sell at 2% higher... but that is step 2)
We pretty much all want this and none of us have gotten a straight answer about it lol.
Yes I can see that there's a couple of queries about how the syntax works...
It's a shame the rule syntax isn't well explained here, because this would be some awesome software if it could do this.
Just needs to have a rule that says:
If "current price" "goes less than" "My Orders Last Buy Price - (% or fixed amount)" then "Sell ...."
Eveything is ALMOST there... except for the extra condition to compare current price with my last order price.
Shouldn't be too hard a job to add that in, right?