Buy/Sell Indicator-SMA (5/8/21/50/200)Buy-Sell indicator: are tools or signals used in financial markets to help traders and investors identify potential entry (buy) and exit (sell) points for their trades. These indicators are typically derived from technical analysis and aim to simplify decision-making by providing visual or numerical cues based on price, volume, or momentum.
Buy-sell indicators often need confirmation from additional analysis or tools for reliable decision-making.
Note: No indicator is foolproof, and market conditions can result in misleading signals.
SMA: SMA (Simple Moving Average) indicators are among the most popular tools used in technical analysis to identify trends in the price of an asset. They smooth out price data by calculating the average price over a specified number of periods. Here's an overview:
The numbers 5, 8, 21, 50, and 200 refer to the number of periods used in the calculation of the SMA. Here's what each represents:
A short-term indicator:
SMA 5 (5-day Moving Average):
Tracks the average price over the last 5 periods. Often used to spot short-term trends.
SMA 8 (8-day Moving Average):
Similar to the 5-day SMA but smooths price action slightly more.
A mid-term indicator:
SMA 21 (21-day Moving Average):
Reflects a full trading month (approximately 21 trading days in a month).Helps to identify medium-term trend direction.
SMA 50 (50-day Moving Average):
Often used to assess the overall trend direction. A crossover with other SMAs, like the 200-day SMA, can indicate trend reversals.
A long-term indicator.
SMA 200 (200-day Moving Average): Commonly used to assess the overall market trend.
If the price is above the 200-day SMA, the security is considered in a long-term uptrend, and vice versa.
Note :
Crossovers: When shorter-term SMAs (e.g., 5 or 8) cross above longer-term SMAs (e.g., 50 or 200), it can signal a bullish trend. The opposite signals a bearish trend.
Options
7 Trading Setups with Codesit uses 7 indicator breakouts for trading , RSI SMA ORB TRIPLE TOP AND BOTTOM
KON SET By Sai"KON SET By Sai is a trend-following strategy that utilizes ATR-adjusted moving averages to determine entry and exit points. The strategy enters a long position when the price crosses above a custom moving average (adjusted by the ATR value) and exits at a defined target or stop-loss based on the ATR. Additionally, it incorporates re-entry logic, allowing the strategy to re-enter when the price reverses back to the entry point. This strategy is suitable for trend traders who want to manage risk with dynamically calculated stop-loss and target levels."
Tags:
Trend-following
ATR-based strategy
Entry and exit strategy
Stop-loss and target
Re-entry logic
Pine Script strategy
Algorithmic trading
Example Use Case:
"This strategy can be used to trade in trending markets. It provides clear entry and exit signals with automated risk management, making it ideal for traders who prefer systematic approaches to trade management. It works best on lower timeframes (like 5min) for capturing medium-term trends."
How It Works:
Entry Point: The strategy enters a long position when the price crosses above an ATR-adjusted moving average (set by the user).
Exit Points:
Stop-loss is set dynamically based on the ATR value.
Target is also based on the ATR, with an additional multiplier for customization.
Re-entry Logic: If the price retraces back to the entry level, the strategy re-enters the position.
Exit Conditions: The strategy exits when the price hits the stop-loss or target price.
Example:
If the current ATR is 2.0, the strategy will:
Stop-loss: 2x ATR below the entry price.
Target: 5 + user-defined multiplier x ATR above the entry price.
Pivots @carlosk26🔍 Características Principales
Detección de Pivots:
Identifica pivots altos y bajos utilizando un rango de velas configurable.
Los pivots se detectan cuando una vela es el máximo o mínimo de un número específico de velas a la izquierda y a la derecha.
Marcado Visual:
Los pivots altos se marcan con un círculo rojo encima de la vela.
Los pivots bajos se marcan con un círculo verde debajo de la vela.
Etiquetas Informativas:
Muestra una etiqueta en el gráfico con el último pivot detectado.
Las etiquetas incluyen el tipo de pivot (alto o bajo) y su ubicación exacta.
⚙️ Parámetros Configurables
Velas a la izquierda: Número de velas a la izquierda para detectar un pivot (por defecto: 5).
Velas a la derecha: Número de velas a la derecha para detectar un pivot (por defecto: 5).
Condition CheckThis script checks the following conditions:
- Latest Open < 1 day ago High
- Latest Close < 1 day ago High
- Latest Open > Latest Low
- Latest Close > 1 day ago Low
- 1 day ago Open < Latest High
- 1 day ago Open < Latest High ( duplicate condition)
- 1 day ago Open > Latest Low
- 1 day ago Close > Latest Low
0DTE Trend Reversal StrategyChange the RSI setting to 7
MACD Fast: 6
MACD Slow: 13
MACD Signal: 4
Short SMA: 10
Long SMA: 30
ATR: 7
Dynamic Price Change Percentage TrackerSet price in plugin's configuration and watch the percentage change between the configured price and the current ticker's price.
candle close alarmA simple Alarm to each candle close, helpfull to keep your eye in the right moment to open a position.
Straddle2.01) Straddle with an bollinger band.
2) Add your 6 strike price it will automatically give lowest straddle from 6 strikeprice.
3) how to use: for entry below avg or while pull back at avg & for full conformation take entry below 2bolliangerband.
4) For exit it upto your appetite.
5)I've backtested this strategy & its worked from 2019 till 2025 with 70% accuracy.
9/21/50/200 By DSW Trend Reversal for OptionsThis strategy identifies potential trend reversals using a combination of 9, 21, 50, and 200-period moving averages. The script signals bullish reversals when the shorter moving averages cross above the longer ones, indicating a potential upward trend, and bearish reversals when the opposite happens, signaling a downward trend.
It’s particularly useful for options trading, as it highlights key entry points for call and put options based on market momentum shifts. The moving averages are dynamically plotted, and the script provides visual alerts when crossovers occur.
This tool can help traders spot trend changes early, allowing for timely options strategies. Backtest the strategy and adjust parameters for different timeframes or market conditions.
9/21 EMA_DSWThe 9 and 21 EMA strategy involves using the 9-day and 21-day exponential moving averages to identify potential buy and sell signals. A buy signal is generated when the 9 EMA crosses above the 21 EMA, and a sell signal is generated when the 9 EMA crosses below the 21 EMA.
9/21 EMA_DSWThe 9 and 21 EMA strategy involves using the 9-day and 21-day exponential moving averages to identify potential buy and sell signals. A buy signal is generated when the 9 EMA crosses above the 21 EMA, and a sell signal is generated when the 9 EMA crosses below the 21 EMA.
9/21 EMA_DSWThe 9 and 21 Exponential Moving Average (EMA) crossover is a popular technical indicator used by traders to identify potential buy and sell signals in the market. The 9 EMA is a shorter-term moving average, which responds more quickly to recent price movements, while the 21 EMA is a longer-term moving average that smooths out price action over a longer period. A bullish signal occurs when the 9 EMA crosses above the 21 EMA, suggesting upward momentum and a potential buying opportunity. Conversely, a bearish signal occurs when the 9 EMA crosses below the 21 EMA, indicating downward momentum and a potential selling opportunity. Traders often use this crossover in combination with other indicators, such as volume or RSI, to confirm the strength of the trend. The strategy is commonly applied in various time frames, from intraday charts to longer-term setups, and is widely used for trend-following strategies. However, it’s essential to keep in mind that the EMA crossover strategy can produce false signals in choppy or sideways markets.
Jinx Systems - AdvancedWorking solution to the question, "Hey, where the heck is the market going?"
Run this script on as many securities as one can manage.
AllDay Session TimesIndicator: Custom Session Times
This indicator is designed to assist traders by visualizing specific trading session times on the TradingView platform. It highlights two important trading sessions: the Day Session and the Evening Session, providing a visual aid that helps traders navigate the markets with greater accuracy.
Day Session Time Range:
Starts: 10:55 UTC+2
Ends: 13:30 UTC+2
Evening Session Time Range:
Starts: 16:55 UTC+2
Ends: 18:30 UTC+2
How It Works:
Colors and Backgrounds: This indicator uses background colors to differentiate the sessions. The green background appears during the Day Session, while the blue background indicates the Evening Session.
Lines: Session time ranges are also marked with clear lines on the chart, making it easier to identify the specific session periods.
Time Zone: The time zone is set to UTC+2 (Europe/Helsinki), but it can easily be adjusted to match your local time zone.
Why Use This Indicator?
This indicator is especially useful for traders who focus on specific market sessions. For example:
The Day Session might be when the market is more active, and trends are clearer.
The Evening Session could be a good time to observe market adjustments based on the events of the day and find potential trading opportunities.
By visualizing these specific time frames, the indicator helps reduce distractions and enables a more focused approach to trading.
Use Cases:
This indicator is ideal for:
Day traders and swing traders who want to focus on certain market sessions.
Technical analysts who prefer to visualize market behavior within specific time frames.
Strategy optimization and a more precise assessment of market conditions.
Features:
Visual session markers that help traders focus on key trading periods.
Easy customization of time zone and session time ranges.
Background colors and lines that improve chart readability and session tracking.
Made By AllDayEsa
Weekly Change(Green&Red) & Percentage Change(Blue&Yellow)Display bar chart of weekly price action. Use to determine the maximum price change in one week. It would be the possible strike price for a covered call option for weekly income.
CPR KINGCPR Indicator calculates and plots the Central Pivot Range (CPR), including support and resistance levels, for any selected time frame. This indicator helps traders identify key price levels, such as the central pivot (CP), resistance (R1-R4), and support (S1-S4), to assess potential market direction. The time frame can be adjusted from minutes to daily, weekly, or monthly intervals for flexible analysis.
TLs RT v7TLs based on greeks
TLU - TL upper strikes 0DTE
TLL - TL lower strikes 0DTE
RT is NTK (need to know)
RTH - RT high
RTL - RT low