Giter Site home page Giter Site logo

Comments (4)

RobertGasch avatar RobertGasch commented on August 17, 2024

More info: if I remove the "reduce_only" parameter, the postOrderCreate() call works. So it is somehow related to how a boolean is treated/encoded.

I tried passing a string "true"/"false" as the reduce_only param, but this caused another error (but it made the underlying sign-issue) go away.

Maybe this helps in diagnosing what's wrong. Appreciate any hints you can offer ...

from bybit-php.

zhouaini528 avatar zhouaini528 commented on August 17, 2024

Sorry to reply to you now. I just tested and have a problem like yours, I am now looking for the cause

from bybit-php.

zhouaini528 avatar zhouaini528 commented on August 17, 2024

Sorry to keep you waiting. I have found the problem and fixed it, you can use it. The parameters you pass in are as follows

$bybit->privates()->postOrderCreate([
	//'order_link_id'=>'xxxxxxxxxxxxxx',
	'side'=>'Sell',
	'symbol'=>'BTCUSDT',
	'order_type'=>'Limit',
	'qty'=>'0.25',
	'price'=>'40000',
	'time_in_force'=>'GoodTillCancel',

	//Both string type and boolean type are compatible
	'reduce_only'=>'false',
	'close_on_trigger'=>'false',
	//or set
	'reduce_only'=>false,
	'close_on_trigger'=>false
]);

Remember version composer update , current version 1.0.2

from bybit-php.

RobertGasch avatar RobertGasch commented on August 17, 2024

Confirmed as fixed, thank you very much!

from bybit-php.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.