روند چند تایمفریمی [کمتر از ۱ ساعت] حمید عمرانی فردروند حرکتی در تایم فریم های مختلف رو بر اساس مووینگ اوریج شناسایی میکنه، رنگ سبز به معنی صعود، قرمز نزول و خاکستری روندی خنثی را نمایش می دهد.
المؤشرات والاستراتيجيات
WSGTA IndicatorsThis set of indicators includes all of the items used in the WSGTA trading system. It will have the vwap added eventually, but currently holds the following EMA's -- 9, 15, 30, 65, 200; as well as the previous day/week HLC along with pivots.
Parabolic Detector (10min, 75°)Объяснение :
Таймфрейм 10 минут:
Используется функция request.security для получения цены закрытия за последние 10 минут.
Таймфрейм задается через input.timeframe("10", ...).
Расчет угла наклона:
Изменение цены (price_change) рассчитывается как разница между текущей ценой закрытия и ценой закрытия 10 минут назад.
Угол наклона (angle) рассчитывается с использованием функции math.atan (арктангенс). Учитывается, что 10 минут = 600 секунд.
Пороговое значение 75 градусов:
Если абсолютное значение угла (math.abs(angle)) больше или равно 75 градусам, то движение считается параболическим.
Визуализация:
На графике отображается метка "PARABOLIC", если движение параболическое.
Monthly Options Expiration 2025Monthly Options Expiration 2025
Plots the monthly options expiration dates in advance for the year 2025.
Happy trading and all the best.
İzmir Stratejisiİzmir Stratejisi
İzmir Stratejisi
İzmir Stratejisi
İzmir Stratejisi
İzmir Stratejisi
İzmir Stratejisi
İzmir Stratejisi
İzmir Stratejisi
İzmir Stratejisi
İzmir Stratejisi
İzmir Stratejisi
TB: Main-indicators🔥 Этот индикатор – мощный инструмент для трейдинга!
✔ Определяет тренд с помощью Supertrend и EMA.
✔ Автоматически строит уровни поддержки/сопротивления.
✔ Дает чёткие сигналы входа (LONG/SHORT).
🎯 Используй стратегию с мани-менеджментом и стоп-лоссами для максимальной эффективности! 🚀📊
Order Block Finder [RTM/ICT] by Hamid OmraniOrder Block شناسایی میشه:
اگر یه کندل، High یا Low جدید ایجاد کنه و بعدش برگشت قیمت اتفاق بیفته، اون ناحیه به عنوان Order Block در نظر گرفته میشه.
برای High Block: کندل باید یه High جدید ایجاد کنه و بعدش بستهشدن کندل پایینتر از Open باشه.
برای Low Block: کندل باید یه Low جدید ایجاد کنه و بعدش بستهشدن کندل بالاتر از Open باشه.
Order Blockها رسم میشن:
High Blockها با رنگ قرمز و Low Blockها با رنگ سبز روی چارت نمایش داده میشن.
تنظیمات:
میتونی دوره Lookback و قدرت Order Block رو تغییر بدی تا با استراتژیت هماهنگ بشه.
Basic Candlestick ColoringThe chart candles will now color themselves green or red depending on price movement.
AI-✘✔ Многоуровневый VWAP – рассчитывает VWAP для разных временных периодов (день, неделя,
✔ Полосы отклонения (Bands) – вычисляет верхнюю и нижнюю границы VWAP.
✔ Анализ сессий (Tokyo, London, New York) – определяет активные торговые сессии и строит коробки на графике.
✔ Таблица информации – отображает время начала и окончания каждой сессии.
✔ Объемный профиль (Volume Profile) – анализирует распределение объема по уровням цены.
✔ Исторические уровни VWAP – строит прошлые уровни VWAP для анализа поведения цены.
✔ Кастомизация – множество параметров для тонкой настройки.
SCALPING STRATEGY//@version=5
strategy("High Probability Scalping Strategy", overlay=true)
// Indicators
emaFast = ta.ema(close, 9)
emaSlow = ta.ema(close, 21)
vwap = ta.vwap(close)
=
macdLine = ta.ema(close, 12) - ta.ema(close, 26)
signalLine = ta.ema(macdLine, 9)
bbMiddle = ta.sma(close, 20)
bbUpper = bbMiddle + (ta.stdev(close, 20) * 2)
bbLower = bbMiddle - (ta.stdev(close, 20) * 2)
// Buy Entry Conditions
buyCondition = ta.crossover(emaFast, emaSlow) and close > vwap and rsiValue > rsiSignal and macdLine > signalLine
if (buyCondition)
strategy.entry("Long", strategy.long)
// Sell Entry Conditions
sellCondition = ta.crossunder(emaFast, emaSlow) and close < vwap and rsiValue < rsiSignal and macdLine < signalLine
if (sellCondition)
strategy.entry("Short", strategy.short)
// Stop Loss & Take Profit
strategy.exit("Exit Long", from_entry="Long", loss=10, profit=20)
strategy.exit("Exit Short", from_entry="Short", loss=10, profit=20)
Classic Patterns (Template)Script 3: “Classic Pattern Stubs: Double Tops, Triangles, Wedges, Channels”
Purpose: Provide an indicator that identifies or sketches multiple classical patterns (Double Top/Bottom, Asc/Desc Triangles, Wedges, and Channels). Each pattern can be toggled on or off.
How It’s Organized:
Each pattern has a checkbox: showDoubleTops, showTriangles, showWedge, showChannel.
Each pattern has an int input for the lookback window.
The code draws lines or shapes if the pattern is detected.
İstanbul StratejisiBB+RSI+OBV kullanarak alım satım stratejisidir.
BB+RSI+OBV kullanarak alım satım stratejisidir.
BB+RSI+OBV kullanarak alım satım stratejisidir.
BB+RSI+OBV kullanarak alım satım stratejisidir.
BB+RSI+OBV kullanarak alım satım stratejisidir.
BB+RSI+OBV kullanarak alım satım stratejisidir.
Multi-Timeframe Buy SignalThis indicator aims to provide the safest entry in a bull market ensuring that multiple bullish criteria are met on daily, 4 hourly, 30 minute and 5 minute timeframes before triggering. Intended use, though not essential, in conjunction with Elliot Waves forcasting of price action
Step Gap Earnings IndicatorThis step gap indicator shows gaps between the close of the previous day and open of the follwing day
MultiEMA FusionThe MultiEMA Fusion indicator is a versatile tool that helps traders assess market trends using a series of exponential moving averages. Its comprehensive approach, with multiple EMAs and color-coded visuals, enables traders to make informed decisions based on the prevailing market momentum. Whether you're a trend follower or looking for confirmation signals, this indicator provides essential insights into the current market structure.
EMA + RSI + ATR StrategyNe Göreceksiniz?
Mavi Çizgi: EMA 50
Kırmızı Çizgi: EMA 200
Yeşil Ok: Trend yukarıyken RSI 30'un üstüne çıktığında LONG sinyali.
Kırmızı Ok: Trend aşağıyken RSI 70'in altına düştüğünde SHORT sinyali.
Yeşil/Kırmızı Kesikli Çizgiler: Dinamik stop-loss seviyeleri.
Arkaplan: Trend yönüne göre yeşil/kırmızı hafif renk.
Multi EMA Indicator ViscontiA single indicator including 4 EMAs developed for timeframe D
EMA 9, EMA 30, EMA 130, EMA 365
ICT Killzones [Tsx Trader]Indicador de killzones onde voce pode analisar as aberturas de bolças dos maiores mercados
Estrategia NASDAQ Futuros - EMA + RSI + Bollinger//@version=5
strategy("Estrategia NASDAQ Futuros - EMA + RSI + Bollinger", overlay=true, default_qty_type=strategy.percent_of_equity, default_qty_value=10)
// Parámetros de la EMA
ema_rapida = ta.ema(close, 9)
ema_lenta = ta.ema(close, 21)
// Parámetros del RSI
rsi_length = 14
rsi_sobrecompra = 70
rsi_sobreventa = 30
rsi = ta.rsi(close, rsi_length)
// Parámetros de las Bandas de Bollinger
bb_length = 20
bb_desviacion = 2
= ta.bb(close, bb_length, bb_desviacion)
// Condiciones de Entrada
condicion_compra = ta.crossover(ema_rapida, ema_lenta) and rsi < rsi_sobreventa and close < bb_inferior
condicion_venta = ta.crossunder(ema_rapida, ema_lenta) and rsi > rsi_sobrecompra and close > bb_superior
// Ejecución de las Órdenes
if (condicion_compra)
strategy.entry("Compra", strategy.long)
if (condicion_venta)
strategy.entry("Venta", strategy.short)
// Gestión del Riesgo
stop_loss = 50 // Ajusta según el valor del futuro del NASDAQ
take_profit = 100
strategy.exit("Cerrar Compra", "Compra", stop=strategy.position_avg_price * (1 - stop_loss/10000), limit=strategy.position_avg_price * (1 + take_profit/10000))
strategy.exit("Cerrar Venta", "Venta", stop=strategy.position_avg_price * (1 + stop_loss/10000), limit=strategy.position_avg_price * (1 - take_profit/10000))
// Visualización en el Gráfico
plot(ema_rapida, color=color.blue, title="EMA Rápida (9)")
plot(ema_lenta, color=color.red, title="EMA Lenta (21)")
plot(bb_superior, color=color.green, title="Banda Superior")
plot(bb_inferior, color=color.red, title="Banda Inferior")
hline(rsi_sobrecompra, "Sobrecompra", color=color.red)
hline(rsi_sobreventa, "Sobreventa", color=color.green)