Skip to content

sanampatel/python-pivot-levels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Pivot Levels

It's small python snippt to count pivot level of stocks using OHLC (Open, High, Low, Close)

Types of pivot points it supports

  • Classic Pivot Points
  • Fibonacci Pivot Points
  • Woodie's Pivot Points
  • Camarilla Pivot Points
  • DDeMark Pivot Points

Getting Started!

just import in function

Import

from pivot_levels import pivot_levels

Use

pivot_levels(OPEN, HIGH, LOW, CLOSE)

replace parameters with your values

If you liked my work then Buy me a coffee or Beer

Follow Me

Twitter : https://twitter.com/patelsanam

Linkedin : https://www.linkedin.com/in/sanampatel

Blog : https://san.am/

VCard : https://sanampatel.com/

About

Python snippet for finding pivot levels of stocks using OHLC (Open, High, Low, Close)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages