Skip to content

romatroskin/altrader

Repository files navigation

Al'Trader


Build Status

Description

A techincal analysis bot for trading poloniex using TA and some strategies like, RSI-2, Ichimoku Signals

Building instructions

The project is using Gradle Build Tool. Building is easy as one-two-three :

  • Mac OS X

    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    • Install all the dependencies
    brew install gradle
  • Linux

    curl -s "https://get.sdkman.io" | bash
    • Install all the dependencies
    sdk install gradle 4.4.1
  • Windows

    iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

    After installation finished successfully, run

    scoop install gradle

    If you prefer Chocolatey, then you can use cmd.exe

    @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"

    After installation finished successfully, run

    choco install gradle
  • Clone repository and build the project

    git clone https://github.com/romatroskin/altrader.git
    cd altrader
    gradle build

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

That's it


Roman Matroskin [email protected]

About

A techincal analysis bot for trading.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages