Skip to content

Create Heikin Ashi bars with Python, for Bybit Exchange API.

License

Notifications You must be signed in to change notification settings

Al0010/heikin-ashi-bars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Create Heikin Ashi bars with Python.

Heikin Ashi candlesticks are a way to reproducing financial data series that originates from Japan; it looks very similar to the regular candlesticks, representing the Open, High, Low, Close yet very different in practice. This charting technique reduces significant noise from your stock or crypto price movement.

Follow this steps to develop an Heikin Ashi chart candles for ByBit exchange.


  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 ./bybit-main.pyor run it from Visual Studio Code.

Output

Schermata 2022-12-06 alle 17 11 43

About

Create Heikin Ashi bars with Python, for Bybit Exchange API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages