d=1 disables live trades, but more importantly, it will output what Autoview is going to do when you go live.
Not sure if your syntax is right? Add a d=1 and you'll see the exact price we'd be placing the order at, the exact amount of that order, whether it was a limit order, post, market etc..
a=local e=bitmex s=xbtusd b=long q=30000 l=0 delay=3 p=1% t=post d=1
{ execInst: "ParticipateDoNotInitiate", orderQty: "30000", ordType: "Limit", price: "9775.0", side: "Buy", symbol:"XBTUSD" }
Comments
0 comments
Article is closed for comments.