Git Product home page Git Product logo

Comments (1)

deshwalmahesh avatar deshwalmahesh commented on July 17, 2024

This is supposed to be a scanner tool where, given a stock (or stocks) you can have a check if your stock (or any other) is giving you trading signals based on the conditions (strategy) that you have defined. If you are talking about Scalping (Tick by tick data) , I would not recommend using Python due to network latency, code optimisation and most of all slower execution nature of Python. You could use this tool on 5-15 minutes data easily.

On the other hand, if you have any strategy in mind, you can share the details and I'll put it into code, back test it and check results. You could get a signal anytime those conditions meet But still you need to put orders by yourself.

I developed this tool so that people could get hold of historical data, develop strategies ( or use existing ones), back-test them and then apply it out on the real market so if you have any specific strategy, be it scalping, Intra, options, swing or short term investing, please be my guest.

from nse-stock-scanner.

Related Issues (4)

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.