SMA Crossover Strategy with VWAPSMA Crossover Strategy with VWAP swing trade for 1hr chart and intraday for 1min chart
Индикаторы и стратегии
SMA Cross Signal with Backgrounduse this strategy only in trend market bullish or bearish dont use this on range market
Triple Confluence Strategy-nishant200 EMA: A yellow line showing the 200-period Exponential Moving Average.
VWAP: A blue line showing the Volume Weighted Average Price.
Pivot Points: A purple line for the pivot point, red lines for support levels, and green lines for resistance levels.
Buy/Sell Markers: Green labels below the bars for Buy signals and Red labels above the bars for Sell signals.
Confluence Zone Highlights: Background color changes to green for Buy and red for Sell signals.
3 Moving AverageThe 3 Moving Averages Indicator (SMA) script, provided by Money Ocean, is a dynamic tool designed for Trading View charts. It features three Simple Moving Averages (SMAs) with predefined periods: SMA-9, SMA-33, and SMA-66, all based on closing prices. This configuration delivers a clear visualization of short-term, medium-term, and long-term market trends. By analyzing the crossovers and alignment of these SMAs, traders can identify trend reversals, confirm market direction, and optimize entry and exit points. Tailored for traders seeking precision and clarity, this indicator is ideal for improving decision-making in trending markets.
The 3 Moving Averages Indicator (SMA) script on Trading View uses three Simple Moving Averages (SMAs) with preset periods of 9, 33, and 66, all calculated using the closing prices. This setup offers a balanced view of short-term, medium-term, and long-term market trends. The SMA-9 captures recent price action, SMA-33 provides an intermediate perspective, and SMA-66 smooths out long-term trends. By analyzing the alignment and crossovers of these SMAs, traders can identify potential trend reversals, confirm market direction, and spot trading opportunities with greater precision. It's an effective tool for trend-followers and swing traders.
My scriptsophisticated algorithms together is quite a challenge, but I'll provide a high-level overview. Combining Volume-Weighted Average Price (VWAP), Time-Weighted Average Price (TWAP), Implementation Shortfall (IS), Percentage of Volume (POV), Liquidity-Seeking algorithms, and High-Frequency Trading
Moving AverageThe Moving Average Indicator script on Trading View is a versatile tool designed to smooth price data and identify trends in financial markets. It calculates the average price over a specified period, helping traders visualize the direction of the market. Common types include Simple Moving Average (SMA) and Exponential Moving Average (EMA), with adjustable periods to suit various strategies. By overlaying the indicator on the price chart, users can spot potential entry or exit points, trend reversals, and support or resistance levels. Ideal for both beginners and experienced traders, this script enhances decision-making with a clear, intuitive visualization of market trends.
Volume Standard Deviation Alert GusPurpose
The script detects and alerts traders when the volume of a trading asset significantly exceeds a calculated threshold based on the standard deviation of volume over a specified lookback period. It optionally filters these alerts based on whether the price action is bullish or bearish.
Key Components
Inputs
lookback (default: 20)
The number of bars to consider when calculating the moving average and standard deviation of volume.
stdDevFactor (default: 2.0)
The multiplier for the standard deviation to determine the threshold for a volume spike.
alertOnClose (default: true)
Determines whether alerts should only be triggered after the bar has closed.
checkBullBear (default: false)
Enables filtering of alerts based on the bullishness or bearishness of the bar.
Calculations
volSMA
The simple moving average (SMA) of the volume over the lookback period.
volStd
The standard deviation of the volume over the lookback period.
threshold
The alert threshold is calculated as:
Threshold
=
volSMA
+
(
stdDevFactor
×
volStd
)
Threshold=volSMA+(stdDevFactor×volStd)
isBullish & isBearish
Determines whether the current bar is bullish (close > open) or bearish (close < open).
volumeSpikeCondition
A condition that triggers when the current volume exceeds the calculated threshold.
bullishCondition & bearishCondition
Refines the spike condition by requiring the bar to be bullish or bearish when checkBullBear is enabled.
finalCondition
The ultimate alert condition based on the user’s preference for bullish/bearish filtering.
finalTrigger
Ensures the alert only triggers at bar close if alertOnClose is set to true.
Visualization
Plots the SMA of the volume (volSMA) and the threshold line (threshold), helping traders visually understand the conditions.
Histograms the current volume and colors the bars:
Red: Volume exceeds the threshold.
Blue: Volume is below the threshold.
Alerts
The script generates an alert message when the finalTrigger condition is met:
"Bullish Volume Spike!" if the bar is bullish.
"Bearish Volume Spike!" if the bar is bearish.
"High Volume Spike!" if no bull/bear filter is applied.
Alerts are sent using alert() with the message and set to trigger once per bar close.
Usage
Traders can use this script to identify unusual volume activity, which often precedes significant price movements.
Customizability allows traders to tune the lookback period, standard deviation multiplier, and whether to filter for bullish/bearish spikes.
Visual and audible cues help in identifying important market events in real time.
This indicator is particularly useful for spotting market breakouts or breakdowns driven by high trading activity.
BBSS+This Pine Script implements a custom indicator overlaying Bollinger Bands with additional features for trend analysis using Exponential Moving Averages (EMAs). Here's a breakdown of its functionality:
Bollinger Bands:
The script calculates the Bollinger Bands using a 20-period Simple Moving Average (SMA) as the basis and a multiplier of 2 for the standard deviation.
It plots the Upper Band and Lower Band in red.
EMA Calculations:
Three EMAs are calculated for the close price with periods of 5, 10, and 40.
The EMAs are plotted in green (5-period), cyan (10-period), and orange (40-period) to distinguish between them.
Trend Detection:
The script determines bullish or bearish EMA alignments:
Bullish Order: EMA 5 > EMA 10 > EMA 40.
Bearish Order: EMA 5 < EMA 10 < EMA 40.
Entry Signals:
Long Entry: Triggered when:
The close price crosses above the Upper Bollinger Band.
The Upper Band is above its 5-period SMA (indicating momentum).
The EMAs are in a bullish order.
Short Entry: Triggered when:
The close price crosses below the Lower Bollinger Band.
The Lower Band is below its 5-period SMA.
The EMAs are in a bearish order.
Trend State Tracking:
A variable tracks whether the market is in a Long or Short trend based on conditions:
A Long trend continues unless conditions for a Short Entry are met or the Upper Band dips below its average.
A Short trend continues unless conditions for a Long Entry are met or the Lower Band rises above its average.
Visual Aids:
Signal Shapes:
Triangle-up shapes indicate Long Entry points below the bar.
Triangle-down shapes indicate Short Entry points above the bar.
Bar Colors:
Green bars indicate a Long trend.
Red bars indicate a Short trend.
This script combines Bollinger Bands with EMA crossovers to generate entry signals and visualize market trends, making it a versatile tool for identifying momentum and trend reversals.
Bullish Engulfing BidzaNow you can set alerts to trigger on bullish engulfing candle detection. :) With custom messages!
BELIKENOOTHER34 EMA BULL BEAR COLOUREste indicador sirve de confirmación cuando mi indicador principal me dice en que sentido debo entrar a mercado, la combinación de mis 3 indicadores me da una gran probabilidad de entradas exitosas
Custom Trend TableManual input of trend starting with Daily Time frame, then H4 and H1.
If Daily and H4 are the same trend we can ignore H1 trend (N/A).
M15 Buy or Sell comes automatically depending on what the higher time frame trends are.
If Daily and H4 are bearish, then we look for Selling opportunities on M15.
If Daily and H4 are bullish, then we look for Buying opportunities on M15.
If Daily and H4 are different trends, then H1 trend will determine M15 Buy or Sell.
Works for up to 4 pairs / Symbols. If you need more, just add the indicator twice and on the second settings, move the placement of the table to a different location (Eg: Top, Middle) so you can see up to 8 Symbols. Repeat this process if required.
BELIKENOOTHER34 SOPORTE Y RESISTENCIA FIBO Y PORCENTUALNos indica el soporte y la resistencia del timeframe seleccionado y nos da 3 lineas de fibonacci para detectar retrocesos y optimizar la entrada, las lineas de soporte y resistencia son del mismo color en función de si la vela cerro alcista respecto a la anterior o rojas si cerro bajista.
BELIKENOOTHER34 UNLIMITEDVarios cci para acceder a la tendencia, tenemos el cci de color que indica hacia donde esta yendo el mercado, luego tenemos el otro oscilador que nos indica la entrada mas optima desde el retroceso.
BELIKENOOTHER34 UNLIMITEDEs un script basado en varios cci en diferentes temporalidades, el que tiene el color determina la tendencia y el otro que soplo es una linea indica la mayor probabilidad de entrada después del retroceso o corrección.
BELIKENOOTHER34 UNLIMITEDEs un script basado en varios cci en diferentes temporalidades, el que tiene el color determina la tendencia y el otro que soplo es una linea indica la mayor probabilidad de entrada después del retroceso o corrección.
Checklist CazadoresEs una checklist de los pasos a seguir antes de abrir una operación, te ayuda a no olvidar cada detalle, porque todo cuenta.
Single Candle Entry with Multi-Timeframe [Wang Indicators]
Single candle entry
Overview : The "Single Candle Entry Model" indicator is designed to help traders through a simple yet effective trading strategy. This indicator automatically detects candles that encompass both the high and low of the previous candle, creating key price zones for potential market entries.
- This indicator was developed with the help of @DaveTeaches -
How does it works ?
Detects when a candle trade above the high and below the low of the previous candle
When it occur, the indicator write "SCE" on the candle
The text will be in different color if its bearish or bullish (customizable by user)
Higher Timeframes
Users can enable up to 3 HTF SCE detection to enhance multi timeframe analysis.
Users can select which timeframe he want to use
Boxes will be displayed around High time frame SCE to highlight the HTF candle.
As regular SCE, the indicator will write "SCE" above or under the box
How does it helps users ?
Once the SCE is created, it can be used as a zone.
Levels (30, 50 and 70%) are displayed
Users can customize their apparence as they see fit
The 30 - 50 - 70 levels are support/resistance that the price tend to bounce of off
You might find some success looking for an entry inside the zone at a level if price gives further confirmations such as a lower time frame flip or using other indicators
Alert can be setup on any timeframe
SMA Crossover with Conditional Labels and Price MovementSMA Crossover with Conditional Labels and Price Movement
Dynamic Market ScannerDynamic Market Scanner is a powerful tool for analyzing financial markets, combining a variety of indicators to provide clear and understandable signals.
Key Features:
- Signal Generation:
The main signals "Buy", "Sell", and "Hold" are formed based on the analysis of indicators:
- MACD
- RSI
- SMA
- EMA
- WMA
- Hull MA
Additional Analytical Tools:
- ATR is used to assess volatility and helps to understand the risk of the current market situation.
- SMA Ichimoku does not generate signals but is used to assess their accuracy.
- If the price is above the SMA, "Buy" signals are more likely, as this confirms the strength of the upward movement.
- If the price is below the SMA, "Buy" signals require additional confirmations.
Dashboard:
Displays the current price position relative to the indicators, helping the trader understand how strong or weak the current signals are.
Advantages of Using:
1. Signal Filtering:
The price position relative to the SMA Ichimoku helps to assess the likelihood of successful trades.
2. Volatility Analysis:
ATR provides additional information about risks and market fluctuations.
3. Comprehensive Approach:
Signal generation is based on a combination of key indicators, offering a multifaceted view of the market.
Explanation of Percent Calculation in the Table:
- The table shows the values of indicators such as MACD, ATR, EMA, SMA, WMA, and Hull MA in percentages. Percentages are calculated based on the current value of the indicator relative to its maximum and minimum.
- Percentages are displayed for each indicator, allowing traders to assess market conditions based on their current values.
Dynamic Market Scanner will become a reliable assistant in your technical analysis toolkit, providing a comprehensive overview of market conditions and helping to make informed trading decisions.