Git Product home page Git Product logo

stocks-support-resistance-finder's Introduction

sotcks-support-resistance-finder

Identify support and resistance zones of stocks price using python!

What is support and resistance zones and how we can find them?

When price gose down once or more than once to an specific price and then turns up again, we call that area "Support zone".
When price gose up once or more than once to an specific price and then turns down again, we call that area "Resistance zone".

What is usage of this zones?

I gonna say an example, Suppose you bought a car for $9,700. Two months later, you decide to buy another one for your daughter, but suddenly you realize that the price of that car has gone up and a friend tells you that the price is going to go down again. Since you bought this car last time for 9700 dollars, if the price reaches there, you are ready to buy it again and you actually support that price. Various other examples can be found.
So now we know that these support and resistance areas play an important role in determining the continuation of the price trend. So we expect the price reaction to these areas!
Lets go on python!

How to install requirements

Simply use this command in terminal:
pip3 install -r requirement.txt

How to use script

You can customize this script for your purpose, but by default this script runs from CLI.
Simply use this command in terminal:
python3 main.py btcusdt 1hour 1000 n

There is 4 argumans:
  • 1- Symbol pair name like: BTCUSDT TRXUSDT ...
  • 2- K-line information category, supports the following parameters: 1min, 5min, 15min, 30min, 1hour, 2hour, 4hour, 6hour, 12hour, 1day, 3day, 1week
  • 3- Last N K-line(candles) to calculate and display resistance and support areas: N must be lower than 1,001
  • 4- When pass "n": script will calculates most important support and resistance zones. When pass "y": script will calculates all support and resistance zones.

And there is no more explanation remained, if you had any question contact me by email: [email protected]

stocks-support-resistance-finder's People

Contributors

pouriamdr avatar

Watchers

 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.