Candle Averages (Jonzi/Galaxy) with AlertsThis indicator is used to highlight outlying candles.
Our script takes the average of the trailing candles and then highlights and/or places a symbol at the candles outside the average.
Example: Your settings use the previous 20 candles and combine the range of each candle.
Divide by 20 and get the average. Let's assume the average is $10
Now if you have your settings at highlighting candles 50% larger than the average, once a candle gets to $15, the indicator would trigger the candle to be highlighted and/or place a symbol of your choice.
In case you don't want to pay attention to the consolidation, you can use the alerts feature. Just go on the timeframe you'd like to be notified on, set an alert for either a down close or up close trigger.
Cerca negli script per "Candlestick"
Custom Arrow IndicatorBuy and sell signals based on activity. If current candle is at least 3 times previous candle you will get an buy or sell signal depending on bearish or bullish candle. other filters are in place such as signal candle must close/above previous candle. top wick of bullish candle must not be more than 3% of body range and vice versa for bearish candle.
Plot Closed CandlesOnly shows closed candles
( You must turn off normal candles first by right clicking on the candles , going to setting , and turning borders , bodies , and wicks off
Range of body 30min avggives the average range of the past 30bars and indicates when a candle's body is greater than 150% the average.
Merovinh - Mean Reversion Lowest lowThe "Merovinh - Mean Reversion Lowest Low" strategy is a mean reversion trading approach that aims to identify potential reversal points based on the updated lowest low of the specified number of bars. This strategy focuses on the detection of bullish price movements. Works well on Tech giant's shares.
Strategy Overview:
The strategy detects the lowest low and highest high over a specified number of bars.
It uses a mean reversion concept where it expects the price to revert back towards the updated lowest low.
The strategy enters a long position when the current lowest low breaks the previous lowest low (based on the specified number of broken lows).
It closes the long position when the highest high breaks the previous highest high.
The strategy aims to capitalize on potential reversals in the market by buying at lower price levels and selling at higher price levels.
Strategy Parameters:
Minimum number of bars: Specifies the minimum number of bars considered for calculating the lowest low and highest high.
Number of broken lows: Determines the number of previous lows that need to be broken for entering a long position.
How It Works:
The strategy calculates the lowest low and highest high based on the specified number of bars.
It compares the current lowest low with the previous lowest low.
If the current lowest low breaks the previous lowest low (based on the specified number of broken lows), a long position is entered.
The strategy continuously updates the previous lows and highs.
It closes the long position if the highest high breaks the previous highest high.
Market trend based on ema strengthThis script is a trading indicator written in Pine Script, a domain-specific language used for creating custom technical analysis indicators and strategies on the TradingView platform. Let's break down what this script is doing and its potential usage:
Title and Overlay:
The indicator is given a title: "Market trend based on ema strength."
The overlay=true parameter ensures that the indicator is plotted on the price chart itself, overlaying the price data.
EMA Calculations:
Exponential Moving Averages (EMAs) are calculated for different time periods based on the closing prices.
Degree of Change Calculation:
The degree of change is calculated as the percentage difference between the closing price and each respective EMAs.
Trend Identification:
The script attempts to identify uptrends and downtrends based on the comparison of degree of change values across the different EMAs. For an uptrend, each subsequent EMA's degree of change should be greater than the previous one, and for a downtrend, it should be lower.
EMA and RSI Calculation:
Additional EMAs and the Relative Strength Index (RSI) are calculated.
Buy and Sell Signal Generation:
Buy signals are generated when certain conditions are met: an uptrend is detected, the previous close is below the additional EMAs, and the current close is above the additional EMAs.
Sell signals are generated in the opposite scenario: a downtrend is detected, the previous close is above the additional EMAs, and the current close is below the additional EMAs.
Visualization:
The script uses plotshape to visually indicate buy and sell signals on the chart as labels.
The background color of the chart is changed based on the detected trend
Usage:
This indicator is designed to assist traders in identifying potential buy and sell signals based on trends in EMAs, RSI, and price movement. It provides a visual representation of trend changes and generates signals when certain conditions align, helping traders make informed decisions about entering or exiting positions.
It's important to note that while this script provides an automated approach to identifying trends and generating signals, successful trading also requires a deep understanding of the market, risk management, and the application of multiple indicators and strategies. Traders should thoroughly backtest and validate any trading strategy before applying it in real trading scenarios.
Opening Price Greater Than Previous Day's Closing by 1%Opening Price Greater Than Previous Day's Closing by 1%
Change Analysis and AlertsThe "Change Analysis and Alerts" script in Pine Script allows you to analyze and visualize the percentage change of different values on a chart. It calculates the true change based on the closing prices and provides options to input custom values for comparison. The script also includes an alert feature that triggers when the true change exceeds a specified threshold.
Examples:
Analyzing True Change:
Show the true change between consecutive candle closes as a histogram.
Set a threshold for the true change and receive an alert when it surpasses the specified value.
Comparing Custom Values:
Input custom values to analyze the percentage change between different price levels (e.g., high-low, open-close).
Highlight the value with the highest change in each period.
Visualize the changes as columns on the chart for easy comparison.
By using the "Change Analysis and Alerts" script, traders and analysts can gain insights into the magnitude of price changes and receive alerts when significant changes occur.
Please note that this description and examples are provided for illustrative purposes and can be customized based on your specific needs and preferences.
If you need further assistance, feel free to ask.
OHLC Lines + 50% of the previous candleThis indicator automatically put a straight line on the High, Low, Close, and Open and calculates the Consequent Encroachment or the midline (50%) of the previous candle. The calculation for the midline can be based on either the High and Low or the Open and Close. The option to disable OHLC labels is available. The indicator displays the premium and discount areas of the previous candle, allowing for a strategy of buying on discount and selling on premium based on each candle stick.
Inside Day ProbabilityThe "Inside Day Probability" indicator is a tool developed for market analysis on the TradingView platform. Its main objective is to calculate the probability of success of a pattern known as "Inside Day" (Día Interior in Spanish).
An Inside Day occurs when the price range (difference between the high and low) of a candle is completely contained within the price range of the previous candle. This pattern indicates a consolidation in the market and is usually followed by a sharp move in a certain direction.
The indicator uses a combination of statistical and mathematical analysis to determine the probability that an Inside Day will result in a successful market move. It is based on historical data and past patterns to calculate the probability of a significant price rise or sharp decline following an Inside Day.
The indicator provides a graphical display of the probability of success, usually in the form of a percentage value or a color scale. This allows traders to easily identify potentially profitable trading opportunities based on the occurrence of Inside Days.
It is important to note that this indicator is a decision support tool and does not guarantee accurate results in all cases. It is recommended to use it in conjunction with other technical analysis tools and consider other relevant factors before making operations in the financial market.
Remember that the proper interpretation and use of this indicator requires an understanding and knowledge of technical analysis and trading principles.
Wick PercentagesCalculates the percentage of the upper and lower wick on each candle. Wicks with a percent that are higher than a set percentage (Default is 60%) are assigned a color (upper = red 🔴) and (lower = green 🟢)
Gold Fair Value Gap Entry(FVG GOLD)This script calculates the fair value of gold, which is set as an input parameter. It then gets the current price of gold and calculates the gap between the price and the fair value. If the gap is positive, it enters a long trade, and if it's negative, it enters a short trade.
The script also uses proper risk management techniques by setting a stop loss and take profit for each trade. The plot() function is used to display the fair value and gap on the chart.
Please note that this is just an example script, and you should customize it based on your specific trading strategy and criteria. It's also important to backtest your strategy and refine it before using it with real money.
Vertical Line at nth Previous CandleThis code is a Pine script for TradingView that plots a vertical line on the chart n bars away from the current candle on the current time frame. The number of bars and line color can be customized by the user using input fields. The script calculates the highest and lowest price on the chart for the past n bars, and then draws a vertical line at the target bar with the specified line color. The previous line is removed and the ID of the new line is stored so that the next time the script is run, it can be removed and replaced with a new line. This script can be useful for marking important points on a chart or for visually tracking patterns or trends over time.
OPG IndicatorThis indicator calculates the Opening Price Gap (OPG) between yesterday's close and today's open.
If the OPG is smaller than -0.03%, open a long position with take profit at yesterday's close.
If the OPG is greater than 0.03%, open a short position with take profit at yesterday's close.
Close all positions at midday.
Height of CandleVery simple indicator that shows the height of each candle (high-low) in histogram format. Can be used to compare the current candle with previous ones.
Pullback by Candle BodyThe Pullback Indicator version 0.2
Identifies pullbacks by checking if the current candle's body is lower than the previous candle's low for a bearish pullback or higher than the previous candle's high for a bullish pullback. Once a pullback has been identified, the Indicator marks the lowest low or highest high of the trend with a circle.
NOTE it's not fully working as expected as it lacks trend analysis in its code, resulting in it indicating pullbacks in the opposite direction of the trend, such as bullish pullbacks in a bullish trend or bearish pullbacks in a bearish trend. This is a work in progress, maybe it will be "improved" in the future.