BitShares Forum

Main => Technical Support => Topic started by: Harvey on April 10, 2015, 02:29:43 am

Title: Trading engine- problem solved
Post by: Harvey on April 10, 2015, 02:29:43 am
I have two shorts filled this morning, but the filled price is higher than my price limit:

400,000 BTS  price limit: 0.032 CNY
400,000 BTS price limit: 0.03 CNY

I notice the lowest filled price is 0.016006*2, which is higher than my highest price limit 0.032 CNY

Besides, I got the exactly same problem in the prior version 0.7*.
It seems that this issue has't been fixed in the current version.

Did anyone else get the similar problem?

Code: [Select]
{"type":"short_op_v2_type","data":{"amount":40000000000,"short_index":{"order_price":{"ratio":"0.","quote_asset_id":14,"base_asset_id":0},"owner":"BTSApY1iEvWmeVXj18Uyb2L1TzfAiK4fR4RF","limit_price":{"ratio":"0.0032","quote_asset_id":14,"base_asset_id":0}}}}

{"type":"short_op_v2_type","data":{"amount":40000000000,"short_index":{"order_price":{"ratio":"0.","quote_asset_id":14,"base_asset_id":0},"owner":"BTSDHgBkmSor5eJcH5fRuDi2jSvQXTFVsyiR","limit_price":{"ratio":"0.003","quote_asset_id":14,"base_asset_id":0}}}}
Title: Re: Trading engine- problem solved
Post by: Harvey on April 10, 2015, 07:32:40 am
After the discussions with other folks, I understand that this is caused by the expired short which is covered 10% lower than the call price. Problem solved.