Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (29 loc) · 1.39 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.39 KB

StratX

NO LONGER MAINTAINED

I have decided to redo this bot as a new project. The new project will use TradingView webhook alerts to send buy/sell signals and the bot will execute them. This seems very nice and profitable, since you can easily customize your own strategy on TradingView, from anywhere in the world and have it update on the bot.

There is a working webhook server I experimented with in this project, but the whole project is just very messy so I wanted to start a new one with way less unncesary code.

The new project is at: TradingViewHook Github

Crypto trading & strategy testing bot

StratX is a crypto trading bot made in Java. There are a few modes:

  • Downloader
    • Used to download historical data from the exchange, can download huge amounts of data.
  • Backtesting
    • Used to backtest strategies on downloaded data and show results.
  • Simulation
    • Used to simulate strategies on live data, without real money.
  • Live trading (WIP)
    • Trade real money on live data.

Backtesting Mode Backtest GUI

TODO:

  • Config file (Stop Loss, Take Profit, etc)
    • Config setup GUI?
  • Simulation trading mode
  • Live trading mode
  • Not sure if we need candle gui anymore, just so glitchy
  • Package into executable jar
  • Downloader
  • Strategies (Containers for indicators)