Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.
/ algobot_elixir Public archive

Second iteration of the forex trader bot implemented in elixir

Notifications You must be signed in to change notification settings

Ameobea/algobot_elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOT2

Important Note

This is version 2 of my algorithmic trading platform, this one being written in Elixir. It is not in a working condition and was a sort of prototype for future revisions of the algobot platform.

Future revisions of the platform are listed below:

  1. algobot1
  2. algobot-elixir (this repository)
  3. bot3
  4. bot4/Rustbot

Bot Architecture

The bot is, as before, focused around multiple modules which receive tick data, process it, and pass the various calculations around to each other in order to determine the best times to trade.

Ticks originate from either a live source or from archive via backtests, are parsed and sent off to various workers that the bot supports, which in turn pass their calculations off to other workers and store them in a database.

See the previous repository for additional documentation while this one is populated.

Installation

If available in Hex, the package can be installed as:

  1. Add bot2 to your list of dependencies in mix.exs:

    def deps do [{:bot2, "~> 0.0.1"}] end

  2. Ensure bot2 is started before your application:

    def application do [applications: [:bot2]] end

About

Second iteration of the forex trader bot implemented in elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published