Giter Site home page Giter Site logo

flinux / forex-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yezooz/forex-server

0.0 0.0 0.0 39.25 MB

Forex Signal Server

License: MIT License

Shell 0.08% JavaScript 66.25% Python 1.47% ActionScript 0.15% PHP 0.87% CSS 13.75% HTML 17.43%

forex-server's Introduction

Forex Signal Server

  • collects signals from many sources
  • stores them in the db
  • allows for browsing signals
  • sends filtered and modifies signals to robots

Dependencies

apt-get install python
apt-get install python-dev
apt-get install cython
apt-get install mysql-server
apt-get install redis-server
apt-get install python-setuptools
apt-get install python-pip
apt-get install python-mysqldb
apt-get install gunicorn
apt-get install openjdk-6-jdk
apt-get install sendmail

wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
tar xvfz ta-lib-0.4.0-src.tar.gz
cd ta-lib
./configure
make
make install

pip install -r requirements.txt

One-line install

apt-get install gcc; apt-get install python; apt-get install python-dev; apt-get install cython; apt-get install mysql-server; apt-get install redis-server; apt-get install python-setuptools; apt-get install python-pip; apt-get install python-mysqldb; apt-get install gunicorn; apt-get install openjdk-6-jdk; apt-get install sendmail; pip install Django==1.6.1; pip install simplejson; pip install redis; pip install python-simple-hipchat; pip install django-mathfilters; pip install numpy; wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz; tar xvfz ta-lib-0.4.0-src.tar.gz; cd ta-lib; ./configure; make; make install; pip install ta-lib

API

URL: http://XXX:9000/signal/writer/

Required parameters for every request:

  • broker
  • account
  • /
    • csv
      • system
      • version
      • pair
      • tf
      • open
      • high
      • low
      • close
      • time
      • broker
      • account
      • comment
  • /ping
  • /bar
    • pair
    • tf
    • high
    • low
    • open
    • close
    • time
  • /pair
    • pair
    • pip_value
    • digits
    • pip_worth_usd (optional)
    • pip_worth_gbp (optional)
  • /update
    • trade_id
    • profit

forex-server's People

Contributors

yezooz 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.