Skip to content
#

finance

Here are 3,824 public repositories matching this topic...

dash

Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies. An increasing number of SOTA Quant research works/papers are released in Qlib.

  • Updated Dec 31, 2021
  • Python
Lean

Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra

  • Updated Dec 1, 2021
  • PHP
drixie
drixie commented Dec 13, 2021

Pivot points are used to notice importance levels during a trading session. I have used them successfully for day trading as they are solid inflection points.

Read more here - https://tradingsim.com/blog/pivot-points/

Pivot Point (PP) = (Prior Daily High + Low + Close) / 3
R1 = (2 x Pivot Point) – Prior Daily Low
R2 = Pivot Point + (Prior Daily High – Prior Daily Low)
S1 = (2

Improve this page

Add a description, image, and links to the finance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the finance topic, visit your repo's landing page and select "manage topics."

Learn more