Skip to content

Extrapolate ATR Indicator value using Python and ByBit Exchange API.

License

Notifications You must be signed in to change notification settings

Al0010/ATR-indicator-bybit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Create an ATR Indicator with Python using ByBit API.

Follow this steps.


  1. Launch from your terminal the command: pip3 install virtualenv

  1. From terminal moved inside (from the terminal on both windows and mac the command is: cd<PATH_FOLDER>) and launches the following commands: virtualenv .

  1. Then again from the terminal, activate it (and within the folder run the following commands) for Mac: source bin/activate or for Window: Script\activate

  1. Then install the necessary libraries: pip install -r requirements.txt or pip3 install -r requirements.txt

  1. Finally, run your script: python ./ATR.pyor run it from Visual Studio Code.

About

Extrapolate ATR Indicator value using Python and ByBit Exchange API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages