Giter VIP home page Giter VIP logo

trade's Introduction

My forex trading bot in Clojure to do live trading with my custom strategy

A tool to help make profit in forex trading.

Integrated to Forex Connect API from FXCM.

Already defined some basic technical indicators like RSI, ADX, MACD, CCI, ATR. Pretty simple to add even more.

Visualization is available as a simple web server serving pages with SVG graphics. Extending to more SVG pages is quite simple.

A basic backtesting with visualization is available.

The idea is define indicators as transducers. Then candles are to fetched from broker API and put to a channel created with these transducers. Then define your strategy as a simple function based on those indicators to create buy or sell signals. And using the broker API place the order. That's it. Now you got your agent running live unattended making the orders based on your logic. You can anytime check the status in a browser.

With the backtesting facility, test your strategy with historical prices obtained from the broker API and when satisfied, use that strategy for live trading.

Backtest with price history

backtest screenshot

trade's People

Contributors

paroda avatar jayantjha avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.