Entry Signal Paint (RSI + DMI + Stoch + MACD)RSI above 60
Stoch - cross overslod
DMI - Ungli
// === RSI Condition ===
rsi = ta.rsi(rsiSource, rsiPeriod)
rsiCondition = rsi > 60
// === ADX and DI Condition ===
adx = ta.adx(adxPeriod)
plusDI = ta.plus_di(adxPeriod)
minusDI = ta.minus_di(adxPeriod)
adxCondition = adx > 15 and plusDI > minusDI
// === Stochastic Condition ===
k = ta.stoch(close, high, low, stochK)
d = ta.sma(k, stochD)
stochOversoldCross = ta.crossover(k, d) and k < 20
Search in scripts for "entry"
Entry Percent: EssamThis Pine Script code is designed to perform the task of computing and showcasing the profit percentage, profit value, and the duration for which a specific asset is held, all in real-time. The script effectively leverages the built-in resources to provide a seamless and robust experience, as it presents the calculated figures in an easily readable format on the chart, without causing any lag or disruptions to the chart.
Positional Swings by Batman TradesEntry and Exit Signals for higher timeframes based on Ema & Sma with RSI overbought/oversold plots for possible reversal indication.
It can be used for booking profit in the existing trade and take fresh position once the new candle breaks the high/low of alert candle depending upon the side.
Best work with high timeframes. (>1 Hour)
Best recommended for stocks
Entry Size 1barCalculates how many lots (100) you should buy/sell for any given bar with a fixed risk in USD and shows if Long (L), Short (S) or wait (w) with a label.
Requires max loss per week, trading days per day and lossing trading per day.
Entry Band(trial)This indicator is trial version. You can use for a month for free.
The indicator includes moving average and exponential moving average .
you can set the parameters you want.
you can see the trend.
green : up trend
orange : down trend
if you want to use this indicator, Please join the URL:
Entry BandThe indicator includes moving average and exponential moving average.
you can set the parameters you want.
you can see the trend.
green : up trend
orange : down trend
if you want to use this indicator, Please join the URL:
Entry FactorFind the most relevant price direction changes with ease, with this geometry-based indicator.
Stop wasting your time with moves that don't offer a satisfactory range for good profits.
Entry Bars -This algorithm takes in consideration Media averages, Volatility Movements and other Mathematical Properties.
-After adding this signal on TradingView, you will get notified every of potential long and short points triggered by the indicator.
-This signal alerts you anytime bars form a bullish or bearish pattern and price start to move in the suggested direction.
-It works in any time frame or market like Forex, Crypto, Commodities even Stocks.
-Recommended for bots or manual trading.
Do you need an Script or an expert adviser for Forex, contact our coding service
Get this indicator today! contact us
RocketScalperEntry follows the first normal candle after the highlights - use in conjunction with basic patterns, SFPs, and the until1mil indicators (SSO/MACD/MI/BZ)
[MV] %B with SMA + Volume Based Colored Bars
Entry Signal when %B Crosses with SMA and this is more meaningful if it supports colored bars.
Black Bar when prices go down and volume is bigger than 150% of its average, that indicates us price action is supported by a strong bearish volume
Blue Bar when prices go up and volume bigger than 150% of its average, that indicates us price action is supported by a strong bullish volume
VBC author @KIVANCfr3762
FX Sniper: T3-CCI Strategy - With 100 IndicatorsEntry signal when moving above -100, sell signal when going below 100
Amazing Crossover SystemEntry Rules
BUY when the 5 EMA crosses above the 10 EMA from underneath and the RSI crosses above the 50.0 mark from the bottom.
SELL when the 5 EMA crosses below the 10 EMA from the top and the RSI crosses below the 50.0 mark from the top.
Make sure that the RSI did cross 50.0 from the top or bottom and not just ranging tightly around the level.
How to setup Alert:
1) Add the Amazing Crossover System to your chart via Indicators
2) Find your currency pair
3) Set the timeframe on the chart to 1 hour
4) Press 'Alt + A' (create alert shortcut)
5) Set the following criteria for the alert:
Condition = 'Amazing Crossover System', Plot, ' BUY Signal'
The rest of the alert can be customized to your preferences
5) Repeat steps 1 - 4, but set the Condition = 'Amazing Crossover System', Plot, ' SELL Signal'
professor ai reversal day trading-[Cryptovarthagam]Professor AI Reversal Day Trading-
Overview:
Professor Reversal Scalping AI is a sophisticated chart-based trade planning indicator designed to assist intraday and short-term traders in identifying potential reversal breakout setups. This tool combines traditional price action logic with modern filters such as volume confirmation, RSI thresholds, wick rejection detection, and ATR-based risk planning.
It is designed to visually assist traders in planning entries, stop-loss levels, and take-profit zones without making trading decisions or offering financial advice. The indicator also supports webhook-ready alerts for use with external systems.
Purpose:
This indicator helps identify and visualize possible reversal entry opportunities following key price breakouts from support or resistance levels. It does not execute trades and should only be used as an analysis aid. Users are encouraged to combine it with their own strategies, tools, and discretion.
Key Features:
- Support & Resistance Breakout Detection
- Automatically identifies key pivot levels on the chart
- Uses recent volume spikes to confirm meaningful breakout attempts
- Optionally uses pivot-based logic for refined zone detection
- Reversal Entry Planning Logic
- After breakout detection, the indicator validates setups using body/wick structure and volume
- Entry is confirmed only if additional filters are satisfied
- Option to wait for candle close before triggering a setup
- Dynamic ATR-Based SL and TP Planning
- Calculates Stop Loss, Take Profit 1, and optionally Take Profit 2 levels using user-defined ATR multipliers
- Levels are drawn as visual guide lines with accompanying price labels
- Custom Risk Filters
- RSI-based entry filter to block long trades during overbought or short trades during oversold conditions
- Rejection wick filter to avoid entries with excessive wick candles (common in liquidity traps)
- Minimum TP1 reward % and maximum SL risk % filters ensure trade setups meet risk criteria
- PnL Estimation Tool
- Simulates profit/loss estimates for both TP1 and TP2 based on user capital and leverage
- Calculated PnL is shown on the chart per trade setup for reference
- Webhook Alert Support
- Sends JSON-formatted alerts on entry, TP1, TP2, and SL hit events
- Alerts are structured for easy integration with bots, dashboards, or messaging platforms
- Alerts include trade ID, price, SL/TP levels, RSI/wick conditions, and symbol/timeframe
Chart-Based Visualization
- All levels and trade zones are shown directly on the chart
- Entry and exit points are labeled for clarity
Optionally displays TP2 level
User Inputs:
ATR multipliers for SL, TP1, and TP2
Capital and leverage values for PnL estimation
RSI thresholds for long/short trade filtering
Wick rejection toggle and thresholds
Option to enable or disable confirmation on candle close
Support/resistance zone visualization toggle
Best Practices:
For reliable signals, it is recommended to enable “Wait for Bar Close Confirmation” in settings
Use the indicator on shorter timeframes (5m, 15m) for scalping setups
Combine with trend filters or your own confluence tools
Always validate alerts manually before acting on them
Compatibility:
Works with all TradingView assets (crypto, stocks, forex, indices, etc.)
Compatible across all timeframes
Best suited for high-volatility intraday trading
Disclaimer:
This script is intended solely for educational and analytical purposes. It does not provide financial advice or guarantee results. Users are responsible for their own trading decisions and any use of alerts or signals generated by this tool. The developer is not liable for any financial outcomes resulting from its use.
License:
Published under the Mozilla Public License 2.0
All logic is custom-developed by @cryptovarthagam.
You are welcome to use, review, and adapt the code for personal or educational purposes.
Penguin Trend🐧 Penguin Trend
Overview
The "Penguin Trend" indicator is designed to help traders identify potential breakouts after a period of low volatility or consolidation. It combines the concept of a Volatility Squeeze (Bollinger Bands vs. Keltner Channels) with a MACD-based trend filter to provide higher-probability signals.
---
How It Works
The indicator is based on three core components:
1. Volatility Squeeze:
The histogram bars appear only when volatility expands (the Upper BB moves outside the Upper KC). This event is known as a "Squeeze Release" and signals that the market may be about to make a significant move.
During periods of low volatility or sideways consolidation, the histogram will disappear.
2. Trend & Momentum Filter:
The color of the histogram bars is determined by the MACD and a fast EMA to gauge the direction and strength of the trend.
Lime: Strong Bullish Signal - The trend is up (MACD Cross-up) and short-term momentum is positive.
Red: Strong Bearish Signal - The trend is down (MACD Cross-down) and short-term momentum is negative.
Yellow: Weakening Momentum or Pullback - Indicates that while the primary trend is intact, short-term price is moving against it (e.g., a pullback in an uptrend).
3. Signal Line and Bar Coloring:
White Line: A moving average of the histogram, helping to visualize the general tendency of the volatility expansion.
Bar Coloring: The indicator also colors the price bars on the main chart to match the histogram (Lime, Red, Yellow) but only during a "Squeeze Release". This provides a clear visual cue directly on your chart.
---
How to Use
1. Look for the Squeeze: Identify periods where the histogram is flat (disappeared). This is the market consolidation phase.
2. Wait for the Release: The appearance of the first histogram bar signals that volatility is returning.
3. Confirm with Color:
Lime bars suggest a potential entry for a long position.
Red bars suggest a potential entry for a short position.
Yellow bars serve as a warning of a potential pullback or weakening trend; caution is advised.
Tip: For best results, use this indicator in conjunction with other technical analysis tools like support/resistance levels or volume analysis.
```
🚀 Turttle_Dalmata Indicator v4 ()Turttle_Dalmata™ is a proprietary, multi-timeframe confluence indicator that leverages a 9-factor logic model to provide high-confidence entry signals across crypto and futures markets. It is designed to support:
• Intraday alpha generation
• Systematic execution filters
• Signal delivery for automation/bot trading
• Enhanced trader discretion in high-volatility conditions
It does not repaint, and is compatible with TradingView alerts, webhook integrations, and strategy backtesting.
Buy/Sell Indicator with Candles + RSI + MACD + S/RHere's a full Pine Script strategy for TradingView that combines:
Morning Star & Evening Star Doji patterns
RSI
MACD
Support & Resistance (basic logic)
Buy/Sell arrows with entry points
This script is for educational use and can be optimized further depending on your asset/timeframe.