I am using normal candles on my chart, but I want to make some calculations with Heikin Ashi bar. I would like to get the color of the previous day Heikin Ashi bar. Is that possible? Thanks
How to get values of Heikin Ashi bar from a chart with candles bar?
2.8k Views Asked by somtam At
1
There are 1 best solutions below
Related Questions in PINE-SCRIPT
- How to get max of subseries in Pine script
- Tradingview Indicator from pine script v 2 to version 4
- How to make a variable true or false in the "if" function in pine editor?
- Plotting SMA and MA of RSI together
- How can i get the value of previous highest high in pinescript?
- Pine script Cannot call 'security' with arguments
- How to find the closest value in pinescript array?
- PineScript - How to compare a higher high to current price
- Exit from position in exact time
- How to calculate Heiken Chaiken Osc using pandas python
- Pine Script - If statement with a plot
- Calculating standard deviation of last N elements of in a pine series
- Can you explain end of line without continuation that just popped up?
- PineScript - zigzag trend change counter
- Pine Editor combining two tradingview indicator scaling problem
Related Questions in PINE-SCRIPT-V5
- How to get values of Heikin Ashi bar from a chart with candles bar?
- Number of pips between high and low of First Candle in Pine Script
- Indicator for current price in Pine Script
- How to convert Well Wilders MA to v4?
- Pine Script Issues line 10: Syntax error at input 'end of line without line continuation'
- Get Value of MACD on different TimeFrame
- Use Tradingview indicators out of the shelf
- Trading View Pine Script : How to Plot Single Character '❄' on Highest Yearly Candle and keep updating
- How to convert pinescript code using the tradingview API to v5
- I just want to make my table even better but i couldnt
- Are there any looking ahead options in pine script v5?
- Calculate the difference between an oscillator's moving average of pivot highs and the moving average of pivot lows
- How can I scan last 5 days for a function what is the code for PineScript Tradingview?
- Change TradingView Indicator Daily Start Time
- How to add text to a custom plotted line?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Tradingview user Allanster shared a open source multi timeframe(to access the daily data) heikin-ashi pinescript here:
https://www.tradingview.com/script/HtNYMuBO-Heikin-Ashi-Source-Function/
what you are looking for is in line 39:
boolean upBar indicates the green Heikin Ashi candle.