Nef33 - SMA, EMA, VWMA + RSI Overbought/Oversold + Imbalance/FVGImbalance: Se considera un imbalance alcista cuando el cierre de una vela está por encima del máximo de la vela anterior y el mínimo está por debajo del mínimo de la vela anterior. Esto crea un desajuste de precio que se marca con un color de fondo verde en el gráfico.
Un imbalance bajista se define cuando el cierre está por debajo del mínimo de la vela anterior y el máximo está por encima del máximo de la vela anterior. Esto se marca con un color de fondo rojo.
FVG (Fair Value Gap): Los gaps en el precio son similares a los imbalances. El código señala estas zonas donde hubo un desajuste de precio con las condiciones anteriores y las muestra sutilmente.
Fuerte Volumen: Si el volumen actual es mayor que el doble del promedio de volumen de los últimos 20 períodos, se considera que hay un "fuerte volumen". Esto se marca con un triángulo morado debajo de la vela.
Colores y Fondo:
El fondo verde marca un imbalance alcista.
El fondo rojo marca un imbalance bajista.
El triángulo morado marca un fuerte volumen.
Este código debería proporcionarte una forma visual de detectar imbalances y fuertes volúmenes de manera sutil, en línea con la estrategia ICT.
Wskaźniki i strategie
Doji Detector - by YustinusIndikator ini membantu dalam menemukan candlestick dengan range range minimal 0.01 (DOJI).
Nef 33 SMA, EMA, VWMA + RSI Overbought/OversoldSimple Moving Average (SMA), Exponential Moving Average (EMA), and Volume Weighted Moving Average (VWMA), each plotted with different colors (blue, orange, and green, respectively).
Relative Strength Index (RSI), with overbought and oversold levels set to 70 and 30, respectively, and with red and green signals showing when these conditions are met.
Fair Value Gap Strategyffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff fffffffffffffffffffffffffffffffffffffff
Scalping Fairas OilScalping trading minyak adalah strategi perdagangan yang memanfaatkan pergerakan kecil harga minyak dalam waktu singkat. Scalping dilakukan dengan membeli dan menjual minyak secara berkala.
Cara melakukan scalping trading minyak
Buka rekening trading dengan broker yang menawarkan trading minyak
Pantau berita pasar minyak, data ekonomi, dan faktor yang memengaruhi harga minyak
Analisis grafik harga minyak
Tentukan level support dan resistance utama
Atur strategi scalping
Lakukan pesanan beli atau jual berdasarkan strategi scalping saat peluang muncul
Pantau perdagangan dengan cermat
Sesuaikan level stop-loss dan take-profit jika perlu
Tutup posisi dan ambil keuntungan saat target profit tercapai
Kekurangan scalping
Scalping bisa sangat menuntut karena trader harus selalu memantau pasar dan siap mengambil tindakan dengan cepat
Scalping bisa sangat mahal karena trader harus membayar komisi dan biaya lainnya kepada broker
Scalping bukan untuk semua orang
FAISAL RAHMAN SIDIK
faisalrahmansidik@gmail.com
085345678944
Intraday Gap Detector BY(ELCHEQUE)Intraday Gap Detector
PUEDES VER EN LA GRAFICA CUANDO DEJE UN GAP UP Y UN GAP DOW
VWAP with ±2 & ±3 Sigmao integrate the VWAP and CDV logic for entry along with the ATR-based trailing stop loss for exits, we can combine the concepts and modify the strategy as follows:
Strategy Overview:
Long Entry:
Price is above VWAP.
CDV is positive (bullish).
Short Entry:
Price is below VWAP.
CDV is negative (bearish).
Exit Logic:
For Long: Use the ATR trailing stop. Exit when price crosses below the ATR line.
For Short: Use the ATR trailing stop. Exit when price crosses above the ATR line.
MA 200 crossing priceHow to Enable Alerts in TradingView:
Apply the indicator to your chart.
Click on "Alerts" (clock icon).
Click "Create Alert".
Under Condition, select your indicator name.
Choose "Any alert function call" (since we are using alertcondition()).
Set up notification preferences (popup, email, webhook, etc.).
Click "Create".
Now, when the price crosses above or below the 200 EMA, an alert will trigger! 🚀
Smart Money Zones (HTF)арапрт сраспр м рп мрпот мрпот мопот опмо мрмпот итьсам ртровк уекыимо протимчаквнрти
EMA Crossover with Candle Color //@version=5
indicator("EMA Crossover with Candle Color", overlay=true)
// Input untuk EMA
shortLength = input(9, title="Short EMA")
longLength = input(21, title="Long EMA")
// Menghitung EMA
shortEMA = ta.ema(close, shortLength)
longEMA = ta.ema(close, longLength)
// Menentukan persilangan
crossUp = ta.crossover(shortEMA, longEMA)
crossDown = ta.crossunder(shortEMA, longEMA)
// Warna candle berubah ketika terjadi persilangan
barColor = crossUp ? color.green : crossDown ? color.red : na
// Plot EMA
plot(shortEMA, title="Short EMA", color=color.blue, linewidth=2)
plot(longEMA, title="Long EMA", color=color.orange, linewidth=2)
// Memberikan tanda panah pada persilangan
plotshape(crossUp, location=location.belowbar, color=color.green, style=shape.labelup, title="Cross Up")
plotshape(crossDown, location=location.abovebar, color=color.red, style=shape.labeldown, title="Cross Down")
// Mengubah warna candle saat persilangan
barcolor(barColor)
Custom Strategy with Enhancements (Version 6)Custom Strategy with Enhancements (Version 6
Sure! I’ll adjust the script to reflect the trading time window from 9:30 AM to 3:30 PM. The time range can be defined more specifically by converting these hours into Unix timestamps, and we will check if the current time falls within this period.
Valuation Ratios PE PB PSThis Indicator Will Show You Below Valuations Ratios:
1. Price to Earnings
2. Price to Book
3. Price to Sales
Golden MovingThis indicator contain 4 Moving Averages as Band to help Traders to just trade by the trend of the Market.
You can easily adjust the the length and color of the moving without any limitation.
It also have Alert which you can only use for the Cross of TWO of the Moving and i strongly advise you to use it for the short moving like 9 & 21 .
Please comment me if you feel like you need any more information or help or any changes.
Thanks a Lot
Chi Bao KulaChỉ báo kết hợp nến Heikin Ashi và Ichimoku Cloud để xác định xu hướng thị trường. Hỗ trợ phân tích và tìm điểm vào lệnh hiệu quả
Chi Bao KulaChỉ báo kết hợp nến Heikin Ashi và Ichimoku Cloud để xác định xu hướng thị trường. Hỗ trợ phân tích và tìm điểm vào lệnh hiệu quả
Chi Bao KulaChỉ báo kết hợp nến Heikin Ashi và Ichimoku Cloud để xác định xu hướng thị trường. Hỗ trợ phân tích và tìm điểm vào lệnh hiệu quả
Customizable MACD Without SmootingThis MACD indicator shows you the distance between the fast and slow EMA's, which you can adjust to your preference. I removed the smoothing so that it is just a true representation of the distance between the two EMA's. The Zero line is where the two EMA's cross.
The idea with this indicator is to either look for expansion from the Zero Line, or extremes leading to reversals.
Longs Above 200 SMA & Shorts Belowuse this if the vwap is either above or below 200 sma till we get there, also have the vwap signal indicator as well put these both and turn on and off depending on where we are anytime of the day, one should be turned off for not getting too many signals , good luck just changed the chart
Cumulative DeltaCumulative delta mostafa trader sefrou
Two calculation methods:
CloseChange: Compares current close with previous close
BarUpDown: Compares close with open of the same bar
Mr Huk Strategy-Coral Trend with Bollinger Bands
This strategy, named "Mr Huk Strategy-Coral Trend with Bollinger Bands," combines the Coral Trend indicator and Bollinger Bands as a technical analysis tool. Written in Pine Script (v5), it is overlaid on the chart. Below is a summary of the strategy:
Key Components
MA 13 (Orange Line):
13-period Simple Moving Average (SMA).
Used as a reference for exit signals.
Plotted in red with a thickness of 3.
Coral Trend Indicator:
Smooths price movements to determine trend direction.
Generates buy-sell signals:
Buy: Coral Trend rises (green circles).
Sell: Coral Trend falls (red circles).
Plotted as circles with a thickness of 3.
Smoothing period (default: 8) and constant coefficient (default: 0.4) are customizable.
Bollinger Bands:
Uses a 20-period SMA (basis) and 2 standard deviations (deviation).
Upper and lower bands are plotted in purple, basis in blue.
The area between bands is filled with semi-transparent purple.
Used to measure volatility and analyze price movements.
Buy-Sell and Exit Rules
Buy Signal: Coral Trend gives a buy signal (green circles).
Sell Signal: Coral Trend gives a sell signal (red circles).
Exit Signals:
First exit: Coral Trend points fall below the line.
Second exit: Price falls below MA 13 (orange line).
Additional Recommendations
Heikin Ashi candles can be used.
When using Heikin Ashi, the "Ha Color Change And Alert" indicator is recommended.
The strategy is described as simple but profitable.
Purpose and Usage
Suitable for trend-following and volatility-based trades.
Parameters (smoothing period, Bollinger period, standard deviation) can be customized by the user.
Clearly displays buy-sell signals and exit points graphically.
This strategy aims to support trading decisions by analyzing trend direction and volatility.
14-Bar High/Low Close ChannelA twist on the Donchian Channels, instead of measuring the highs and lows, we're measuring the closes over a 14-day period
EMA365 Cross// Einfacher EMA-Cross Indikator mit Indikation der Crosses auf EMA-Linie und am Chart-Bottom
ema_01_len = input.int(10, title='Ema 1', minval=1)
ema_02_len = input.int(20, title='Ema 2', minval=1)
ema_03_len = input.int(50, title='Ema 3', minval=1)