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.
- Launch from your terminal the command:
pip3 install virtualenv
- From terminal moved inside (from the terminal on both windows and mac the command is: cd<PATH_FOLDER>)
and launches the following commands:
virtualenv .
- 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
- Then install the necessary libraries:
pip install -r requirements.txt
orpip3 install -r requirements.txt
- Finally, run your script:
python ./bybit-main.py
or run it from Visual Studio Code.