I am an aircraft maintenance technician who is trying to get into software development in the financial sector. This is a project in which a dashboard of other security(stocks) with open, close, high, and low will appear. I could compile this after a detailed study of different dashboards and pine script for several hours hope you like this.
greed --> bullish blue --> bearish divergences : - price up & candlescore down --> bearish - price down & candlescore up --> bullish
This indicator shows bearish and bullish candle in series. Describes the sequence of bullish candles higher highs and bearish lower low ones Purple represents bullish sequence and yellow represents bearish . "A" in the code refers to bearish seq . "B" in the code refers to bullish seq .
"RallySeason" indicator display the time of the rally from the relations of three moving average lines. Red means a drop rally, a rise rally green. I adjust the parameters to function with a foot in the stock market, DJI, S&P500 , Nasdaq, Nikkei225..., for 30 minutes char or 1 hour chart.
The Indicator show Directional Bar inside a market context You must first do analisys context and next you can use the directional candle Show Candles: B3: The price close lower than the before candle and your own third third A1: The price close higher than the before candle and your own first third RU: Candle of Rejection in trend up. The price open and close in...
Infiten's Return Candle Oscillator is an oscillator which shows the percentage return on the open, high, close and low over a customizable period in the form of candlesticks. It may be helpful for seeing volatility, swing trading, or mean reversion trading. The RCO consists of two plotted elements : RCO Candles (short length): candlesticks which are plotted...
A hammer candle indicator having the possibility to configure parameters. If a candle is a valid hammer, a label will placed above it (at high).
Oxymoronic (oxy) candlesticks often appear at significant levels in a chart and can indicate increased probabilities of directional moves. Typically, green candles are hollow and red candles are filled. An oxymoronic candle is colored bullishly but filled bearishly (solid green) or vice versa (hollow red). Oxy flags occur when: 1) Price gaps up and closes lower...
This is probably the only script on TradingView that's clinically proven to lower your blood pressure!*** This script in conjunction with some chart settings changes can completely hide the active candle, only showing historic candles, thus, reducing risk of cardiac arrest and or panic attack. What to do: 0. Make sure you are using a candlestick chart or...
RSI+STOCH+BB%B ALERT Rsi (14,2) Stoch (5,3,3) BB%B (14,2) Buy (2,3 Signal) RSI (35▼) Stoch (20▼) BB%B (0▼) SELL (2,3 Signal) RSI (65▲) Stoch (80▲) BB%B (100▲) 30min Clossing point
Buy & Sell by CHAHOUR Ayoub because you bill help you follow me for more @ayoub_chahour
The indicator shows a price change with respect to a preceded price and the moving average on a given period. It could be used for the volatility evaluation as well as the normalization of the price evolution.
This is a indicator based on the well known Heikin Ashi candle. There is one diference, it uses the "Close" from the original candle and a spot price wich can be adjusted to calculate the moving averages. As default I set it as spot = close*0.8 + open*0.2. The periods of the moving averages can be adjusted too. The intention is to extract the smoothness of the...
closeday1 = security(syminfo.tickerid, "D", ((close+close +close +close +close )/5)) closeday2 = security(syminfo.tickerid, "D", ((close+close +close +close +close )/5*0.95)) closeday3 = security(syminfo.tickerid, "D", ((close+close +close +close +close )/5*0.87)) closeday4 = security(syminfo.tickerid, "D", ((close+close +close +close +close )/5*1.05)) closeday5 =...
MTF Stochastic Zones w/ Candle and Swing Hi/Lo Indicators by // © KaizenTraderB This indicator will display the Stochastic RSI as color zones utilizing 3 Timeframes of your choice as well as key reversal candles: Entry Timeframe StochRSI Crossovers and Long Wick Reversal Candles (Hammer and Hanging Man) and Engulfing Candles That correlate with Swing Highs and...
Highs/Lows difference indicator To visually evaluate the difference between highs and lows of a price range. This handsome indicator shows: difference between highs of 2 candles by displaying it in green histogram difference between lows of 2 candles by displaying it in red histogram difference between both highs and lows by displaying a circle at the...