- The script calculates the high and low ranges based on the specified session time, such as the Asia Liquidity session. - It uses the timeinrange function to determine if the current bar is within the specified session. - High and low values are updated based on whether the current high or low surpasses the previous values within the specified session. - The...
I'm using this platform from sometime and I carry out trading on Gold, using a kind of scalping strategy. Scalping is not an easy task to do. Personally I found a lot of problems while detecting the trend direction. So I decided to develop an indicator that is capable, in a discrete way, to give an instant-view on the market that is interesting. This indicator can...
This code is a custom script designed for analyzing trading volume within a specific time window on the TradingView platform. It offers a comprehensive analysis of buying and selling activity during a defined period and provides visual aids and data summaries for traders to make informed decisions. Here's a detailed breakdown of its functionality and how to use...
Introduction: The Renko Indicator is a powerful tool designed to help traders identify trends and potential trade opportunities in the financial markets. This indicator overlays a Renko chart on the main price chart and generates Buy and Sell signals based on Renko brick movements. Renko charts are unique in that they focus solely on price movements, ignoring the...
# Double Relative Strength Index (Double RSI) Indicator The Double Relative Strength Index (Double RSI) is a custom trading indicator for the TradingView platform. It provides traders with two Relative Strength Index (RSI) bands, a fast RSI, and a slow RSI, which can be helpful in identifying potential entry and exit points in the market. ## Features - **Uses 2...
NSE:BANKNIFTY1! This indicator is based on the concepts popularized by @OptionsScalper123 "Siva" of OiPulse. His ideology Is that large moves come after high volume candles. For Nifty, high volume is considered to be a candle above 125k volume and for BankNifty it’s 50k. This indicator allows you to cut the noise and focus only on the high volume candle. It...
This script displays the percentage of movement of all candles on the chart, as well as identifying abnormal movements to which you can attach alerts. An abnormal movement is considered a rise or fall that exceeds the parameter set in the settings (by default, 1% per 1 bar). Added a function to display the volume on abnormal candlesticks.
Description: The Trading Session Template Indicator is a powerful script that allows traders to customize their own trading session time range on a chart. With this indicator, you have the flexibility to define specific hours during which you prefer to focus your trading activities. The example chart showcases the New York session hours, but you can easily adapt...
The "3 Fib EMAs To Scalp Them All" was made in order to clear up when we should look for shorts, longs, or walk away. Also it can alert you when a trend starts, or when there is a possible reversal. I use it for scalping/day trading in 5m-1h timeframes. 1. EMAs: By default, the indicator uses Fibonacci numbers (21, 55, 233), but you can change them. 2. Color...
LNL Scalper Arrows The indicator consist of various different types of candlestick patterns that are truly time tested by multiple veteran traders. These arrows are a combination of short-term scalping strategies taught by Linda Raschke & a trader that goes by name Quant Trade Edge. These strategies/patterns occur regularly within the markets. They offer high...
The Bollinger Bands - Breakout Strategy is a trend-following optimized for short-term trading in the crypto market. This strategy employs the Bollinger Bands, a widely recognized technical indicator, as its primary instrument for pinpointing potential trades. It is capable of executing both long and short positions, depending on whether the market is in a spot or...
This script is our version of the "Fair Value Gap". A Fair Value Gap is nothing more than a series of 3 candles with a gap between a candle high/low and a candle high/low two candles prior. For example: A Gap Up - the Low of a candle is higher than the High of two candles back. A Gap Down - the High of a candle is lower than the Low of two candles...
This oscillator can be customized by adjusting the length of the Willy period, the length of Willy's EMA, and the upper and lower bands. The upper and lower bands help traders identify overbought and oversold conditions. The WillyCycle Oscillator is a technical analysis tool used to measure the momentum of an asset and identify overbought and oversold conditions...
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...
This indicator is based on Drippy2hard's 11:30 am (EST) rule. In simple terms the rule states that: If a trending stock makes a new high after 11:15-11:30am EST, there is a 75% chance of closing within 1% of High of day (HOD). Same applies for downtrend. Please note: Not all stocks will abide by this, this is backtested on stocks with avg daily...
Setup 123 Scalper is characterized by a bottom (buy pattern formed by 3 candles where the 2nd has the lowest minimum) or a top (sell pattern formed by 3 candles where the 2nd has the highest maximum). It has a filter that only shows the signal when the asset is trending. Setup popularized by trader Alexandre Wolwacz (Stormer). Na linguagem do autor: O Setup 123...
The "ATR Pivots" script is a technical analysis tool designed to help traders identify key levels of support and resistance on a chart. The indicator uses various metrics such as the Average True Range (ATR), Daily True Range ( DTR ), Daily True Range Percentage (DTR%), Average Daily Range (ADR), Previous Day High ( PDH ), and Previous Day Low ( PDL ) to provide a...
Long entry: PSAR gives buy signal BBPT prints green histogram ZLSMA is below the price ZLSMA has uptrend SL is smaller than the max SL Optional Sessions and EMA filters Short entry PSAR gives sell signal BBPT prints red histogram ZLSMA is above the price ZLSMA has downtrend SL is smaller than the max SL Optional Sessions and EMA filters SL: Placed below...