Search Results for : Heiken


Heiken-Ashi watchlist for inside candles

Hello Pete. I was able to create a watchlist column which shows whenever an inside bar occurs using the condition wizard. However, I am having trouble creating a watchlist column that simply shows the color of the current Heiken-Ashi and if the bar is trading inside of the previous bar it states “Inside”. Can you […]


Heiken Ashi Moving Average Indicator

Hello Mr. Hanh Is it possible to create a Heiken Ashi Moving Average indicator for TOS charts? I am currently using one with Tradingview (but the source code is hidden) and it is good on any time frame. Is it also possible to assign colors when crossing over? Please view the image below for the […]


Close of Heiken-Ashi bar crosses specified value

Hello Pete, Forgive me if this has been already asked–I couldn’t find it. Looking to see if it’s possible to create an alert at the close of a Heiken Ashi 15 minute candle above or below a certain price level (that I set manually).   I called TOS and they said their text alerts define […]


Heiken ashi custom column counter

Hello I’m trying to create a Heiken ashi candle counter for stocks on a daily basis. I currently leverage your great solution for flagging a Heiken ashi candle but would like to count it (no formatting just a pure number of green candles in a row or red candles in a row. ie 3 red […]


Heiken-Ashi watchlist for candle color, no wick and color change

Hi Pete, You’ve helped me so much over the last couple of years with your videos and answers to my questions. I actually don’t have a question this time. I just wanted to share a custom watchlist column I created for Heikin Candles that I have found to be useful.  Here are the details: Background […]


Three Heiken-Ashi candles inside range of first

Hi Pete  and all-  I’m trying to create a HA scan  for  prev 4  candles. The below code works fine..but it does not give the correct results. I know there are some stocks that fit that criterion. ********************************* def C0 = ohlc4; def O0 = (open[1] + close[1]) / 2; def H0= Max(high, Max( C0, […]