Premarket/Previous Day Level Break & EMA Condition DotsThis indicator helps prevent chop and clarifies trend direction.
I prefer on 10 min chart, Indicator will show up only after price has broken previous day levels or pre-market levels, this avoids chop, once green shows for calls, or red for puts, wait for a retest of one of the daily levels, the first 5 min ORB levels, OR a retest off the 8 or 20 EMA when price is overextended.
Conditions for Green Dot: The green dot appears when the price is above either the premarket high or previous day's high, and also above both the 8 EMA, 20 EMA, and VWAP.
Conditions for Red Dot: The red dot appears when the price is below the premarket high or previous day's high, below both the 8 EMA, 20 EMA, and VWAP.
Индикаторы и стратегии
JaiAmbe - Price Range CheckerShows Upside signal if price above 10/20 ema
Shows circle signal if price between10/20 ema
Shows below signal if price below 20 ema
This indicator is helpful in filtering an existing watchlist where we have many stocks and we are only interest which are 10ema .
Go to pin screena nd select that watchlist and select "JaiAmbe - Price Range Checker" and select "Price 10/20 EMA" to TRUE and do scan.
It will filter the watchlist.
in.tradingview.com
Markttechnik Strategie mit Pyramiding und Drawdown-Limit >60% Trades due Markttechnik which is widely used by financial institutions in germany.
Parameter settings are essential for success . > 60% successfull
[blackcat] L2 Waveband Trading█ OVERVIEW
The Waveband Trading script calculates trading signals based on a modified Relative Strength Index (RSI)-like system combined with specific price action criteria. It plots two lines representing different smoothed RSI-like indicators and marks potential buying opportunities labeled as "S" for stronger trends and "B" for weaker but still favorable ones.
█ LOGICAL FRAMEWORK
The script begins by defining the waveband_trading_signals function which computes RSI-like metrics and determines buy signals under certain conditions. The main sections include input parameter definitions, function calls, data processing within the function, and plot commands for visual representation. Data flows from historical OHLCV data to various technical computations like EMAs and SMAs before being evaluated against user-defined thresholds to generate trade signals.
█ CUSTOM FUNCTIONS
Waveband Trading Signals:
• Purpose: Computes waveband trading signals using a customized version of the RSI indicator.
• Parameters:
— overboughtLevel: Threshold level indicating market overbought condition.
— oversoldLevel: Threshold level indicating market oversold condition.
— strongHoldLevel: Strong hold condition threshold between neutral and overbought states.
— moderateHoldLevel: Moderate hold condition threshold below strong hold level.
• [b>Returns: A tuple containing:
— k: Smoothed RSI-like metric.
— d: Further smoothed version of 'k'.
— buySignalStrong: Boolean indicating a strong trend buy signal.
— buySignalWeak: Boolean indicating a weak but promising buy signal.
█ KEY POINTS AND TECHNIQUES
• Utilizes EMA and SMA functions to smooth out price variations effectively.
• Employs crossover logic between fast ('k') and slow ('d') indicators to identify entry points.
• Incorporates volume checks ensuring increasing interest in trades aligns with upwards momentum.
• Leverages predefined threshold levels allowing flexibility to adapt to varying market conditions.
• Uses the new labeling feature ( label.new ) introduced in Pine Script v5 for marking significant chart events visually.
█ EXTENDED KNOWLEDGE AND APPLICATIONS
Potential enhancements could involve incorporating additional filters such as MACD crossovers or Fibonacci retracement levels alongside optimizing current conditions via backtesting. This technique might also prove useful in other strategies requiring robust confirmation methods beyond simple price action; alternatively, adapting it into a more automated form for execution on exchanges offering API access. Understanding key functionalities like relative strength assessment, smoothed averaging techniques, and conditional buy/sell rules enriches one’s toolkit when developing complex trading algorithms tailored specifically toward personal investment philosophies.
Candlestick Pattern DetectorFeatures
Reversal Patterns:
Bullish Patterns:
Bullish Engulfing: A strong reversal signal when a bullish candle completely engulfs the previous bearish candle.
Hammer: Indicates a potential bottom reversal with a small body and a long lower wick.
Morning Star: A three-candle pattern signaling a transition from a downtrend to an uptrend.
Bearish Patterns:
Bearish Engulfing: A bearish candle fully engulfs the prior bullish candle, indicating a potential downtrend.
Shooting Star: A potential top reversal with a small body and a long upper wick.
Evening Star: A three-candle pattern signaling a shift from an uptrend to a downtrend.
Continuation Patterns:
Bullish Continuation:
Rising Three Methods: A consolidation pattern within an uptrend, indicating the trend is likely to continue.
Bearish Continuation:
Falling Three Methods: A consolidation pattern within a downtrend, suggesting further downside movement.
Visual Highlights:
Bullish Reversal Patterns: Labeled below candles with a green "Bullish" marker.
Bearish Reversal Patterns: Labeled above candles with a red "Bearish" marker.
Bullish Continuation Patterns: Displayed as blue triangles pointing upward.
Bearish Continuation Patterns: Displayed as orange triangles pointing downward.
Real-Time Alerts:
Get notified when a specific candlestick pattern is detected, enabling you to act quickly in dynamic market conditions.
Marubozu White with ATR-based SL and TPMarubozu White with ATR-based SL and TP
***ช่วงการซื้อขาย: 2023-01-01 19:00 - 2025-01-07 09:00, ***ช่วงการทดสอบย้อนหลัง: 2023-01-01 07:00 ถึง 2025-01-07 09:00
***สัญลักษณ์: BINANCE:BTCUSD.P ไทนเฟรม: 2 ข้าโมง,
***Risk/Reward Ratio: 2, ATR Length: 1, ATR Multiplier for SL: 9.5
VST: Daily Close Crossing Weekly HMA & Daily WMAVST: Daily Close Crossing Weekly HMA & Daily WMA, may change its direction upwards and vis a versa
SZN TrendThis indicator showcases various trends.
Local Trend - 13, 21, 34 EMA
Daily Trend - H4 100 and 200 EMA
Weekly Trend - Daily 100 and 200 EMA.
Courtesy of Docxbt.
Close Difference of rolling candleThis is a modified version of FTFC concept.
FTFC concept look at HTF candle's direction, green or red.
This indicator calculate the closing price difference in a rolling base. For example, if now it is 3:05pm, it will show the price difference at closing between 3:05pm and 2:04pm if you use 60 mins as the setting. The moment it turn or green, it means in the last 1 hour, the candle is green. It is not tied to a time point of the HTF clock.
Monthly Drawdowns and Moves UP This script allows users to analyze the performance of a specific month across multiple years, focusing on maximum drawdowns and maximum upward moves within the selected month. The script offers the following features:
Dynamic Month Selection : Choose any month to analyze using an intuitive dropdown menu.
Maximum Drawdown and Upward Move Calculations :
Calculate the largest percentage drop (drawdown) and rise (move up) for the selected month each year.
Visual Highlights :
The selected month is visually highlighted on the chart with a semi-transparent overlay.
Dynamic Labels:
Labels display the maximum drawdown and upward move directly on the chart for better visualization.
Comprehensive Table Summary:
A table provides a year-by-year summary of the maximum drawdowns and upward moves for the selected month, making it easy to spot trends over time.
Customizable Display Options:
Toggle the visibility of drawdown labels, move-up labels, and the summary table for a clutter-free experience.
This tool is perfect for traders and analysts looking to identify seasonal patterns, assess risk and opportunity, and gain deeper insights into monthly performance metrics across years. Customize, explore, and make informed decisions with this powerful Pine Script indicator.
Closing Price Difference-FTFC concept-reset at each HTFPlease read FTFC concept first.
This indicator track the current time frame (HTF) closing price difference.
If you select 1 hour, you got to see the current closing price go back to the exact 1 hour time frame when it starts. For example, if now it is 3:05pm, the candle is green, that means, the one hour candle from 3:00pm to the current moment is green. So the chart reset at the time frame of your choice. I will create an non-reset version later. There is a threshold filter you can choose.
FTFC concept tell us to trade in the same direction of the HTF moving direction. This indicator help you see the FTFC trend at the time frame of your choice. Try 30m or 1H above
Master Bitcoin & Litecoin Stock To Flow (S2F) ModelMaster Bitcoin & Litecoin Stock-to-Flow (S2F) Model
This indicator visualizes the Stock-to-Flow (S2F) models for Bitcoin (BTC) and Litecoin (LTC) based on Plan B's methodology. It calculates S2F and projects price models for both assets, incorporating daily changes in circulating supply. The script is designed exclusively for daily timeframes.
Features:
LTC & BTC S2F Models:
Calculates Stock-to-Flow values for both assets using daily new supply and circulating supply data.
Models S2F values with a customizable multiplier for precise adjustments.
500-Day Moving Average Models:
Smoothens the S2F model by applying a 500-day (18-month) moving average, providing a long-term trend perspective.
Customizable Inputs:
Adjust LTC and BTC multipliers to fine-tune the models.
Alert for Timeframe:
Alerts users to switch to the daily timeframe if another period is selected.
Plots:
LTC S2F Model: Blue line representing Litecoin’s calculated S2F-based price model.
BTC S2F Model: Orange line representing Bitcoin’s calculated S2F-based price model.
500-Day Avg Models: Smoothened S2F models for both LTC and BTC.
Notes:
Requires daily timeframe (1D) for accurate calculations.
Supply data is sourced from GLASSNODE:LTC_SUPPLY and GLASSNODE:BTC_SUPPLY.
Disclaimer:
This model is derived from Plan B's S2F methodology and is intended for educational and entertainment purposes only. It does not reflect official predictions or financial advice. Always conduct your own research before making investment decisions.
Multi-ticker Daily Pivot AlertDescription:
The Big Tech Daily Pivot Alert is a powerful TradingView indicator designed to monitor daily pivot points for major tech and market-leading tickers. It provides real-time alerts when prices approach their daily pivot levels, helping traders identify potential trading opportunities during the U.S. market hours.
Key Features:
Multi-Ticker Monitoring: Tracks the daily pivot points for top tech and market tickers, including NVDA, TSLA, AMZN, NFLX, SPY, QQQ, GOOGL, MSFT, META, and AAPL.
Daily Pivot Calculations: Uses yesterday's high, low, and close prices to calculate the pivot point for each ticker.
Real-Time Alerts: Sends instant alerts when the open, high, low, or current price is near the pivot point (within 0.25% tolerance).
Time-Sensitive Alerts: Operates exclusively during U.S. market hours (6:00 AM to 1:00 PM PST) on weekdays (Monday to Friday).
Customizable Alert Format: Alerts are sent as JSON payloads for seamless integration with platforms like Discord or other webhook-supported systems.
How It Works:
The indicator calculates the daily pivot point for each ticker using the formula:
Pivot Point = (High + Low + Close) / 3
It continuously monitors the open, high, low, and current prices of each ticker on a 1-minute timeframe.
If any value approaches the pivot point within a configurable threshold (default: 0.25%), it triggers an alert with detailed information for all tickers meeting the criteria.
Who Should Use It:
Day Traders: Spot potential price reversal or breakout levels based on pivot point testing.
Swing Traders: Identify key levels of support and resistance to inform trading decisions.
Tech and Market Enthusiasts: Stay updated on critical price levels for major tech and market tickers.
Instructions:
Add the indicator to your chart.
Configure your webhook endpoint to receive alerts (e.g., Discord or Slack).
Monitor alerts for actionable opportunities when prices test pivot points.
Buy the Close, Sell the OpenScript de prueba para la estrategia de "Buy the Close, Sell the Open" sugerida por el master HC.
SMA trendIt's simply an SMA (Simple moving average). Set at 8 and when it changes direction it changes color. This will determine what's the trend direction.
Global M2 MonitorYoY change in M2s from US, China, Eurozone, and Japan.
US: 30% weight
China: 30% weight
Eurozone: 25% weight
Japan: 15% weight
These weights are approximations based on relative M2 sizes
Global M2 MonitorYoY change in M2s from US, China, Eurozone, and Japan.
US: 30% weight
China: 30% weight
Eurozone: 25% weight
Japan: 15% weight
These weights are approximations based on relative M2 sizes
Monday JumpThe "Monday Candles with Percentage Difference" indicator calculates the percentage difference between the opening and closing prices for each Monday and displays this difference. This indicator visually shows the user whether the price movement on Mondays is positive or negative.
PrysadaIndicatorAn indicator that shows the RSI value overlayed on the candle chart. The RSI values are inverted and can be interpreted as areas of support and resistance.
Monday Candles with Percentage Difference
The code selects Mondays and indicates the percentage change at which the market closed on those days.