A techincal analysis bot for trading poloniex using TA and some strategies like, RSI-2, Ichimoku Signals
The project is using Gradle Build Tool. Building is easy as one-two-three :
-
Mac OS X
- Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install all the dependencies
brew install gradle
-
Linux
- Install SDKMAN
curl -s "https://get.sdkman.io" | bash
- Install all the dependencies
sdk install gradle 4.4.1
-
Windows
- Install Scoop or Chocolatey. If you are using or want to start using Scoope, make sure Powershell 3 is installed, then run
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
- Roman Matroskin - [email protected]
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
Roman Matroskin [email protected]