Code Monkey home page Code Monkey logo

binancesolution's Introduction

BinanceSolution

A toolkit to improve trading on the Binance Exchange.

This project aims to addresses some of the limitations discovered while using the "Standard Binance Software Suite". It is a web application that communicates with the Binance Exchange using the Binance Public Rest API, to provide users with a set of trading features not provided by the "Standard Binance Software Suite". Trading features like:

  • Stop loss orders
  • Trailing profit target
  • Creating multiple trade orders
  • Setting up trade strategies
  • Ect.

The goal of these features is to assist users in making more money off of each trade, limit their losses, explore the realm of trade strategies.

If anyone wants to contribute to this project they can do so as follows:

  • Read up on Git flow. (The project follows Git flow branch management scheme)
  • Read wiki
  • View tasks in Git
  • Assign bugs to themselves not already assigned.
  • Clone the "master" branch
  • Creating feature branches from the "develop" branch with name /feature/#bugref-bug-summary
  • Work on their feature branches locally.
    • Open Visual Studio solution: BinanceSolution.sln (Tested using Visual Studio Professional 2015 but should work on others)
    • Execute Clean Solution from right click menu.
    • Build project PublicAPIToolkit.
    • Emulate/Run/Debug using IS (Google Chrome/MS Internet Explorer/MS Edge/Mozilla -- Tested using Google Chrome and MS Edge)
  • Push feature branch to remote feature branch..
  • Create a pull request in Git from "feature/#X-Xxxx-xxx" branch to "develop" For any futher information please visit the project wiki page: https://github.com/archonza/BinanceSolution/wiki, or email me at: [email protected]

binancesolution's People

Contributors

archonza avatar dependabot[bot] avatar rudolferasmus avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

binancesolution's Issues

Move REST operations to server side.

The REST operations is currently performed on the "client" side in javascript. I better architecture style would be to perform it on the "server" side in c#.

Task: Move REST operations to server side.

Add trade status to standard trade tool page

Add a trade status section to the standard trade tool page that displays the latest trade status that the user can click on that opens a page with all trade order statuses, inactive or active.

We can in the future modify this to be displayed on each page.

Create registration feature

New user shall be able to register.

  • Once registration is complete, success failure shall be determined.
  • Once success was determined confirmation email shall be sent to user email and user shall be redirected to confirmation page.
  • Once failure was determined error message shall be sent to registration screen.
  • Error messages include:
    • User already exists.
    • Password doesn't match retype password.
    • Some information not filled in.
    • Invalid character usage.
    • Password specified doesn't match safety criteria.
    • Captcha validation failed.
  • Confirmation page shall notify user of email send and instructions.
  • If link is followed from email send to user, user shall be redirected to Success page.
  • Success page shall inform user to login to access account.

Create login/logout feature

The login/logout feature shall include the following:

  • There shall be a login/logout section at the top of each page in the tabbed section.
  • The login section shall be visible if user is logged out.
  • The logout section shall be visible if the user is logged in.
  • User shall be able to login to account.
    • The login section shall include a textbox for user to specify his/her user name.
    • The login section shall include a textbox that hides characters for user to specify his/her password.
    • The login section shall include a button which the user can click on to log into his/her account.
    • The login section shall include a link that user can follow in the case where he/she lost his/her's password.
    • Latest password security technology shall be applied.
      • User password shall never be stored in our system. Instead cookie technology shall be made use of and hashed code instead shall be stored to database.
  • Once the user entered his/her information and clicked on the login button his/her information shall be confirmed to be valid/invalid.
  • If login validation passed user shall be logged into his/her account.
  • If login validation failed user shall remain logged out.
    • Some security steps might be added here to block user/password brute force attempts.
  • User shall be able to logout of his/her account when logged into his/her account.
    • The logout section shall include a indication that the user is logged into his/her account.
    • The logout section shall include a button to logout of his/her account.
  • Once user clicks on the logout button, he shall be logged out of his account and login section shall be displayed.

Create New Project name.

PublicAPIToolkit name infers that only Public EndPoint are used but project will contain Public EndPoint tools also. Suggest changing name on project.

Problem with decimal parsing on laptop.

My laptop uses comma ',' convention for the decimal point. My PC uses point '.'. This causes issues when executing the application from my laptop as application assumes point '.' convention.

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.