OE//@version=5
indicator("Simple Price Band Indicator", overlay=true)
// Input for base interval
interval = input.float(25, title="Price Band Interval ($)")
// Current price
currentPrice = close
// Calculate price bands
upperBand = currentPrice + interval
lowerBand = currentPrice - interval
// Plot upper and lower bands
plot(upperBand, color=color.green, linewidth=2, title="Upper Band")
plot(lowerBand, color=color.red, linewidth=2, title="Lower Band")
// Optionally draw additional bands above and below
plot(currentPrice + 2 * interval, color=color.green, linewidth=1, title="2x Upper Band") // Remove style parameter
plot(currentPrice - 2 * interval, color=color.red, linewidth=1, title="2x Lower Band") // Remove style parameter
אינדיקטורים ואסטרטגיות
Multi-Timeframe Stochastic RSIthis is indicator which display both LTF and HTF.
I recommend using LTF Stoch RSI for catching local high, local low. And HTF Stoch RSI for grasp trend.
EMA 9 MA 20 50 100 & 200 Crossover IndicatorConsider 9 EMA cross over for exist and MA 20, 50 ,100, 200 consider for your long term investment.
4-Hour Opening Line (Last 30 Candles)Features:
Show Horizontal line on a 4 hour candle. Marking the opening on the 4 hour times frame in smaller time frames.
50SMA Cross 12EMA with Buy/Sell SignalsThis indicator is to be used for scalping on the 15 Minute time frame. It will send a "Buy" signal When the 50SMA crosses below the 12EMA and it will send a "Sell" signal when the 50EMA crosses above the 12EMA. Combine this with Support and Resistance levels and other Technical Analysis and it works excellent.
RSI (3) and Volume Spike Strategyusing RSI period 3 and volume to indicate the direction of the market.
using smaller time frame and focusing on relative confluence, such as engulfing and chart patern
RSI (3) and Volume Spike Strategyusing RSI period 3 and volume to indicate the direction of the market.
using smaller time frame and focusing on relative confluence, such as engulfing and chart patern
RahmanStrategytytytytytytyyyyyyyyyyyyyyyyyyyyygggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg
SZN TrendLocal, daily, weekly Trend. Courtesy of Docxbt.
Local trend is 13, 21, 34 EMA.
Daily Trend is 4H 100 and 200 EMA.
Weekly Trend is 1D 100 and 200EMA.
Kai Secret Master — The Hidden FormulaKAI SECRET MASTER is a market crypro indicator dont use not finaiacial advise cNT EVEN SPELL
Simple EMA 50 Strategy with ADX FilterSimple strategy for GOLD and BTC
ADX Filtr for entry
Price cross EMA 50
SL tailored
Simple EMA 50 Strategy with ADX FilterSimple strategy for GOLD and BTC
ADX Filtr for entry
Price cross EMA 50
SL tailored
MEMECOINSBROWER1Este script crea una estrategia de trading automatizada que genera señales de compra y venta basadas en cruces de medias móviles exponenciales (EMAs). Además, incorpora un sistema de gestión de riesgos con stop loss, take profit y trailing stop.
MEMECOINS BROWER 1SEste script crea una estrategia de trading automatizada que genera señales de compra y venta basadas en cruces de medias móviles exponenciales (EMAs). Además, incorpora un sistema de gestión de riesgos con stop loss, take profit y trailing stop.
MEMECOINS BROWER 1SEste script crea una estrategia de trading automatizada que genera señales de compra y venta basadas en cruces de medias móviles exponenciales (EMAs). Además, incorpora un sistema de gestión de riesgos con stop loss, take profit y trailing stop.
Crypto/Stable Mcap Ratio NormalizedCreate a normalized ratio of total crypto market cap to stablecoin supply (USDT + USDC + DAI). Idea is to create a reference point for the total market cap's position, relative to total "dollars" in the crypto ecosystem. It's an imperfect metric, but potentially helpful. V0.1.
This script provides four different normalization methods:
Z-Score Normalization:
Shows how many standard deviations the ratio is from its mean
Good for identifying extreme values
Mean-reverting properties
Min-Max Normalization:
Scales values between 0 and 1
Good for relative position within recent range
More sensitive to recent changes
Percent of All-Time Range:
Shows where current ratio is relative to all-time highs/lows
Good for historical context
Less sensitive to recent changes
Bollinger Band Position:
Similar to z-score but with adjustable sensitivity
Good for trading signals
Can be tuned via standard deviation multiplier
Features:
Adjustable lookback period
Reference bands for overbought/oversold levels
Built-in alerts for extreme values
Color-coded plots for easy visualization
BT Custom Moving Averages (410, 130, 150, 770 Days)The BT Custom Moving Averages (410, 130, 150, 770 Days) represent a set of customized moving averages used in financial or data analysis, particularly for tracking trends over different time frames. Here's a breakdown:
410 Days: This likely represents a long-term trend, offering a view of overall performance or patterns across a broader period.
130 Days: This medium-term average could be used to observe intermediate trends, often signaling shifts before they are apparent in longer averages.
150 Days: Another medium-term average, slightly longer than the 130-day, which can provide a comparative perspective on mid-range patterns.
770 Days: This is an extended long-term average, capturing the most comprehensive overview of trends and smoothing out shorter-term fluctuations.
This type of setup can help analyze data by layering insights from different perspectives, allowing you to see both short-term and long-term trends in context. It's particularly valuable in trading, investment analysis, or any field requiring a nuanced understanding of data trends over various intervals.
4 Most Used SMAsHere’s a description of the 4 Most Used SMAs indicator:
Purpose of the Script:
This indicator is designed to display the four most commonly used Simple Moving Averages (SMA) on your chart. It helps traders analyze both short-term and long-term trends by plotting SMAs with different periods. The script visually shows the relationship between various SMAs and the price action, which can assist in identifying market trends, potential entry/exit points, and support/resistance levels.
Included SMAs:
The script plots four SMAs, each with a specific function in trend analysis:
1. 20-period SMA (Blue):
• Purpose: This is typically used as a short-term trend indicator.
• Use Case: It reacts quickly to price movements and is often used by traders looking for short-term entries and exits. The 20 SMA can also signal quick changes in market sentiment.
2. 50-period SMA (Green):
• Purpose: This is a widely-used medium-term trend indicator.
• Use Case: The 50 SMA often indicates a more stable market trend, and traders commonly use it to confirm short-term signals. A price above the 50 SMA suggests a medium-term uptrend, while a price below it indicates a downtrend.
3. 100-period SMA (Red):
• Purpose: This represents a longer-term trend.
• Use Case: The 100 SMA is typically used to identify significant market trends over a longer horizon. It helps traders avoid reacting to short-term price fluctuations and gives an overall view of the market direction.
4. 200-period SMA (Orange):
• Purpose: This is one of the most important long-term trend indicators.
• Use Case: The 200 SMA is widely regarded as a key level for determining the overall market trend. Traders look at it to identify major trend shifts, with price crossing above it signaling a bullish trend and below it signaling a bearish trend.
Plotting the SMAs:
• The four SMAs are plotted directly on the price chart with different colors for easy identification:
• Blue: 20-period SMA (short-term trend).
• Green: 50-period SMA (medium-term trend).
• Red: 100-period SMA (long-term trend).
• Orange: 200-period SMA (very long-term trend).
How to Interpret the Indicator:
• Price Above All SMAs: When the price is above all four SMAs, it generally indicates that the market is in an uptrend across multiple timeframes.
• Price Below All SMAs: When the price is below all four SMAs, it suggests that the market is in a downtrend across all timeframes.
• Crossover Signals:
• Short-Term Buy Signal: If a shorter-period SMA (e.g., 20 SMA) crosses above a longer-period SMA (e.g., 50 SMA), it may indicate a potential bullish trend.
• Short-Term Sell Signal: Conversely, if a shorter-period SMA crosses below a longer-period SMA, it may signal a bearish trend.
Additional Uses:
• Support and Resistance: The SMAs can also act as dynamic support or resistance levels. Price tends to find support when above an SMA and resistance when below an SMA, especially with the 50 SMA, 100 SMA, and 200 SMA.
• Trend Confirmation: Traders often use multiple SMAs in combination to confirm the strength and direction of a trend. For example, if the price is above the 50, 100, and 200 SMAs, and the 20 SMA is crossing above the others, this can confirm a strong uptrend.
Low ATR DetectorThe Low ATR Detector is a volatility-based indicator designed to identify assets (stocks, cryptocurrencies, etc.) that are experiencing historically low volatility, as measured by the Average True Range (ATR). This can help traders spot periods of consolidation that may precede significant price moves (breakouts or breakdowns).
Multi EMA Trend RSIEste indicador combina cruzamento de médias móveis simples (SMAs) com múltiplas EMAs, análise de RSI em diversos timeframes e tendência do ativo com base na EMA 200. Inclui visualização em tabela configurável para facilitar a interpretação.
###
This indicator combines simple moving average (SMA) crossovers with multiple EMAs, RSI analysis across different timeframes, and trend detection based on the 200 EMA. It includes a configurable table for easy interpretation.
Buy & Sell Signal with SMA/EMA & ATRBUY & SELL Signals
Works in all time frames
Input parameters
SMA 10 period
RSI 15 period, RSI EMA 15 period
ATR 1 period with EMA 20 period of ATR1
3 EMA 9 21 50 with crossThis indicator displays three Exponential Moving Averages (EMA) with lengths of 9, 21, and 50 on the chart. It highlights crossovers between the 9 EMA and 21 EMA as signals:
• Bullish Cross: When the 9 EMA crosses above the 21 EMA, indicating a potential upward trend.
• Bearish Cross: When the 9 EMA crosses below the 21 EMA, signaling a potential downward trend.
The indicator includes:
• Color-coded EMAs for easy differentiation.
• Visual markers (triangles or labels) at cross points.
• Optional background highlighting for cross events to emphasize key signals.
This tool helps identify trend changes and trading opportunities efficiently.
EMA 20,50,200 mit Supertrend to get the supertrends for up and downs focusing on the EMA 20/50/200 ->this might be helpful at the beginning when getting familiar with stocks to get a first impression if the stock is in a stable upward trend , downward trend or just consolidating