New Daily Low with Offset Alert FeatureThis indicator plots the current day’s low as a horizontal line on your chart and provides an optional offset line above it. It’s designed for traders who want to monitor when price is near or breaking below the daily low. You can set alerts based on the built-in alert conditions to be notified whenever the market approaches or crosses below these key levels.
How to Use With Alerts:
1. Add the indicator to your chart and choose a timeframe (e.g., 15 minutes).
2. In the script inputs, enable or adjust the daily low line and any offset percentage if desired.
3. Open the “Alerts” menu in TradingView and select the corresponding alert condition:
• Cross Below Daily Low to detect when price dips below the day’s low.
• Cross Below Daily Low + Offset if you prefer a small cushion above the actual low.
4. Configure the alert’s frequency and notifications to stay updated on potential breakdowns.
This setup helps you catch new lows or near-breakdowns quickly, making it useful for both intraday traders and swing traders watching key support levels.
在腳本中搜尋"alert"
True Strength Index with Zones & AlertsKey Features:
True Strength Index (TSI) Calculation
Uses double-smoothed exponential moving averages (EMA) to calculate TSI.
A signal line (EMA of TSI) helps confirm trends.
Dynamic Color Coding for TSI Line
Green: TSI is above the signal line (Bullish).
Red: TSI is below the signal line (Bearish).
Crossover & Crossunder Signals
Bullish Crossover (TSI crosses above Signal Line) → Green Circle.
Bearish Crossunder (TSI crosses below Signal Line) → Red Circle.
Alerts for Trading Signals
Buy Alert: TSI crosses above the signal line.
Sell Alert: TSI crosses below the signal line.
Overbought & Oversold Zones
Overbought: Between 40 and 50 (Red Zone).
Oversold: Between -40 and -50 (Green Zone).
Highlighted Background when TSI enters these zones.
Neutral Line at 0
Helps determine trend direction and momentum shifts.
How to Use These Values:
• TSI Crosses Above Signal Line → Bullish entry.
• TSI Crosses Below Signal Line → Bearish entry.
• Overbought (+40 to +50) & Oversold (-40 to -50) zones → Watch for trend reversals.
• Divergence Signals → If price makes a new high/low but TSI doesn’t, momentum is weakening.
Last Candle Close Above/Below AlertHow it works:
The script calculates whether the close of each candle is above or below the close of the previous candle, same as the initial code.
isLastBar is checked and the last candle to be created is the only one that will receive the condition from this variable.
If a highlight is needed it will use this criteria and apply the correct color for the last candle only, and any other candle will not be colored.
If alerts are enabled they will only work for the last bar too.
How to Use:
Add this script to your TradingView chart.
Use the inputs to set the desired timeframe to analyze, whether you want an alert for candles closing above or closing below and the background colors.
The last candle will highlight yellow when the close is higher or lower than the previous candle.
Alerts will be triggered on the last candle if you enable the alert conditions.
Key Features:
Timeframe Selection: You can choose a different timeframe in the settings.
Candle Highlight: Candles that close above or below the previous candle are highlighted in yellow.
Alerts: Alerts are configurable to trigger for "Close Above" or "Close Below" conditions, based on your selection in the settings.
Trend Detection with AlertsPurpose of the Script
The script identifies trends on a chart (uptrend, downtrend, or sideways trend) and provides both visual cues and alerts when a trend changes. It uses two methods for trend detection:
Moving Averages (MA): It compares a short-term moving average (fast) with a long-term moving average (slow).
An uptrend occurs when the short-term MA is above the long-term MA.
A downtrend occurs when the short-term MA is below the long-term MA.
Price Action:
Higher highs (HH) indicate bullish momentum.
Lower lows (LL) indicate bearish momentum.
When these methods align, the script determines the trend and notifies the user of any trend changes.
Key Features
Moving Average Calculation:
A short-term moving average and a long-term moving average are calculated to determine the overall trend direction.
Trend Determination:
An uptrend is detected when the short-term MA is above the long-term MA and higher highs are present.
A downtrend is detected when the short-term MA is below the long-term MA and lower lows are present.
Otherwise, the trend is classified as sideways.
Alerts for Trend Changes:
Alerts are triggered when the trend changes from one state to another (e.g., sideways to uptrend).
Custom messages indicate the type of trend detected.
Background Colors:
The script changes the chart’s background color based on the current trend:
Green for uptrends.
Red for downtrends.
Gray for sideways trends.
Visualization of Moving Averages:
The moving averages are plotted on the chart for visual reference.
How It Works
Inputs for Flexibility:
The user can configure the lengths of the short-term and long-term moving averages.
A lookback period is used to determine higher highs or lower lows for additional confirmation.
Trend Logic:
The script checks the relationship between the moving averages to identify general trends.
It also evaluates price action to confirm trend strength (e.g., whether a higher high or lower low occurred).
Alert System:
When the detected trend changes (e.g., from sideways to uptrend), an alert is triggered. This ensures the user is notified of important market movements.
Dynamic Background Coloring:
The background color of the chart changes to reflect the current trend, making it easy to interpret the trend visually.
Use Cases
Trend Identification: Helps traders quickly identify market trends for decision-making.
Alerts for Trend Changes: Notifies traders when a new trend begins, ensuring they don’t miss key opportunities.
Visual Assistance: Makes it easier to interpret trends through color-coded backgrounds and moving average overlays.
Customization Options
Adjust Moving Average Lengths: Users can modify the short-term and long-term moving averages to suit their trading strategies.
Change Lookback Period: The sensitivity of higher highs and lower lows can be adjusted.
Personalized Alerts: Alerts can be customized for different trading scenarios.
Summary
This script provides an intuitive way to detect and visualize market trends while offering real-time alerts for trend changes. It’s an excellent tool for traders who want to stay informed about market conditions and make data-driven decisions.
Candle Ratio Alert**Candle Ratio Alert System for Multi-Pair, 5-Minute Charts**
This Pine Script indicator is designed for traders who want to monitor specific candle patterns across multiple assets on a 5-minute timeframe. The tool calculates the ratio of the candle's body size to its total wick size, allowing you to identify significant candles based on their structure. It is ideal for strategies that rely on candlestick analysis, such as breakout or reversal trading.
### Key Features:
1. **Customizable Threshold**: Set the body-to-wick ratio using an input slider, ensuring flexibility to match your strategy.
2. **Visual Alerts**: The script plots a purple marker above candles that meet the specified criteria, making it easy to spot qualifying patterns at a glance.
3. **Dynamic Alerts**: Integrated alert functionality notifies you via email or app when a candle satisfies the ratio condition. Alerts include the asset's ticker and timeframe for quick action.
4. **Multi-Pair Capability**: Compatible with assets like XAUUSD, BTCUSD, EURUSD, and GBPUSD, making it versatile for Forex and cryptocurrency trading.
### How It Works:
The script calculates the body size and total wick size of each candle. If the ratio exceeds the user-defined threshold, the script triggers a visual marker and sends an alert. The 5-minute timeframe ensures rapid identification of trading opportunities in volatile markets.
With its intuitive interface and powerful alert system, this tool streamlines your trading workflow, helping you stay focused on key market movements. Perfect for both beginners and experienced traders seeking precision and efficiency in their analysis.
ADX with Alerts for Strong Trending ConditionsMad Props to Chat GPT. Basically, this thing lets you set alerts on the ADX being Above 20 AND the Positive or Negative Directional Movement Line being Above the ADX. Useful for being alerted when a strong trend is in place to look for the pullback.
Description
The ADX with Custom Alerts indicator is designed to assist traders in identifying trends and potential trading opportunities based on the Average Directional Index (ADX) and Directional Indicators (DI+ and DI-). This tool provides a clear visual representation of market strength and directional movement, enhancing decision-making in trading.
Features
ADX Calculation:
The ADX measures the strength of a trend, regardless of its direction. The indicator calculates the ADX using a configurable length and a smoothing parameter, allowing traders to customize it based on their trading preferences.
Directional Indicators:
DI+: Represents bullish momentum.
DI-: Represents bearish momentum.
The indicator plots both DI+ and DI- alongside the ADX to give a complete picture of market direction.
Alert Conditions:
The indicator includes custom alert conditions that notify traders when:
Condition 1: The ADX rises above the defined threshold (default set at 20) and DI+ is above the ADX, indicating potential bullish momentum.
Condition 2: The ADX rises above the defined threshold and DI- is above the ADX, indicating potential bearish momentum.
Visual Representation:
The ADX line is plotted in blue, with the DI+ line in green and the DI- line in red.
A dotted horizontal line represents the ADX threshold, providing a clear visual cue for trend strength.
Background Highlighting:
The indicator uses background coloring to enhance visual analysis:
Green shading indicates when DI+ is above the ADX, suggesting bullish conditions.
Red shading indicates when DI- is above the ADX, suggesting bearish conditions.
Customizable Parameters:
Traders can adjust the length of the ADX calculation, the smoothing factor, and the threshold level to suit their trading strategies and timeframes.
Usage
This indicator is particularly useful for traders looking to:
Identify strong trends and potential entry points based on trend strength.
Make informed decisions using alerts that signal important market conditions.
Enhance their trading strategies with clear visual cues and customizable parameters.
FVG Alerts (Vortus)What are Fair Value Gaps (FVGs)?
Fair Value Gaps (FVGs) represent price inefficiencies where buying and selling volumes are imbalanced, creating gaps between the wicks of consecutive candles. These gaps often act as magnets for price, as markets tend to "fill" these gaps before resuming their trend.
FVGs can signal potential entry or exit points, making them a valuable tool for traders looking to exploit these price inefficiencies.
How to Use the Script to Add Alerts:
1. Add the Script to Your Chart:
Load the script into TradingView by pasting it into the Pine Script Editor, then apply it to your chart.
2. Adjust Your Settings:
In the "FVG Settings" section, decide whether you want gaps to be removed after their midpoint or full fill. You can also choose to identify gaps only after a candle has closed, adding a level of confirmation to your strategy.
Customize the colors for Bullish and Bearish FVGs under "Visual Settings" to match your chart's theme.
3. Set Up Your Alerts:
After adding the script to your chart, go to the "Alerts" section in TradingView.
Select either "Bullish FVG Filled" or "Bearish FVG Filled" from the "Condition" dropdown menu.
Configure the alert parameters such as frequency, expiration, and notification method according to your trading strategy.
4. Stay on Top of the Market:
Once set up, the script will automatically notify you when a Fair Value Gap is filled, keeping you informed of potential reversal or continuation opportunities without needing to constantly monitor the charts.
Feedback is Welcome
Swing High/Low & EMA Cross AlertScript Description:
This script on TradingView combines the detection of Swing High/Low points with exponential moving average (EMA) crossovers to provide buy and sell alerts and to mark swing points on the chart.
What the Script Does:
Swing High/Low Detection:
Uses the ta.pivothigh function to detect significant high points and the ta.pivotlow function to detect significant low points.
For each detected point, the script checks if it is a new higher high (HH) or lower high (LH) for the highs, and a new lower low (LL) or higher low (HL) for the lows.
Creates visual labels to identify these points on the chart, helping traders to visualize potential reversal points.
EMA Crossover:
Calculates two EMAs: a fast EMA (fastEMA) with a default period of 50 and a slow EMA (slowEMA) with a default period of 200.
Detects bullish crossovers (when fastEMA crosses above slowEMA) and bearish crossunders (when fastEMA crosses below slowEMA).
Generates buy and sell alerts based on these crossovers.
How the Script Works:
EMA Calculation: EMAs are calculated using the closing prices and user-defined periods.
Swing High/Low Detection: Uses the high and low values from the previous length bars to determine the swing points.
Alert Generation: Alerts are triggered when crossovers between the EMAs occur.
How to Use the Script:
Add to Chart: Insert the script into TradingView and apply it to the desired chart.
Configure Parameters:
Adjust the detection period for swing points (length).
Configure the periods for the EMAs (fastLen and slowLen).
Customize the colors for the swing point labels as per your preference.
Monitor Alerts: Use the EMA crossover alerts to make buy or sell decisions. Observe the swing point labels to identify potential trend reversals.
Justification for the Combination:
EMAs: Widely used to identify trend direction. Combining a fast EMA with a slow EMA helps capture both short-term and long-term trend changes.
Swing High/Low: Identifies reversal points in price, which are crucial for determining potential entry and exit points in trades.
Combination:
Combining EMAs and Swing High/Low provides a comprehensive view of price behavior, helping traders to effectively identify trends and reversal points.
This script is useful for traders who want to combine trend analysis (via EMAs) with the identification of reversal points (Swing High/Low), providing a more complete view of price behavior on the chart.
EMA Proximity AlertThe EMA Proximity Alert Indicator is designed to help traders identify when the price of an asset is close to a set of user-defined Exponential Moving Averages (EMAs). This indicator is particularly useful for those who use multiple EMAs as part of their trading strategy and want to receive alerts when the price approaches these key levels.
Features
Customizable EMAs:
The indicator supports four customizable EMAs with default periods of 9, 21, 55, and 100. Users can adjust the lengths of these EMAs according to their preferences.
Proximity Alerts:
Users can set a proximity percentage for each EMA individually. The indicator will generate an alert when the closing price is within the specified percentage of the EMA.
Visual Representation:
The EMAs are plotted on the chart with distinct colors:
EMA 1 (default 9) - Blue
EMA 2 (default 21) - Orange
EMA 3 (default 55) - Green
EMA 4 (default 100) - Red
Background Highlight:
The background of the chart will be highlighted in a semi-transparent color when the price is close to any of the monitored EMAs, making it easy to identify these areas at a glance.
Alert Conditions:
The indicator includes alert conditions that can be used to trigger notifications in TradingView. When the price is close to a monitored EMA, an alert is triggered with a message indicating which EMA is close.
Tooltip Symbols:
When the price is within the specified proximity to a monitored EMA, a small circular symbol is plotted above the bar. Hovering over this symbol displays a tooltip with information about the proximity, including the EMA length and the percentage.
Manual Trend Line Breakout Labels and Alerts (TA:MTL)Manual Trend Line Breakout Labels and Alerts (TA:MTL)
TA:MTL is an indicator designed for manually plotting trend lines with advanced features including future extension, automatic breakout labels, and alerts. Developed for traders and analysts seeking precise trend determination and timely response to trend changes.
Key Features
Manual Trend Point Selection: Set two time points to define the start and end of the main trend line.
Adaptive Extension: The trend line automatically extends into the future, aiding in the anticipation of potential trend direction.
Strict Breakout Conditions: The indicator monitors strict breakout conditions where the price must cross the trend line post-bar closure, providing more reliable signals.
Visual Labels and Alerts: Visual labels appear upon detecting a breakout, accompanied by alerts for immediate user notification.
Customizable Appearance: Choose colors for primary and extended lines, as well as for breakout labels.
Usage Instructions
Set two time points (Trend time point 1 and Trend time point 2) to determine the initial and final points of the trend line.
Select the position type (Position Type) - "Long" for an upward trend or "Short" for a downward trend.
Customize the appearance of lines and labels using the available color parameters.
Activate the display of the future line extension (Show Future Line) if needed.
Monitor automatic labels and alerts to identify breakout moments of trend lines.
EMA Scalp Alerts by Sabir KhanThis TradingView indicator, developed by Sabir Khan, is designed for scalping strategies based on Exponential Moving Averages (EMAs). The indicator visually represents three EMAs with customizable parameters and provides alerts for potential trading signals.
Key Features:
Fast EMA: User-configurable fast EMA with default period set to 21.
Slow EMA: User-configurable slow EMA with default period set to 55.
Third EMA: User-configurable third EMA with default period set to 200.
Line Width: Adjustable line width for the fast and third EMAs, allowing customization for better visibility.
Color Customization: Choose colors for each EMA to suit your chart preferences.
Alerts: Automatic alerts for potential trading signals:
Long Signal: Triggered when the fast EMA crosses above the slow EMA.
Short Signal: Triggered when the fast EMA crosses below the slow EMA.
All EMAs Crossover: Triggered when all three EMAs cross over, indicating a potentially strong trend.
Usage:
Users can observe the visual representation of the three EMAs on the chart.
Alerts are generated for potential long, short, or strong trend signals based on EMA crossovers.
The indicator's parameters, including EMA periods, line widths, and colors, are customizable to fit individual preferences.
Alert Message Format:
The alert message provides essential information about the detected signal, including the signal type (Long, Short, None), the involved symbol, timeframe, open, close, high, low, and whether a strong crossover is detected.
Note: This indicator is particularly suitable for traders employing scalp trading strategies focusing on short-term market movements.
*Disclaimer: Trading involves risk, and users should conduct their own research and analysis before making any trading decisions based on this indicator.*
M5 Index Alert V1.3
M5 Index Indicator
*Browse down, find "Add to favorite Indicators ", then open your Tradingview chart and apply the indicator.
This script is being used on 5 minute (5M) charts for Indices such as:
EUROPE:
- DE30EUR - DAX 40
- UK100GBP - FTSE 100
AUSTRALIA: (AUS)
- AU200AUD - ASX 200
UNITED STATES (USA):
NAS100USD - NASDAQ 100
SPX500USD - SP500
US30USD - Dow Jones / Wall Street Index
Additionally you can use it on any other Index, as well as on Gold (XAUUSD).
LOGIC:
This script will alert you on setups created when price crosses a smaller MA (default 20 SMA) against the trend direction of 20/200 SMA (default).
Then it will check if the crossing candle get's engulfed or have equal size. IF, an alert will be sent. If alert is set by the user.
ALERTS:
Alerts can be setup once per asset and timeframe. The Indicator uses Any alert () so it will alert in both directions with just one setup per asset/timeframe.
SETTINGS | Inputs
- Moving Average Long Period: 200 (default) - Set to anything
- Moving Average Short Period: 20 (default) - Set to anything
- Moving Average Type: SMA/EMA (SMA) (default)
- Candles Lookback: 0 (X previous candles that has NOT touch the smaller MA upon qualified alert before candle 1 & 2)
- Show MA Lines on Chart (True/False)
SETTINGS | Style
- Change Shapes & Placement of alert symbol.
- Change Color of MA lines color.
SETTINGS | Visibility
- De-Select all boxes except Minutes. Input 5 in the left box and 5 in the right box. Then the indi will only show when you are on the timeframe of 5 minutes.
Questions? Please Post below.
Sincerely,
Daniel & Ryan
The Hunter Trading Group
Pivot Reversal Strategy + alerts via TradingConnector to indicesSoftware part of algotrading is simpler than you think. TradingView is a great place to do this actually. To present it, I'm publishing each of the default strategies you can find in Pinescript editor's "built-in" list with slight modification - I'm only adding 2 lines of code, which will trigger alerts, ready to be forwarded to your broker via TradingConnector and instantly executed there. Alerts added in this script: 14 and 22.
How it works:
1. TradingView alert fires.
2. TradingConnector catches it and forwards to MetaTrader4/5 you got from your broker.
3. Trade gets executed inside MetaTrader within 1 second of fired alert.
When configuring alert, make sure to select "alert() function calls only" in CreateAlert popup. One alert per ticker is required.
Adding stop-loss, take-profit, trailing-stop, break-even or executing pending orders is also possible. These topics have been covered in other example posts.
This routing works for Forex, indices, stocks, crypto - anything your broker offers via their MetaTrader4 or 5.
Disclaimer: This concept is presented for educational purposes only. Profitable results of trading this strategy are not guaranteed even if the backtest suggests so. By no means this post can be considered a trading advice. You trade at your own risk.
If you are thinking to execute this particular strategy, make sure to find the instrument, settings and timeframe which you like most. You can do this by your own research only.
Prophit Ninja: Shuriken DojoMaster the art of entries and exits with "Prophit Ninja: Shuriken Dojo".
Our dojo will set up sparring matches for you to improve your in-battle techniques without you having to track down the fight yourself. Find the strike, dodge and parry you are best at, or keep yourself well rounded to handle any environment by selecting any or all of the possible signal/alert outputs.
═════════════════════════════════════════════════════════════════════════
█ INTERPRETATION
Quickly and easily find/spot trade set ups with custom pre-built signals and alerts. Sit back and allow the market to find the set-ups for you.
═════════════════════════════════════════════════════════════════════════
█ OVERVIEW
Fully adaptable multi time frame signals and alerts based on your Shuriken settings for:
1 — Six RSI formula variations: Original, Prophit Ninja Composite, Absolute Strength, Cutlers RSI, True Strength Index and Stochastic RSI.
2 — Four MACD formula variations: Original, Lagless, Absolute and Absolute Lagless; along with momentum and volume variants of each.
3 — A toggle-able neutral range filter to grey out readings in the neutral range.
4 — An original and physically accurate momentum oscillator .
5 — A custom volatility oscillator.
6 — A custom volume oscillator with built in accumulation/distribution.
7 — A fibonacci adapted formula based on money flow.
8 — A fibonacci adapted formula based on rate of change along with momentum and volume variants.
9 — A histogram easter egg for those who need it.
10 — 11 completely separate indicators built into a quick and easy-to-read display called "Confluence Bands".
(Included free with " Prophit Ninja: Shuriken ".)
═════════════════════════════════════════════════════════════════════════
█ EASY CUSTOMIZATION
i.imgur.com
With a fully customizable and easy-to-use input menu , this indicator gives you the ability to tailor your trading experience to your needs and see as much (or as little) information as you want to; presented in the manner you deem most viable with the following options in just a few clicks:
Color Theme- There are four color themes available which include original, colorful, monochrome and solid. These not only allow you a quick and easy way to change the colors to suit your style; they also make it so you can challenge your bias in an instant by viewing the data in a completely different way.
Attack Modes- Whether you"re a scalper, day trader, swing trader, or investor; this option allows you to see the chart based on four different risk tolerance/time expectancy mentalities in just two clicks. Investors can see what the scalpers are thinking and vice/versa to broaden their decision making and/or hone in when optimal.
Sharpness Levels- This algorithm allows the user to display the data on five different smoothness levels without suffering the inherent lag that accompanies most other indicators. Whether you like to see every tick of a choppy movement, or filter out the false signals into smooth readings, you can do so at any moment.
═════════════════════════════════════════════════════════════════════════
█ PRE-BUILT ALERTS
With Prophit Ninja: Shuriken Dojo's built-in alerts you can enable alerts for any piece of the Shuriken in just a few clicks. These alerts are way more specific and optimized than you can possibly achieve with the custom alert settings. Each checking for multiple possible activation triggers instead of one and populating the message field automatically so you can just click create.
═════════════════════════════════════════════════════════════════════════
As you can see; this dojo has the ability to adapt to any ninja and give those in control of its power the upper hand. Any mode of battle, any opponent, any circumstance- "Prophit Ninja: Shuriken Dojo" was built by our finest architects to improve any trainee and make sure they know when to attack, defend or simply allow the fight to play out by its easy-to-read coloring system. As long as you show up for the matches you"ll have a much better chance of finding sparring matches than when you didn't.
This state-of-the-art add-on is great for experienced traders, those who just started learning to trade, or anyone in between- truly made to suit the needs of any trader, in any moment, with any mindset (along with the other indicators in our Prophit Ninja bundle) you"ll notice an immediate improvement in your Prophit Ninja: Shuriken skill after acquiring it.
═════════════════════════════════════════════════════════════════════════
*everything displayed is part of the Prophit Ninja indicator bundle; this is an otherwise blank chart*
Prophit Ninja: Katana DojoMaster the art of trend reading with “Prophit Ninja: Katana Dojo”.
Our dojo will set up sparring matches for you to improve your in-battle techniques without you having to track down the fight yourself. Find the strike, dodge and parry you are best at, or keep yourself well rounded to handle any environment by selecting any or all of the possible signal/alert outputs.
═════════════════════════════════════════════════════════════════════════
█ INTERPRETATION
Quickly and easily find/spot chart setups with custom pre-built signals and alerts. Sit back and allow the market to find the set-ups for you.
═════════════════════════════════════════════════════════════════════════
█ OVERVIEW
Fully adaptable multi time frame signals and alerts based on your Katana settings for:
1 — Three customizable MA lengths with 12 formula variations and an average MA of the three; each one with the ability to toggle on or off not only itself- but an adaptive glow to filter out volatility, as well as a no lag feature that removes inherit lag that exists in all moving averages.
2 — A toggle-able fibonacci adapted formula based on ichimoku cloud.
3 — A toggle-able fibonacci adapted formula based on ssl channel.
4 — A toggle-able auto fibonacci retracement with a customizable golden pocket level.
5 — A fibonacci adapted formula based on bollinger bands.
6 — A fibonacci adapted formula based on keltner channels.
7 — Adaptive Pivot Point Labels.
8 — A fibonacci adapted formula based on chandelier stops.
9 — A fibonacci adapted formula based on parabolic stop and reverses.
10 — Fibonacci based auto support and resistance levels.
11 — Fibonacci based adaptive auto trendlines.
( Included free with “ Prophit Ninja: Katana ”.)
═════════════════════════════════════════════════════════════════════════
█ EASY CUSTOMIZATION
i.imgur.com
With a fully customizable and easy-to-use input menu, this indicator gives you the ability to tailor your trading experience to your needs and see as much (or as little) information as you want to; presented in the manner you deem most viable with the following options in just a few clicks:
Color Theme- There are four color themes available which include original, colorful, monochrome and solid. These not only allow you a quick and easy way to change the colors to suit your style; they also make it so you can challenge your bias in an instant by viewing the data in a completely different way.
Attack Mode- Whether you’re a scalper, day trader, swing trader, or investor; this option allows you to see the chart based on four different risk tolerance/time expectancy mentalities in just two clicks. Investors can see what the scalpers are thinking and vice/versa to broaden their decision making and/or hone in when optimal.
Sharpness Level- This algorithm allows the user to display the data on five different smoothness levels without suffering the inherent lag that accompanies most other indicators. Whether you like to see every tick of a choppy movement, or filter out the false signals into smooth readings, you can do so at any moment.
═════════════════════════════════════════════════════════════════════════
█ PRE-BUILT ALERTS
With Prophit Ninja: Katana Dojo’s built-in alerts you can enable alerts for any piece of the Katana in just a few clicks. These alerts are way more specific and optimized than you can possibly achieve with the custom alert settings. Each checking for multiple possible activation triggers instead of one and populating the message field automatically so you can just click create.
═════════════════════════════════════════════════════════════════════════
As you can see; this dojo has the ability to adapt to any ninja and give those in control of its power the upper hand. Any mode of battle, any opponent, any circumstance- "Prophit Ninja: Katana Dojo" was built by our finest architects to improve any trainee and make sure they know when to attack, defend or simply allow the fight to play out by its easy-to-read coloring system. As long as you show up for the matches you'll have a much better chance of finding sparring matches than when you didn't.
This state-of-the-art add-on is great for experienced traders, those who just started learning to trade, or anyone in between- truly made to suit the needs of any trader, in any moment, with any mindset (along with the other indicators in our Prophit Ninja bundle) you'll notice an immediate improvement in your Prophit Ninja: Katana skill after acquiring it.
═════════════════════════════════════════════════════════════════════════
*everything displayed is part of the Prophit Ninja indicator bundle; this is an otherwise blank chart*
Vedant's 15min intraday breakout strategy Higher Close alert --
This script allows you to set a alert if the next close is higher than the candle close from before. It will notify you if the next candle is higher than the last candle! It is very easy to use, Steps :-
1. Add the script to your chart.
2. Select the name of the script in the "Alerts" option.
3. Done!
Now when a stock gives a higher close than before, you will be notified with a message: "Higher Close Detected in (stock)".
Lower Close alert --
If the next candle gives a lower close than the candle before, it will send a alert with a message: "Lower Close Detected in (stock)".
If you don't have the paid account, you can only close option from the two: Higher or Lower.
if paid, then you can set as many alerts as you want!
Trend-following Alert E v2.7 4HHi All,
Welcome to my third published Trend-following strategy for bitcoin, designed specifically for BITMEX:XBTUSD on 4H
This is an improvement of my second script (v2.6) to try and reduce 'chop' in consolidating ranges.
This script is the Alert script to use for settings up Alerts on Tradingview.
The accompanying strategy script and explanations/caveats you can find here:
In this script you will find the "active_long" and "active_long" variables (red and blue lines) that show which positions are being taken by the strategy script.
You can set 'Once per bar close' alerts for this to get your alerts on TV.
For instance, I use 'crossing up @ 0.1' on "active_long" to set an 'Open Long" alert and a 'crossing down @ 0.9' to set a 'Close Long' alert.
The same holds for the 'Open Short' and the 'Close Short' alerts but then for the 'active_short' variable.
I've also added start and end dates to test specific time periods.
Please let me know if you have any questions.
Trend-following Alert E v2.6 4H ETHBTCHi All,
Welcome to my first published Trend-following strategy for Ethereum, designed specifically for POLONIEX:ETHBTC on 4H due its long price history.
This script is based on my previously published scripts for bitcoin.
This script is the Alert script to use for settings up Alerts on Tradingview.
The accompanying strategy script and explanations/caveats you can find here:
In this script you will find the "active_long" and "active_long" variables (red and blue lines) that show which positions are being taken by the strategy script.
You can set 'Once per bar close' alerts for this to get your alerts on TV.
For instance, I use 'crossing up @ 0.1' on "active_long" to set an 'Open Long" alert and a 'crossing down @ 0.9' to set a 'Close Long' alert.
The same holds for the 'Open Short' and the 'Close Short' alerts but then for the 'active_short' variable.
I've also added start and end dates to test specific time periods.
Please let me know if you have any questions.
Trend-following Alert E v2.6 4HHi All,
Welcome to my second published Trend-following strategy for bitcoin , designed specifically for BITMEX:XBTUSD on 4H
This is an extension of my first script but then for the 4H timeframe.
This script is the Alert script to use for settings up Alerts on Tradingview.
The accompanying strategy script and explanations/caveats you can find here:
In this script you will find the "active_long" and "active_long" variables (red and blue lines) that show which positions are being taken by the strategy script.
You can set 'Once per bar close' alerts for this to get your alerts on TV.
For instance, I use 'crossing up @ 0.1' on "active_long" to set an 'Open Long" alert and a 'crossing down @ 0.9' to set a 'Close Long' alert.
The same holds for the 'Open Short' and the 'Close Short' alerts but then for the 'active_short' variable.
I've also added start and end dates to test specific time periods.
Please let me know if you have any questions.
Trend-following Alert E v2.6Hi All,
Welcome to my first published Trend-following strategy for bitcoin , designed specifically for BITMEX:XBTUSD.
This script is the Alert script to use for settings up Alerts on Tradingview.
The accompanying strategy script and explanations/caveats you can find here:
In this script you will find the "active_long" and "active_long" variables (red and blue lines) that show which positions are being taken by the strategy script.
You can set 'Once per bar close' alerts for this to get your alerts on TV.
For instance, I use 'crossing up @ 0.1' on "active_long" to set an 'Open Long" alert and a 'crossing down @ 0.9' to set a 'Close Long' alert.
The same holds for the 'Open Short' and the 'Close Short' alerts but then for the 'active_short' variable.
Please let me know if you have any questions.
Scalping BerkinAlex 1
--------Inglés---------
Updated to Pine Script v4. 👌
Added labels (indicators) of Purchase and Sale according to moving averages for scalping and intraday. 🤑
Fusion of the "Scalping BerkinAlex 3" indicator with the "Scalping BerkinAlex 1", so as not to occupy a slot of indicators unnecessarily if you have a free account. 😜
Alert system designed, now you can create an alert in free mode according to the possibility of buying or selling an asset.🔔
Errors found fixed.💪
---------Español---------
Actualizado a Pine Script v4. 👌
Añadidas etiquetas (indicadores) de Compra y Venta según medias móviles para scalping e intradía. 🤑
Fusión del indicador "Scalping BerkinAlex 3" con el "Scalping BerkinAlex 1", para así no ocupar un slot de indicadores innecesariamente en caso de disponer cuenta gratuita. 😜
Sistema de alertas diseñado, ahora podrás crear una alerta en modo gratuito según exista la posibilidad de comprar o vender un activo.🔔
Errores encontrados solucionados.💪
ATR (Alerting Script) by CanadianCryptoChrisThis is the alerting version, which is a copy of the back testing strategy one. They are both the same code, just Trading View doesn't allow you to have both alerts and back testing strategies going on at the same time.
Enjoy :)
Picture on how to add the alert, use buy or sell alerts, and select the script
imgur.com
Momentum Signal Moving AverageThis is a script with one modified indicator that mainly tracks and executes positions openings by calculating volume and "enthusiasm" from the exchanges coin pairs. I recommend that it is used on a 15m chart.
When it is a bullish trend it is configured to take profit, but this is of course something you can set values or disable. In bearish trends, the script opens bigger positions, and when a bounce happens the script starts taking profit.
In stagnation, the script used to be week, and made losses. However, with the added scalping feature it seems to at least even it out, or even make profit as I have seen now.
It's still a very 1.0 script and will get updated to make sure the profit keeps getting higher percentage.
I use the Alerts Trader extension to execute orders from Tradingview in Chrome via Bitmex API.
I use it on Bitmex, but surely you can use it on other exchanges that are supported in the Alerts Trader extension, which is extensive.
Important : You will be able to add this script to your chart, but you won't be able to se the source code, so to make it work you need to set the alerts right, with correct code for it to work.
Here is where I come in:
I'll give each user 3 day trial, and after that, if you are satisfied and want to run it longer, you can subscribe for $49/month.
And if you have bigger capital, I will install it and configure it to match the amount of contracts you wish to have.
If you are a person with big capital, you can get 1 week of trial.
And for people with big capital, you can get personal support from me when needed to alter settings or create new alerts. This will cost $50 each time.
But remember, you can also run the trial on the Bitmex testnet, but the volume is very low there so the bot does not preform as well on the testnet as it does on the mainet with big volume.
I am willing to let someone, a 3rd party, with good reputation test it for a few days and make an honest review after.
Disclaimer: I cannot guarantee that this script will make you rich, but after a week of testing, both on testnet and mainnet, the results are good enough for me. (I am no financial expert or professional trader. Any losses from the algorithm is not my issue, use it at your own risk. Always run the script/bot with money you can afford to lose)
All payments to me are made in bitcoin.