EMA 10/20/50/200Showing 10/20/50/200 EMA.
EMA usually become a sign to a trend. So i made this for seeing how the price move.
Candlestick analysis
Indicador: YAYETONIANDOv1Estrategia Básica
a. Señales de Compra
Condición principal: Aparece un triángulo verde (cambio alcista).
Confirmación adicional:
El precio cierra por encima de la línea de tendencia alcista (línea verde).
El volumen muestra un aumento (esto se puede observar con un indicador de volumen adicional o con tus propias métricas de análisis).
Ejecución: Abrir una posición larga (compra) en la apertura de la siguiente vela.
b. Señales de Venta
Condición principal: Aparece un triángulo rojo (cambio bajista).
Confirmación adicional:
El precio cierra por debajo de la línea de tendencia bajista (línea roja).
El volumen muestra un aumento (similar a la confirmación en compras).
Ejecución: Abrir una posición corta (venta) en la apertura de la siguiente vela.
Market Structure Trend TargetsMarket Structure Trend Targets :
A. Market Structure
B. Trend
C. Targets
Scalping Strategy: EMA + RSI + Volume VRB 555Что делает этот скрипт:
Пересечение EMA 9 и EMA 21:
Сигнал на покупку, когда EMA 9 пересекает EMA 21 снизу вверх (crossover).
Сигнал на продажу, когда EMA 9 пересекает EMA 21 сверху вниз (crossunder).
RSI в допустимой зоне:
Сигнал на покупку, если RSI ниже 30 (перепроданность).
Сигнал на продажу, если RSI выше 70 (перекупленность).
Рост объема:
Сигнал подтверждается, если объем текущей свечи в 2 раза превышает средний объем за последние 20 свечей.
iProf strategyxused to see asian sweep, the script as an indicator with the specified name and overlays it on the price chart, Defines the Asian session time range from 00:00 to 06:00 UTC and checks if the current time is within this range
YH_Simple Bollinger Bands Strategy with SL and TPThis setup ensures that Buy labels are only shown when the price is above the EMA and the MACD is positive.
Similarly, Sell labels are only shown when the price is below the EMA and the MACD is negative.
You can now change the EMA period to any value you want via the user input.
My Strategy11111//@version=5
strategy("My Strategy", overlay=true)
// Input parameters
smaPeriod = input(50, title="SMA Period")
rsiPeriod = input(14, title="RSI Period")
overbought = input(70, title="Overbought Level")
oversold = input(30, title="Oversold Level")
stopLossPct = input(1, title="Stop Loss (%)") / 100
takeProfitPct = input(2, title="Take Profit (%)") / 100
// Indicators
sma = ta.sma(close, smaPeriod)
rsi = ta.rsi(close, rsiPeriod)
= ta.macd(close, 12, 26, 9)
// Plot indicators on the chart
plot(sma, color=color.blue, title="SMA")
hline(overbought, "Overbought", color=color.red)
hline(oversold, "Oversold", color=color.green)
// Calculate Stop Loss and Take Profit levels
longStopLoss = close * (1 - stopLossPct)
longTakeProfit = close * (1 + takeProfitPct)
shortStopLoss = close * (1 + stopLossPct)
shortTakeProfit = close * (1 - takeProfitPct)
// Buy Condition
longCondition = ta.crossover(close, sma) and rsi < oversold and macdLine > signalLine
if longCondition
strategy.entry("Long", strategy.long, stop=longStopLoss, limit=longTakeProfit)
// Sell Condition
shortCondition = ta.crossunder(close, sma) and rsi > overbought and macdLine < signalLine
if shortCondition
strategy.entry("Short", strategy.short, stop=shortStopLoss, limit=shortTakeProfit)
Volume Trend Reversal This indicator is designed to detect trend reversals in the market based on both volume and price action. It combines volume analysis with moving averages and price patterns to highlight potential trend shifts.
Key Features:
Volume Analysis:
The indicator tracks the relationship between the current volume and two moving averages: a 50-period (volumeMA50) and a 200-period (volumeMA200) exponential moving average of volume.
Volume increasing signals potential strength, while volume decreasing signals potential weakness.
Moving Averages:
Two exponential moving averages (EMA) are plotted: one with a period of 200 (MA200) and another with a period of 50 (MA50).
These moving averages are used to evaluate the overall trend and the strength of price movements.
Trend Detection:
The indicator identifies whether the market is in a bullish or bearish trend based on the price relative to the highest high and lowest low of the last 200 bars.
Bullish Trend: The price is above the highest high of the last 200 bars.
Bearish Trend: The price is below the lowest low of the last 200 bars.
Trend Reversal Signals:
Bullish Reversal: If the market is in a bearish trend and the price rises above the last low in the trend, a bullish reversal signal is triggered. A green line is plotted at the last low to mark the reversal point.
Bearish Reversal: If the market is in a bullish trend and the price falls below the last close in the trend, a bearish reversal signal is triggered. A red line is plotted at the last close to mark the reversal point.
Dynamic Plotting:
The horizontal lines indicating potential reversals dynamically change color, turning red for bearish reversals and green for bullish reversals.
Purpose:
This indicator is primarily used to identify potential market reversals and trend shifts by combining volume analysis with price action and moving averages. It helps traders to spot opportunities for entering or exiting trades based on a shift in market momentum.
Author: t.me/taymaz_jd
Saudi Market Buy-Only MAZ Strategy (Customizable)هذه الاستراتيجية مصممة خصيصًا للتداول في السوق السعودي، حيث تعتمد فقط على صفقات الشراء، دون بيع مكشوف. تمكّن هذه الاستراتيجية المتداولين من الدخول في صفقات بناءً على إشارات فنية موثوقة مثل تقاطع مؤشر MACD واتجاه المتوسطات المتحركة ومؤشر RSI.
المزايا:
إدارة مخاطر ذكية: تتيح تخصيص نسبة المخاطرة ووقف الخسارة بناءً على رأس المال.
أهداف محددة: إمكانية تعيين أهداف جني الأرباح (TP1 و TP2) يدويًا.
تخصيص كامل: يمكن تعديل إعدادات المؤشرات (MACD، RSI، المتوسطات المتحركة) بسهولة من واجهة المستخدم.
التوافق مع السوق السعودي: تتناسب مع طبيعة التداول في السوق السعودي الذي يعتمد غالبًا على صفقات الشراء فقط.
الشروط الفنية:
إشارة الشراء:
تقاطع MACD إيجابي (خط MACD أعلى خط الإشارة).
مؤشر RSI أعلى من مستوى محدد (قابل للتعديل، الافتراضي: 50).
المتوسط المتحرك MA50 أعلى من MA200 (تأكيد الاتجاه الصاعد).
الخروج:
جني الأرباح عند تحقيق الهدف الأول أو الثاني.
الخروج بوقف الخسارة في حالة انعكاس السعر.
كيفية التخصيص:
رأس المال: تعديل قيمة رأس المال الافتراضي.
إعدادات المؤشرات: تغيير إعدادات MACD (الفترة السريعة والبطيئة)، RSI (الفترة ومستوى الدخول)، والمتوسطات المتحركة (MA50 وMA200).
إدارة المخاطر: ضبط نسبة المخاطرة، وقف الخسارة، وأهداف الربح.
ملاحظة: تأكد من اختبار الاستراتيجية باستخدام بيانات تاريخية على السهم المستهدف قبل تطبيقها على التداول الحقيقي.
Adjustable ORB with ORB Multipliers 1x or 2x by dhaval chhayaniKey Features:
Adjustable Timeframe:
The ORB is calculated using a user-defined timeframe, which defaults to 15 minutes.
Dynamic High/Low Levels:
Identifies the high and low of the first bar of the specified timeframe for each trading day.
Resets these levels at the start of each new day.
Multipliers for Breakout Levels:
Calculates breakout levels using 1.3x and 2x the ORB range, both above and below the opening range.
Displays these levels on the chart with user-controlled visibility.
Labels for Breakout Levels:
Adds labels (1x, 2x) at the breakout levels for better visualization.
Dynamically updates or removes labels based on current conditions.
Visual Representation:
The opening range (high and low) is plotted with blue lines and filled with a shaded area for clarity.
Breakout levels are plotted in white and yellow, representing the respective multipliers.
Day-Specific Logic:
Ensures the indicator only operates for the current day and clears data for previous or upcoming days.
Average Candle RangeThis indicator calculates and displays the average trading range of candles over a specified period, helping traders identify volatility patterns and potential trading opportunities.
Features:
- Customizable lookback period (1-500 bars)
- Clean visual display in a top-right table overlay
- High-precision calculation showing 10 decimal places
- Real-time updates with each new bar
How it Works:
The indicator calculates the range of each candle (High - Low) and then computes the Simple Moving Average (SMA) of these ranges over your specified lookback period. The result is displayed in an easy-to-read table overlay.
Use Cases:
- Volatility Analysis: Monitor market volatility trends
- Position Sizing: Help determine position sizes based on average price movements
- Trading Strategy Development: Use as a reference for setting stop losses and take profits
- Market Phase Identification: Help identify high vs low volatility market phases
Settings:
- Lookback Period: Default is 140 bars, adjustable from 1 to 500
Note:
The indicator displays values with 10 decimal places for high-precision analysis, particularly useful in markets with small price movements.
Swing Trading CriteriaMy Script that I am still playing with don't know if it is good yet, Still in the testing stages
Candle Ratio Alert**Candle Ratio Alert System for Multi-Pair, 5-Minute Charts**
This Pine Script indicator is designed for traders who want to monitor specific candle patterns across multiple assets on a 5-minute timeframe. The tool calculates the ratio of the candle's body size to its total wick size, allowing you to identify significant candles based on their structure. It is ideal for strategies that rely on candlestick analysis, such as breakout or reversal trading.
### Key Features:
1. **Customizable Threshold**: Set the body-to-wick ratio using an input slider, ensuring flexibility to match your strategy.
2. **Visual Alerts**: The script plots a purple marker above candles that meet the specified criteria, making it easy to spot qualifying patterns at a glance.
3. **Dynamic Alerts**: Integrated alert functionality notifies you via email or app when a candle satisfies the ratio condition. Alerts include the asset's ticker and timeframe for quick action.
4. **Multi-Pair Capability**: Compatible with assets like XAUUSD, BTCUSD, EURUSD, and GBPUSD, making it versatile for Forex and cryptocurrency trading.
### How It Works:
The script calculates the body size and total wick size of each candle. If the ratio exceeds the user-defined threshold, the script triggers a visual marker and sends an alert. The 5-minute timeframe ensures rapid identification of trading opportunities in volatile markets.
With its intuitive interface and powerful alert system, this tool streamlines your trading workflow, helping you stay focused on key market movements. Perfect for both beginners and experienced traders seeking precision and efficiency in their analysis.
Daily Close ±0.25% LinesDaily Close ±0.25% Lines draws lines after closing of a previous day candle and also measures median of that candle it self
ATR Zen V2ATR Candle Zen V2
This is extremely useful for day traders in particular as it allows you to gauge the average range of candles during certain times of day
Volume Scalping Signal aaaGiải thích:
SMA Price: Được sử dụng để xác định xu hướng của giá. Khi giá đóng cửa nằm trên SMA, có thể xác nhận một xu hướng tăng.
SMA Volume: Được sử dụng để tính toán khối lượng giao dịch trung bình trong một khoảng thời gian nhất định.
Volume Spike: Khi khối lượng giao dịch vượt quá một ngưỡng nhất định (ví dụ: gấp 2 lần khối lượng trung bình), cho thấy sự tăng cường hoạt động giao dịch, có thể dẫn đến một động thái giá lớn.
Tín hiệu Mua: Khi khối lượng giao dịch tăng đột biến và giá đóng cửa nằm trên SMA của giá.
Tín hiệu Bán: Khi khối lượng giao dịch tăng đột biến và giá đóng cửa nằm dưới SMA của giá.
Tinh chỉnh và tối ưu:
Bạn có thể thay đổi các tham số như SMA Length cho cả giá và khối lượng, cùng với Volume Multiplier, để phù hợp với phong cách giao dịch của mình.
Phân tích biểu đồ và thử nghiệm với các giá trị khác nhau để tối ưu hóa chiến lược scalping này cho các điều kiện thị trường cụ thể.
Chỉ báo này sẽ giúp bạn phát hiện các Volume Spikes có thể dẫn đến các biến động giá lớn, rất hữu ích trong chiến lược scalping trên khung thời gian 1 phút.
Bộ Tố Lệnh Fomo của Nuly-Mother and Break Candles - Gần giống như nến inside bar. Bộ tố lệnh này giúp các bạn fomo theo xu hướng. Cây nến mẹ bao trùm nến con, nến con bị nén giá. Trong 1 xu hướng mạnh, thì cây nến quyết định xu hướng sẽ là cây thứ 3. Giá phá vỡ đỉnh/ đáy cây mẹ sẽ tạo ra hướng đi quán tính cho giá. Vào lệnh tại điểm break cây mẹ hoặc trong thân cây mẹ. Dừng lỗ ở đỉnh/ đáy cây nến mẹ +1,5 point.
Hãy tuân thủ xu hướng. Ưu tiên nến m5 m15 trở lên.
Trong chỉ báo này nến mẹ được setup là nến vàng.
Almost similar to an inside bar pattern. This script helps traders follow the trend without succumbing to FOMO. The mother candle engulfs the inside candle, compressing the price within the inside candle. In a strong trend, the candle that determines the direction will be the third one. When the price breaks the high/low of the mother candle, it creates a momentum-driven price movement. The stop loss is placed at the high/low of the mother candle plus 1.5 points.
Always follow the trend. Prioritize using the M5 or M15 timeframe or higher.
In this indicator, the mother candle is highlighted in yellow.