█ Overview The MACD & RSI Overlay (Expo) trading indicator is a technical analysis tool that combines two popular indicators, the Relative Strength Index (RSI ) and the Moving Average Convergence Divergence (MACD ), and overlays them onto the price chart. The indicator oscillates relative to price, so it plots the RSI and MACD around price while still...
A pivot-based breakout indicator that attempts to provide traders with a visual aid for finding breakouts on the RSI. Similar to how we use trendlines on our charts, using them on the Relative Strength Index can also give us a sense of direction in the markets. This script uses its own pivot-based system that checks for real-time swing levels and triggers a new...
This is a simple trend trading companion indicator for Hayden's Advanced RSI, which can be found here: For best results, please be sure your oscillator and chart companion settings match. Detailed trade information & statistics can be found when hovering over any of the indicator labels. The backtesting results are not calculated the same as TradingView, and the...
The Reverse Relative Strength Index was created by Giorgos Siligardos (Stocks & Commodities V. 21:6 (18-30)). It is a handy indicator that reverse engineers the RSI price calculation to show what the price would have to be for the RSI value to match our chosen input. You can select your chosen RSI level using the RSI Level input for this indicator. For example if...
Super 6x: RSI , MACD , Stoch , Loxxer, CCI , & Velocity is a combination of 6 indicators into one histogram. This includes the option to allow repainting. What is MACD? Moving average convergence divergence ( MACD ) is a trend-following momentum indicator that shows the relationship between two moving averages of a security’s price. The MACD is calculated by...
Smart QQE - Chart Overlay Smart QQE shows QQE Trend and RSI plot on chart to determine the trend direction and eliminate false signals. QQE is obtained from original code by Glaz and rescaled to fit on chart. RSI 50 level acts as Zero which is plotted as a Bollinger on chart. This is not a Bollinger band . its an RSI channel with levels 0-100 plotted around the...
Here is a simple tool to measure and display outcome of certain RSI event over heat map. 🎲 Process 🎯Event Event can be either Crossover or Crossunder of RSI on certain value. 🎯Measuring Impact Impact of the event after N number of bars is measured in terms of highest and lowest displacement from the last close price. Impact can be collected as either...
This is a stock screener that incorporates open source code by QuantNomad, with the addition of slow and fast EMA pullback and crossover functions. It is designed for intraday scalping and quick trades, using 1, 3, and 5 minute candles. The RSI, Supertrend, and ADX indicators help to confirm trade setups, and the use of discount, premium, and equilibrium zones can...
Hello, here is an indicator that can be helpful for your trading that is simple and easy to use. Our culprit here is a candle that opens and closes below the lower band of Bollinger Band, Black and red lines are put on the high and low of that candle. Green Arrows are happening when: 1- When candle closes above the black line and Stochastic RSI is in the...
This indicator will generate a supertrend of your chosen configuration on any of the following indicators: RSI MFI Accum/Dist Momentum On Balance Volume CCI There is also a RANGE FILTER built into the scripts so that you can smooth the indicators for the supertrend. This is an optional configuration in the settings. Also, you can change the...
CENTER OF GRAVITY is a strategy written by devil_machine a student of our AlgoTrading Basic Course in Pine Script . It won the second place in our Christmas Challenge 2022. This Trading System is based on a specific type of indicator called "Center of Gravity" by John Ehlers Name : Center of Gravity + ADX Author : @devil_machine Category : Trend...
Support & Resistance drawn based on overbought & oversold RSI . where the overbought acts as resistance and oversold acts as support. It has 2 levels (for support and resistance - i call them level_n_high or level_n_low) for each lookback period. it checks the highest pivot and the lowest pivot based on the lookback period then we compare if rsi is higher than...
Someone sent me this strategy found on YouTube. It is Soheil PKO's "The Best and Most Profitable Scalping Strategy" Best way to find out is to code it =) This strategy uses Moving Average Ribbon, Laguerre RSI, and ADX. This script only displays the MA ribbon, you will need to add Laguerre RSI and ADX separately. Long Entry Criteria: - 16 EMA > 48 EMA > 200...
╭━━━╮ ╰╮╭╮┃ ╱┃┃┃┣╮╱╭┳━╮╭━━┳╮╭┳━━╮ ╱┃┃┃┃┃╱┃┃╭╮┫╭╮┃╰╯┃╭╮┃ ╭╯╰╯┃╰━╯┃┃┃┃╭╮┃┃┃┃╰╯┃ ╰━━━┻━╮╭┻╯╰┻╯╰┻┻┻┻━━╯ ╱╱╱╱╭━╯┃ ╱╱╱╱╰━━╯ Overview Dynamo is built to be the Swiss-knife for price-movement & strength detection, it aims to provide a holistic view of the current price across multiple dimensions. This is achieved by combining 3 very specific indicators(RSI,...
This strategy is a result of a study to understand better the workings of functions, for loops and the use of lines to visualize price levels. The strategy is a complete rewrite of the older RSI+PA+DCA Strategy with the goal to make it dynamic and to simplify the strategy settings to the bare minimum. In case you are not familiar with the older RSI+PA+DCA...
The Relative Strength Index Wave Indicator was created by Constance Brown (Technical Analysis for the Trading Professional), and this is a unique indicator that uses the weighted close formula, but instead of using the typical price values, it uses the RSI calculated from the various prices. It then creates a rainbow by smoothing the weighted RSI with four...
The Data Sampling Indicator was created by John Ehlers (Stocks and Commodities Mar 2023) and this is a genius method to reduce noise in the market data but also doesn't introduce any lag while doing so. The way this works is because traditionally, people have always relied on the close price as the default input for many indicators such as the RSI or MACD as...
What Does this Indicator Do? The Easy RSI Indicator color codes candles based on their RSI Value vs. Open / Close (Red / Green). It plots the current price and current RSI value on the chart in real-time. Additionally, when the RSI Value is in an oversold or overbought condition, it plots that signal on the chart in real-time. The initial candle color is the...