Code Monkey home page Code Monkey logo

Comments (2)

jaggedsoft avatar jaggedsoft commented on May 28, 2024

I'll work on providing one, for now this is my understanding

$type = "TAKE_PROFIT_LIMIT "; // Set the type STOP_LOSS (market) or STOP_LOSS_LIMIT, and TAKE_PROFIT (market) or TAKE_PROFIT_LIMIT
$quantity = 1;
$stopPrice = 0.6; // Trigger to take profits at 0.6 btc
$price = 0.5; // Sell down as low as 0.5 btc
$order = $api->sell("BNBBTC", $quantity, $price, $type, ["stopPrice"=>$stopPrice]);

Take profits will sell at whatever price you set in the price field
But it is only triggered once the price hits stopPrice

So the lower you make 'price' the more likely you are to close your orders
you could probably make that number really low and it would act just like a market sell

https://support.kraken.com/hc/en-us/articles/203053226-Take-Profit-Orders

from php-binance-api.

Penn0r avatar Penn0r commented on May 28, 2024

This looks just like a limit order to me. I don't see any difference at all

An order with at stop at 0.6 and limit price of 0.5, isn't this identical to your example?

from php-binance-api.

Related Issues (20)

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.