jimtollan

Results 4 comments of jimtollan

fyi - i've added a question on SO to see if anyone has got a take on how this SIZE calculation operates: https://stackoverflow.com/questions/71570861/kucoin-futures-calculating-order-size

I figured it out. it was down to using the Multiplier in a particular *way* ;) quantity = Math.Round((dollarFunds / bidPrice * (leverageRate / contract.Data.Multiplier)), decimalPlaces, MidpointRounding.AwayFromZero); hope this helps...

> I appreciate you taking the time to post your findings. Seems info on this is still pretty limited. A question was posted on the KuCoin subreddit that is along...

> Sometimes you just gotta go with what works in the moment. Good work on getting it rolling and appreciate the additional info. I contacted the KuCoin API dev team...