This trend-following indicator, called Smooth Cloud, is built on top of a SuperSmoother Filter of John Ehlers with small modification. It consists of three smoothed lines—Fast, Middle, and Slow—that together form a cloud. These lines are based on different periods, helping traders analyze market changes over different timeframes (fast, mid, and slow). The...
Credit to the owner of this script "TalesOfTrader" The Awakening Checklist indicator is a tool designed to help traders evaluate certain key market conditions and elements before making trading decisions. It consists of a series of questions that the trader must answer using the options "Yes", "No" or "N/A" (not applicable). “Has Asia Session ended?” : This...
Algorithm Description: "RSI with Swing Trade by Kelvin_V" 1. Introduction: This algorithm uses the RSI (Relative Strength Index) and optional Moving Averages (MA) to detect potential uptrends and downtrends in the market. The key feature of this script is that it visually changes the candle colors based on the market conditions, making it easier for users to...
This indicator is specifically designed for Forex traders who need a convenient lot size calculator directly on their charts. It allows users to input their account balance, risk percentage, and stop-loss distance in pips to easily determine the appropriate lot size for a given trade, ensuring effective risk management. Key Features: Lot Size Calculation:...
1. *nyTime*: Converts the current time to the New York timezone. 2. *nyHour and nyMinute*: Extracts the hour and minute of the current candle in the New York timezone. 3. *isNyMidnightCandle*: A boolean variable that checks if the current candle is the 12:00 AM candle in New York. 4. *bgcolor*: Colors the background of the 12:00 AM candle blue. 5. *plotshape*:...
# Enhancing Trading Strategies with the Weekly Seasonality Dynamic Kelly Criterion Indicator Amidst this pursuit to chase price, a common pitfall emerges: an overemphasis on price movements without adequate attention to risk management, probabilistic analysis, and strategic position sizing. To address these challenges, I developed the **Weekly Seasonality with...
This is a simple indicator that gives the maximum range of any bar on the chart in ticks. I found it useful when sizing arrays and it might also be valuable when working out risk parameters.
THIS IS ENGULFED SWEEP CANDLE This TradingView indicator identifies and highlights bullish and bearish engulfing candlestick patterns with an additional condition: the recent candle must "sweep" the high or low of the previous candle. This refined approach helps to confirm the strength of the engulfing pattern by ensuring that the current candle extends beyond...
Indicator Description : This indicator combines several trading concepts to provide an overall view of intraday selling opportunities. It includes the following elements: Daily Range: Measures the daily price range between the highest and lowest points of the day. Helps understand daily volatility and identify potential support and resistance levels. Asia...
The Bearish vs Bullish Arguments Indicator is a tool designed to help traders visually assess and compare the number of bullish and bearish arguments based on their custom inputs. This script enables users to input up to five bullish and five bearish arguments, dynamically displaying the bias on a clean and customizable table on the chart. This provides traders...
Feeling bored with trading? Time to inject some fun into your decision-making process with our Tic Tac Toe Indicator! The Tic Tac Toe game transforms your chart into a competitive playground where trading pairs face off in a classic game of Tic Tac Toe. HOW TO PLAY Our Tic Tac Toe game invites you to pit one trading pair against another directly on your...
This indicator is called "Swing Harmony Indicator" and it calculates the average of the highest high and lowest low prices over a certain period, along with a simple moving average of the closing prices. It then plots these values on the chart, with the color of the average line dynamically changing based on whether the second average is less than or greater than...
J. M. Hurst introduced a concept in technical analysis known as the Future Line of Demarcation (FLD), which serves as a forward-looking tool by incorporating a simple yet profound line into future projections on a financial chart. Specifically, the FLD is constructed by offsetting the price half a cycle ahead into the future on the time axis, relative to the Hurst...
Hello, today I'm going to show you something that shifts our perspective on Bitcoin's value, not just in nominal terms, but adjusted for the real buying power over the years. This Pine Script TAS developed for TradingView does exactly that by taking into account inflation rates from 2009 to the present. As you know, inflation erodes the purchasing power of money....
Sigmoid Functions: History and Mathematical Basis: Sigmoid functions have a rich history in mathematics and are widely used in various fields, including statistics, machine learning, and signal processing. The term "sigmoid" originates from the Greek words "sigma" (meaning "S-shaped") and "eidos" (meaning "form" or "type"). The sigmoid curve is...
This indicator works as a screener for bullish/bearish moves. There are two versions showing two different sets of Altcoins, just choose version 1 or 2. Load up any chart and it will show all selected pairs and their current state regardless of asset or timeframe. Assets can be shown/unshown and longs/shorts can be shown/unshown. It shows (asset) +1 if it...
This indicator shows the best way to annotate ICT Killzones, Silver Bullet and Macro times on the chart. With the help of a new pane, it will not distract your chart and will not cause any distractions to your eye, or brain but you can see when will they happen. The indicator also draws everything beforehand when a proper new day starts. You can customize them...
- 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...