Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.9 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.9 KB

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