Coder Social home page Coder Social logo

lewis831 / tropix Goto Github PK

View Code? Open in Web Editor NEW

This project forked from safex/tropix

0.0 1.0 0.0 75 KB

Trade automation for cryptocurrency altcoin exchanges: poloniex.com, bittrex.com

Home Page: https://safe.exchange/t/tropix-and-poloniex/248

License: MIT License

Rust 100.00%

tropix's Introduction

Build Status

tropix

This is ALPHA level software, use at your own risk; The Buy and Sell methods and Balance methods are trivial. The trade automator however are not; No one except yourself are responsible for how you use it. This software is in an early testing phase, use with caution.

For questions or Discussion about the software visit the forum thread:

#install

Build dependencies

Tropix is fully compatible with Stable Rust.

We recommend installing Rust through rustup. If you don't already have rustup, you can install it like this:

  • Linux:

     $ curl https://sh.rustup.rs -sSf | sh
  • OSX:

     $ curl https://sh.rustup.rs -sSf | sh

    clang is required. It comes with Xcode command line tools or can be installed with homebrew.

  • Windows

    Make sure you have Visual Studio 2015 with C++ support installed. Next, download and run the rustup installer from https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe, start "VS2015 x64 Native Tools Command Prompt", and use the following command to install and set up the msvc toolchain:

    $ rustup default stable-x86_64-pc-windows-msvc
    

Once you have rustup, download and build from source


Build from source

# download Tropix code
$ git clone https://github.com/safex/tropix
$ cd tropix

# build in release mode
$ cargo build --release

###Once you are inside tropix folder you can use the automation robots:

Poloniex Check Buys vs Sells Trade History Analysis (Public API)

cargo run --bin polobuysell

Use this program to see what is the buy sell ratio of a given pair since a given time

# overview of usage
1. Choose a pair by entering its corresponding index
2. Enter how many hours ago you want to analyze from
3. See the results!

Poloniex Auto Buy Robot Under Price

cargo run --bin polobuyprice

This robot will buy up to a certain amount after the elapse of an interval of time.

# overview of usage
1. Enter Poloniex API key
2. Enter Poloniex Secret key
3. Enter the index of the Pair you want to trade
4. Enter a number of coins you want to buy
5. Enter how often you want to buy #4 options number of coins
6. give a 1 for margin trading.. give a 0 for non margin trading
7. give a price which is the upper limit so robot buys only below this price

Poloniex Auto Buy Robot

cargo run --bin poloautobuy

This robot will buy up to a certain amount after the elapse of an interval of time.

# overview of usage
1. Enter Poloniex API key
2. Enter Poloniex Secret key
3. Enter the index of the Pair you want to trade
4. Enter a number of coins you want to buy
5. Enter how often you want to buy #4 options number of coins
6. give a 1 for margin trading.. give a 0 for non margin trading

Poloniex Auto Sell Robot

cargo run --bin poloautosell

This robot will sell up to a certain amount after the elapse of an interval of time.

# overview of usage
1. Enter Poloniex API key
2. Enter Poloniex Secret key
3. Enter the index of the Pair you want to trade
4. Enter a number of coins you want to sell
5. Enter how often you want to sell #4 options number of coins
6. give a 1 for margin trading.. give a 0 for non margin trading

Bittrex Auto Buy Robot

cargo run --bin bittrexautobuy

This robot will buy up to a certain amount after the elapse of an interval of time.

# overview of usage
1. Enter Bittrex API key
2. Enter Bittrex Secret key
3. Enter the index of the Pair you want to trade
4. Enter a number of coins you want to buy
5. Enter how often every number of seconds you want to buy from option 4s number of coins

Bittrex Auto Sell Robot

cargo run --bin bittrexautosell

This robot will sell up to a certain amount after the elapse of an interval of time.

# overview of usage
1. Enter Bittrex API key
2. Enter Bittrex Secret key
3. Enter the index of the Pair you want to trade
4. Enter a number of coins you want to sell
5. Enter how often every number of seconds you want to sell from option 4s number of coins

Bittrex Auto Buy Robot Under Price

cargo run --bin bittrexbuyprice

This robot will buy up to a certain amount after the elapse of an interval of time.

# overview of usage
1. Enter Bittrex API key
2. Enter Bittrex Secret key
3. Enter the index of the Pair you want to trade
4. Enter a number of coins you want to buy
5. Enter how often you want to buy #4 options number of coins
6. give a price which is the upper limit so robot buys only below this price

Bittrex CLI trading module

cargo run --bin bittrexcli

tropix's People

Contributors

dallyshalla avatar ddabek avatar

Watchers

 avatar

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.