Git Product home page Git Product logo

webclinic017 / poloniex-macd-hunter-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stdevelopr/poloniex-macd-hunter-app

0.0 0.0 0.0 730 KB

This app look for all BTC pairs on Poloniex exchange and displays the status of the MACD indicator for all at once.

Home Page: https://poloniexmacdhunter.herokuapp.com/

License: MIT License

JavaScript 51.69% PHP 41.95% CSS 1.32% Hack 5.04%

poloniex-macd-hunter-app's Introduction

Poloniex MACD Hunter App

Try it online: https://poloniexmacdhunter.herokuapp.com/


This app look for all BTC pairs on Poloniex exchange and displays the status of the MACD indicator for all at once.

The status is composed of:

  • Histogram: Shows positive if the MACD line is above de signal line, or negative if bellow.
  • Last Cross: Shows how many hours the last crossing of the MACD line and signal line occurred, in 4 hour timeframe.
  • MACD above zero: Shows whether the macd line is above zero. (yes/no)

Running on local host

You will need a local PHP server, as well as a database management system(MySQL or PostgreSQL).

Verify: https://www.apachefriends.org

Install Composer Dependency Manager: https://getcomposer.org/

Clone this repo to your localhost folder, and run: composer install

Create a database named "poloniex" and configure the file connect_db (if running MySQL) or connect_db_pg(if running PostgreSQL) with the server info.

On your browser open the admin.php file and press the button "check database" verify the connection. If connected successfully you are ready to proceed.

Usage

On the admin page you have the options to create, drop, fill, update, and see the status of the tables.

To start using the app you need to create the tables, fill them, and click the run button.

To update the tables, just click the update button, and it will verify the last update and actualize the table in a 4h timeframe.

By default the table start with 150 periods of 4h, and look only for BTC pairs.

You can change this behaviour in the fill_table_coins and fill_table_data (MySQL database), or fill_table_coins_pg and fill_table_data_pg (PostgreSQL database).

To automate the table update you can create a cron-job on your system.

poloniex-macd-hunter-app's People

Contributors

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