/rs-algo-screener

Algoritmic Stock Screener & Backtesting platform built in Rust / Kubernetes / Helm / Ansible / Yew

Primary LanguageRustGNU General Public License v3.0GPL-3.0

rs-algo-scanner

Rust algorithmic stock screener

Stock screener written in Rust. In this first iteration the idea is to construct just an screener that will help me to analyse the stock marked using Technical analysis. In a second iteration, this screener will be used by a bot to do algorithmic trading.

Stack

The whole screener and it's backend is built in Rust and it was designed to run in Docker containers in a Kubernetes cluster, using Helm and Ansible for release deployments.

Screener Status

  • Image output support
  • WebSocket support
  • [] Side Backend for data processing
  • XTB broker implementation
    • Get all available symbols
    • Process a symbol
  • Indicators
    • RSI
    • Stoch
    • MacD
    • EMAS
  • Candlestick patterns identification
    • Popular candlestick patterns implemented
    • [] Review formulas
  • Chart pattern Identification
    • Triangles
    • Rectangles
    • Double top & double bottom
    • Channels
    • Broadenings
    • [] Head & Shoulders
    • [] Divergences
    • [] Activated pattern
  • Market regime filters

Examples

PNG

:)