Giter Site home page Giter Site logo

ctrade's Introduction

CTrade

CTrade is an open source crypto trading tool that makes it easy to write, test and run a algorithm. CTrade is programmed in python and is designed to run off the Binance Exchange and be simply controlled through a basic GUI. Multiple strategies can be created, modified and run at the same time on multiple cores. The simplistic programming / interface allows you to easily incorporate complex strategies and machine learning algorithms.

How To Use

--Coming Soon--

Features

  • Run an almost unlimited amount of algorithms at the same time
  • Simple to create and edit algorithms
  • Realtime states like profit/loss, portfolio value, active trades are shown
  • Save and open algorithm configurations (for different market states)
  • Edit bot config real-time
  • Basic test strategies included
  • Select specific crypto currencies to trade

Planned Features

  • Pre-made indicator's that can be used by your algo
  • Support for machine learning
  • Advanced backtesting with stats and testing time selection
  • Additional profitable example strategies
  • Advanced position size adjuster using Kelly Criterion

Support

Help / Contact

If you would like to get help using CTrade or just talk with similarly interested users, feel free to join our discord here.

Feature Requests

If you have an idea for a cool feature that is not already implemented / planned on being implemented please submit a feature request. Make sure to describe your idea in detail so that we can bring it to life as easily as possible.

Bugs / Issues

If you experience any bugs or issues with CTrade please search the issue tracker for an existing bug and if you can't find one then create an issue. Please provide as much details as possible to ensure a swift fix to the problem.

Disclaimer

This software is obviously for educational purposes only and should not be used to risk money that you cant afford to lose! It is recommended that you have basic coding knowledge to tweak maintain CTrade. The developers and everyone associated with this project assume no responsibility for your trading outcome. Please use caution when trading

ctrade's People

Contributors

carter7868 avatar

Watchers

 avatar

ctrade's Issues

Save strategies setup to file

What is your proposed change / addition?
Make the save strategies btn save all of the currently displayed strategies to a file of choice

What would the various features of your change do?

  • Save Strategies to file
  • Pop up with new window
  • allow user to select file name
  • automatically save to a file

Additional information
N/A

Additional context
N/A

Add Strategy Window Too Small on Mac OS

Describe the bug
When the add strategy button is clicked on mac os it is not wide enough and cancel button is not clickable

To Reproduce
Steps to reproduce the behavior:

  1. Launch Program on Mac OS
  2. Click on "Add Strategy"
  3. See error

Expected behavior
Expected window to be larger so all buttons are visible

Desktop (please complete the following information):

  • OS: Mac OS
  • Hardware: MacBook Pro 2015

Create main settings window

What is your proposed change / addition?
Open a main settings window when "Main Settings" button is clicked

What would the various features of your change do?

  • Open a main settings window when button is clicked
  • Holds basic settings (API Key's, Portfolio Settings, Algorithm trade percents)

Additional information
N/A

Additional context
N/A

Create Downloadable Executable

What is your proposed change / addition?
Create an easy executable that can be downloaded and run on a beginners computer

What would the various features of your change do?
Downloadable Executable
Automatically sets up CTrade with basic preset strategies / demo strategies

Additional information
Would require logo

Add scrollbar to algorithms list

What is your proposed change / addition?
Add a scrollbar to algorithms list to allow the user to scroll through instead of resizing window

What would the various features of your change do?

  • Basic scroll up and down in the algo list frame
  • appears once enough algorithms are present to cover screen

Additional information
N/A

Additional imagery
N/A

Create Algorithm handler

What is your proposed change / addition?
Create a strategy handler that starts and stops strategies based on user input

What would the various features of your change do?

  • Starts and stops selected .strategy files
  • calls on .strategy files initialize() function when starting
  • calls on stop() function when stopping strategy
  • runs on multiple threads / cores
  • rapidly checks file for changes in strategies settings / activeness

Additional information
Should be simple and bullet proof (able to handle quits and crashes)

Additional context
N/A

Interface for receiving price history and common indicators

What is your proposed change / addition?
Would provide an interface for receiving price information and common indicators in real time as fast as possible

What would the various features of your change do?

  • Current price is constantly accessible
  • Updated price history with close price for multiple time frames available when called
  • Common indicators are provided
  • Fast code

Additional information
N/A

Additional imagery
N/A

Clean up code

What is your proposed change / addition?
Clean up all current code

What would the various features of your change do?
Add descriptions to all functions and classes
Clean up imports
Organize files into folder groups / classes (Main program files, Binance Trading, Practice Trading)

Interface for strategy scripts

What is your proposed change / addition?
Create an interface for strategy scripts to buy and sell as well as get other information

What would the various features of your change do?

  • Buy and sell cryptos using simple commands
  • Get position / account information (Check if a trade is possible)
  • Quick and efficient code to allow fast buying and selling

Additional information
Example:
tradeInterface.buy(eth, 0.1, 1940.23)
tradeInterface.sell(eth, 0.1, 2019)
print(tradeInterface.accountsize)

Additional imagery
N/A

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.