Git Product home page Git Product logo

Comments (6)

chrisleekr avatar chrisleekr commented on May 17, 2024

Cool. Any contribution is welcome. Let me know.

from binance-trading-bot.

Maxoos avatar Maxoos commented on May 17, 2024

@santoshbmath I find it hard to keep track of Bot profit, you can do something about that it'll be great!

from binance-trading-bot.

bavinsCo avatar bavinsCo commented on May 17, 2024

Guys, join the Telegram group to solve problems with each other ..

https://t.me/joinchat/z3cKyYFcx0NiOTA8

from binance-trading-bot.

edebie avatar edebie commented on May 17, 2024

Hello Guys, just wondering if there is any update on the order history and reporting?

from binance-trading-bot.

santoshbmath avatar santoshbmath commented on May 17, 2024

Hey @chrisleekr , here's how you can implement order history.
(I am assuming, this bot uses mongo DB to store config)

  • Whenever a order is placed, insert a record in DB with details like order id, time, status, qty, value, total amount.
  • If order is filled, update the status
  • If order is cancelled, update the status
  • Similarly during SELL transaction, insert into DB
  • Update the status when order is FILLED or CANCELLED.

You can use this table to display the order history.

Thanks,
Santosh

from binance-trading-bot.

chrisleekr avatar chrisleekr commented on May 17, 2024

With version v0.0.75, now it shows closed order history.

from binance-trading-bot.

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.