Bitnode Market Sentiment IndicatorThe Bitnod Market Sentiment Indicator leverages volume analysis and price action to detect significant market movements, providing buy and sell signals based on large volume spikes and price trends. Ideal for traders looking to capture market psychology and spot accumulation or distribution phases, this indicator combines trend-following and volume-based signals to highlight key entry and exit points.
Indicatori e strategie
resistance lineمرحبا متداوين
طول الفترة للمقاومة والدعم: تحدد عدد الفترات (الأشرطة) المستخدمة لحساب أعلى وأدنى الأسعار لتحديد مستويات المقاومة والدعم.
طول المتوسط المتحرك: عدد الفترات المستخدمة لحساب المتوسط المتحرك البسيط (SMA).
حساب مستويات الدعم والمقاومة
ta.highest(high, resistance_length): يحسب أعلى سعر خلال فترة معينة لتحديد مستوى المقاومة.
ta.lowest(low, support_length): يحسب أدنى سعر خلال فترة معينة لتحديد مستوى الدعم.
isBullOrderBlock: تحديد كتل الطلب (Bull Order Block) بناءً على:
السعر الأدنى الحالي أعلى من السعر الأدنى للفترة السابقة.
سعر الإغلاق أعلى من سعر الفتح.
سعر الإغلاق الحالي أعلى من سعر الإغلاق للفترة السابقة.
isBearOrderBlock: تحديد كتل العرض (Bear Order Block) بناءً على:
السعر الأعلى الحالي أقل من السعر الأعلى للفترة السابقة.
سعر الإغلاق أقل من سعر الفتح.
سعر الإغلاق الحالي أقل من سعر الإغلاق للفترة السابقة.
الخلاصة
هذا المؤشر يجمع بين عدة أدوات تحليل فني لتقديم رؤية شاملة للسوق:
مستويات الدعم والمقاومة: تساعد في تحديد مستويات الأسعار الهامة التي قد يتفاعل معها السوق.
المتوسط المتحرك: يوفر اتجاهًا عامًا للسوق ويساعد في تحديد نقاط الدخول والخروج.
كتل الطلب والعرض: تشير إلى مناطق قوة المشترين والبائعين.
مناطق السيولة: تحدد المناطق التي قد يشهد فيها السوق تقلبات كبيرة بسبب تجمع السيولة.
الفجوات السعرية العادلة: تشير إلى الفجوات بين الأسعار التي قد تُستغل في التداول.
إشارات الدخول: توفر إشارات تلقائية للدخول في صفقات شراء أو بيع بناءً على تفاعل السعر مع كتل الطلب والعرض.
Special indicator CHoCH, Trend, Candlestick, RSI, Channel, S&DBuy and Sell Signal Conditions: We now combine multiple conditions like candlestick patterns, trend analysis (CHoCH), and support/resistance to generate valid buy and sell signals.
RSI Confirmation: RSI is used only as confirmation for the signals and is not the sole condition for generating a signal.
Entry Points: Buy and sell signals will appear only when the conditions are met.
Exit Points: Exit points are displayed using plotshape when conditions like trend reversal or opposite signals occur.
How this script works:
Buy Signals are generated when a bullish candlestick or bullish pin bar occurs at or above a support level, and the market is in an uptrend with a bullish CHoCH. The RSI must also be in the oversold region for confirmation.
Sell Signals are generated when a bearish candlestick or bearish pin bar occurs at or below a resistance level, and the market is in a downtrend with a bearish CHoCH. The RSI must also be in the overbought region for confirmation.
Exit signals are generated if the opposite trend occurs or if the price moves beyond the support or resistance levels.
Support and Resistance Lines are drawn to help you visualize potential entry and exit zones.
Next Steps:
You can now test this on your chart to see the buy and sell signals generated.
If you still face any issues with the strategy, let me know so we can troubleshoot and refine it further.
Bull Market Support Band buy - NJThis strategy buys when the weekly 21-period EMA (Exponential Moving Average) crosses above the weekly 20-period SMA (Simple Moving Average), signaling potential bullish momentum. It closes the position (sells) when the EMA crosses below the SMA, indicating a potential trend reversal.
Smart Wick Concept (SWC)Smart Wick Concept (SWC)
The Smart Wick Concept (SWC) is a unique trend-following strategy designed to capture precise entry points in trending markets. This indicator identifies trade opportunities based on higher timeframe trends and wick behavior on lower timeframes, making it an effective tool for intraday and swing traders.
Key Features:
Trend Identification:
SWC uses the H1 timeframe to define the primary market trend (bullish or bearish), ensuring alignment with the overall market direction.
Precise Entry Signals:
Entry opportunities are generated on the M15 timeframe when a candle's wick interacts with the prior candle's range. This approach minimizes false signals and enhances accuracy.
Stop Loss and Take Profit Levels:
The indicator automatically calculates suggested stop loss and take profit levels based on market dynamics, providing traders with a clear risk-reward framework.
Customizable Parameters:
SWC allows traders to adjust key settings, such as the higher timeframe and minimum trend range, to align with their trading preferences and market conditions.
How It Works:
Bullish Entry:
Higher timeframe trend must be bullish.
A M15 candle must dip below the previous candle’s low and close back above it, signaling a potential buy opportunity.
Bearish Entry:
Higher timeframe trend must be bearish.
A M15 candle must exceed the previous candle’s high and close back below it, signaling a potential sell opportunity.
Risk Management:
Stop loss is placed at the low (for buys) or high (for sells) of the current M15 candle.
Take profit targets are calculated at twice the risk, ensuring a favorable risk-reward ratio.
Benefits:
Aligns trades with market momentum.
Reduces noise by filtering out weak or sideways trends.
Provides a structured approach to trading XAUUSD and other volatile instruments.
Use Cases:
The Smart Wick Concept is ideal for traders looking for a disciplined and data-driven approach to trading. While it is optimized for XAUUSD, it can also be applied to other trending markets such as major currency pairs or indices with some parameter adjustments.
Disclaimer:
This indicator is a trading tool and should not be used as a standalone strategy. Always backtest the indicator thoroughly and use proper risk management to protect your capital. Past performance does not guarantee future results.
Camarilla Pivot Points by rkConditional Visibility:
Instead of using if blocks, the visibility of each plot is controlled by passing na (not available) when the corresponding toggle is turned off.
Usage of plot:
Each plot call is outside of any conditional block, ensuring it meets Pine Script's requirements.
Inputs for User Control:
The show_pivots, show_supports, and show_resistances inputs control whether each level is plotted.
How to Use:
Copy and paste this script into the Pine Editor in TradingView.
Click Add to Chart.
Use the input options to toggle visibility for pivot, resistance, and support levels.
Breaks and Retests [HG]Breaks and Retests with MAs Crossover.
This Indicator provides support and resistance levels with breaks and Retests with probable Retests. Along with this I have combines multiple simple moving averages which provides the proper clarification of the price movement.
Trading Strategy:
Price shows long when all the moving averages are upside with break of the level. Short when all the moving averages are downside with break alert.
Disclaimer:
This Indicator I have made for my personal use and for educational purpose only.
Velora RSI & MFI - litethis script can be used to get the perfect buy and stop candles
once the MFI goes lower than 20 and the rsi below 30
you should be looking for a green candle once you got it , you can jump on buy
this bot is by velora
hamid alqwaysim & khaled nedal
Sell Indicator By WasikEnjoy! I have made this indicator to catch the downtrend for a small timeframe ( eg: 5 min ). It will show you the trend when to sell your positions. Hooray!!!!
Custom Awesome OscillatorIndicator based on Awesome Oscillator. Histogram turns green on RSI overbought conditions and red on oversold conditions. Background is set against Bollinger Bands expansion and contraction. Perhaps it would be better to uncheck the RSI setting.
SMA Crossover SignalsThis Script is designed to identify and visually highlight trading signals based on the crossover of two simple moving averages (SMAs) and the relationship between the price and a third SMA. Here's what the script does:
Simple Moving Averages:
Calculates three SMAs:
8-period SMA (sma8): Short-term moving average.
20-period SMA (sma20): Mid-term moving average.
50-period SMA (sma50): Used to determine the overall trend.
Signal Generation:
Buy Signal: A "BUY SIGNAL" is generated and labeled when:
The 8 SMA crosses above the 20 SMA.
The closing price is above the 50 SMA (indicating an uptrend).
Sell Signal: A "SELL SIGNAL" is generated and labeled when:
The 8 SMA crosses below the 20 SMA.
The closing price is below the 50 SMA (indicating a downtrend).
Visual Elements:
SMA Plots:
The 8 SMA is plotted in blue.
The 20 SMA is plotted in red.
Labels:
"BUY SIGNAL" labels are placed above the high of the corresponding bar, in green, with reduced font size.
"SELL SIGNAL" labels are placed below the low of the corresponding bar, in red, with reduced font size.
Background Coloring:
The background is shaded green when the price is above the 50 SMA.
The background is shaded red when the price is below the 50 SMA.
Purpose:
This script is intended to help traders quickly identify buy and sell opportunities based on moving average crossovers and the trend as defined by the 50 SMA. The visual cues make it easier to see the current trend and possible entry or exit points.
This script can be applied to any chart on TradingView to analyze the market conditions and assist in making trading decisions.
5분봉 레버리지 20배 자동매매 전략 (최종)//@version=5
indicator("5분봉 레버리지 20배 자동매매 전략 (최종)", overlay=true)
// === PARAMETERS ===
// RSI
rsiPeriod = input.int(14, title="RSI Period", minval=1)
overbought = input.float(70.0, title="RSI Overbought Level", step=0.1)
oversold = input.float(30.0, title="RSI Oversold Level", step=0.1)
// 이동평균선
smaShort = input.int(50, title="Short SMA Length", minval=1)
smaLong = input.int(200, title="Long SMA Length", minval=1)
// 리스크 관리
takeProfit = input.float(3.0, title="Take Profit %", step=0.1)
stopLoss = input.float(1.0, title="Stop Loss %", step=0.1)
// === INDICATORS ===
// RSI
rsiValue = ta.rsi(close, rsiPeriod)
// 이동평균선
smaShortValue = ta.sma(close, smaShort)
smaLongValue = ta.sma(close, smaLong)
// MACD
= ta.macd(close, 12, 26, 9)
// 볼린저 밴드
= ta.bb(close, 20, 2)
// 프랙탈
bullishFractal = ta.pivotlow(low, 2, 2) // 하락 프랙탈
bearishFractal = ta.pivothigh(high, 2, 2) // 상승 프랙탈
// 엘리어트 파동 (간단한 패턴 분석)
wave1 = (rsiValue < oversold) and (smaShortValue > smaLongValue) and (macdLine > signalLine)
wave3 = (rsiValue > oversold) and (macdLine > signalLine) and (close > upperBB)
wave5 = (rsiValue > 70) and (macdLine < signalLine) and (close > smaLongValue)
waveA = (rsiValue > overbought) and (macdLine < signalLine) and (close < smaShortValue)
waveC = (rsiValue < 30) and (macdLine > signalLine) and (close < lowerBB)
// === LONG ENTRY CONDITION ===
longCondition = (rsiValue < oversold) and (smaShortValue > smaLongValue) and (macdLine > signalLine) and (close <= lowerBB) and not na(bullishFractal) and (wave1 or wave5)
// === SHORT ENTRY CONDITION ===
shortCondition = (rsiValue > overbought) and (smaShortValue < smaLongValue) and (macdLine < signalLine) and (close >= upperBB) and not na(bearishFractal) and (waveA or waveC)
// === ALERTS ===
if (longCondition)
alert("LONG_SIGNAL", alert.freq_once_per_bar)
if (shortCondition)
alert("SHORT_SIGNAL", alert.freq_once_per_bar)
// === VISUAL INDICATORS ===
// 이동평균선
plot(smaShortValue, title="SMA 50", color=color.blue)
plot(smaLongValue, title="SMA 200", color=color.red)
// 볼린저 밴드
plot(upperBB, title="Upper BB", color=color.green)
plot(lowerBB, title="Lower BB", color=color.red)
// RSI 레벨
hline(overbought, "RSI Overbought", color=color.red)
hline(oversold, "RSI Oversold", color=color.green)
plot(rsiValue, title="RSI", color=color.purple)
// 프랙탈 표시
plotshape(not na(bullishFractal), title="Bullish Fractal", style=shape.triangleup, location=location.belowbar, color=color.green, size=size.small, text="Bull")
plotshape(not na(bearishFractal), title="Bearish Fractal", style=shape.triangledown, location=location.abovebar, color=color.red, size=size.small, text="Bear")
// ENTRY POINT 표시
var float lastLongEntry = na
var float lastShortEntry = na
if (longCondition)
lastLongEntry := close
if (shortCondition)
lastShortEntry := close
plotshape(not na(lastLongEntry), title="Long Entry Point", style=shape.labelup, location=location.belowbar, color=color.green, text="LONG")
plotshape(not na(lastShortEntry), title="Short Entry Point", style=shape.labeldown, location=location.abovebar, color=color.red, text="SHORT")
5-Candle Swing High/LowDescription:
This Pine Script indicator identifies potential swing highs and lows based on a 5-candle pattern. It highlights instances where the current candle's high (or low) is significantly higher (or lower) than the preceding four candles.
Key Features:
Identifies Swing Highs and Lows: Visually marks potential turning points in price action.
Customizable Lookback Period: Allows you to adjust the number of candles considered for swing identification.
Easy to Use: Simple to apply and customize within the TradingView platform.
Disclaimer:
This indicator is for educational and informational purposes only. Trading in financial markets involves significant risk and can result in losses. This indicator should not be considered financial advice and should be used with caution.
This revised description:
Focuses on general concepts: It highlights the indicator's purpose and key features without revealing specific coding details.
Emphasizes user-friendliness: It mentions the ease of use and customization.
Includes a strong disclaimer: It clearly states that the indicator is not financial advice and that trading involves risk.
This revised description is more appropriate for public sharing as it maintains a level of generality while still providing essential information about the indicator.
Note: Even with this revised description, it's crucial to remember that sharing your code publicly can have implications. Always exercise caution and consider the potential risks before making your code publicly available.
CandlestickThe indicator generates a table that offers a clear visualization of the historical return percentages for each candlestick pattern strategy over a specified time period. This table serves as an organized resource, serving as a launching point for in-depth research into candle formations. It may help to rectify any misconceptions surrounding candlestick patterns, refine trading approaches, and it could be foundation to make informed decisions in trading journey.
Improved Strategy with RSI Trending UpwardsThis strategy is trying to test RSI affect on price trend.
HenkieThee || Dema-Median CrossoverHenkieThee || Dema-Median Crossover
This indicator uses a Double Exponential Moving Average (DEMA) alongside a Median filter to highlight potential shifts in price momentum. When the DEMA crosses above the Median, it signals a bullish trend bias; when it crosses below, it signals a bearish bias.
Key Features
Custom Lengths: Fine-tune both DEMA and Median lengths to adapt to different market conditions or timeframes.
Dynamic Visuals: Background coloring helps you quickly recognize bullish (green) or bearish (red) zones on your chart.
Multiple Sources: Choose your own input sources (e.g., low, hl2) for DEMA or Median calculations.
User-Friendly: The script is designed to be easy to understand and integrate into various trading strategies.
How to Use
Add the indicator to your TradingView chart and select your preferred timeframe.
Adjust Henkiethee_demaleng and Henkiethee_medianleng to suit your trading style and target market.
Look for bullish or bearish crossovers as potential signals; confirm with other technical or fundamental analysis tools.
Disclaimer
This script is for educational and informational purposes only. Do your own research and utilize proper risk management before making any trading decisions.
Custom Fibonacci Strategy with Zonesgf;ldgjfl;dkgjdfklgkjkfdgjdfklgfdgfdjfg
gkfdjgfkldjgkldfjglfdjlgjkldfjkg
dlf;kgjkdflgjkfdjgdfjglkdfjgkfdljgdf
Trend-Based Tops and BottomsTrend-Based Tops and Bottoms - Description Détaillée
Cet indicateur, souvent utilisé pour repérer des configurations importantes de tendance sur le graphique, est conçu pour identifier les points hauts et bas de tendance. Contrairement à un simple suivi des plus hauts et bas locaux (comme avec les retracements de Fibonacci), cet indicateur se base sur des règles spécifiques de confirmation de tendance pour déceler des sommets et creux pertinents. Voici les détails :
Fonctionnalités Principales
Détection des Sommets et Creux Basés sur la Tendance :
Identifie automatiquement les tournants significatifs de la tendance selon une logique de confirmation :
Un sommet est confirmé lorsque le prix baisse après un point haut, atteignant un niveau inférieur.
Un creux est confirmé lorsque le prix monte après un point bas, atteignant un niveau supérieur.
Flexibilité des Paramètres :
L’utilisateur peut définir des seuils spécifiques pour identifier un sommet ou un creux, comme :
Le nombre de bougies avant de confirmer une cassure.
L’amplitude minimale du mouvement en pourcentage ou en points.
Affichage Visuel Direct sur le Graphique :
Trace des icônes distinctes (comme des triangles ou des cercles) pour marquer les sommets (hauts) et les creux (bas).
Adaptation Multi-Temporalité :
Convient à toutes les unités de temps (Daily, 15H, 4H, etc.) et s’ajuste automatiquement à la période choisie.
Signalisation des Points Importants :
Fournit des alertes ou marqueurs visuels pour les sommets ou creux de tendance confirmés.
Utilisation Pratique
Détection des Points de Retournement :
Les sommets et creux identifiés peuvent être utilisés pour prévoir des retournements potentiels de tendance.
Planification de Stratégies :
Sert de base pour des stratégies comme les cassures de ligne de tendance ou les retracements.
Support à l’Analyse Technique :
Complète d’autres outils comme les supports/résistances, les bandes de Bollinger, ou les oscillateurs.
Explications Techniques
L’indicateur fonctionne selon les principes suivants :
Sommets de Tendance (Tops) :
Un sommet est confirmé lorsque :
Le prix atteint un point haut local.
Le prix baisse ensuite en cassant une structure ascendante.
L’amplitude de la baisse est supérieure à un seuil configurable.
Creux de Tendance (Bottoms) :
Un creux est confirmé lorsque :
Le prix atteint un point bas local.
Le prix monte ensuite en cassant une structure descendante.
L’amplitude de la hausse est supérieure à un seuil configurable.
Paramètres Personnalisables :
L’utilisateur peut ajuster les paramètres suivants :
Lookback Periods : Nombre de bougies analysées pour repérer les sommets/creux.
Thresholds : Niveau minimal de changement de prix (en pourcentage ou points).
Bougies de Confirmation : Nombre de bougies nécessaires pour confirmer un sommet ou un creux.
Visualisation sur le Graphique :
Les sommets sont marqués par des icônes (par exemple, des triangles rouges).
Les creux sont marqués par d’autres icônes (par exemple, des triangles verts).
BLSH - ShriThe BLSH Price Table indicator (Buy at Low, Sell at High) is designed to help traders identify key price levels for informed decision-making. This indicator calculates:
25-Day Low (LOW25): The lowest price over a user-defined period (default: 25 days).
GTT (Good Till Triggered): A customizable price level, expressed as a percentage above the 25-day low (default: 6.5%).
Target Price: A profit-based price level, calculated as a percentage above the GTT (default: 3.14%).
The BLSH Price Table visually plots these levels and provides a table summarizing them for easy reference.
Use LOW25 to identify strong support zones.
Use GTT as a breakout or re-entry point.
Use Target Price to plan profitable exits.
This indicator is ideal for swing traders seeking to capitalize on low-risk buy opportunities and strategic sell points.
Arrow-SimplyTrade vol1.4-FinalOstanie poprawki względem skryptu.
Dodane strzałki w przeciwnym kierunku do trendu.
Alerty zaktualizowane do jednego wspólnego.
Udoskonalone i poprawione wskaźniki potwierdzające nam dokładniej czy możemy w danym momencie wejść w transakcje.pote
Strzałka w odpowiednim kierunku, pokazuje w która stronę chcemy iść.
Uwaga. Wyniki z przeszłości nie gwarantują wyników w przyszłości.
Last adjustments to the script:
Opposite direction arrows have been added to the trend.
Alerts updated to a single, unified alert.
Indicators have been improved and refined to provide more accurate confirmation of when we can enter a trade.
Arrow in the correct direction shows the direction we want to go.
Note: Past results do not guarantee future performance.