Smoothed Wave ScalperThis one is a little different.
Instead of layering lots of indicators to filter noise, I'm instead using two different kinds of price averaging to smooth the candles and better define the direction. Just select a smoothing value that fits your chart and timeframe. In theory, this should remove a fair bit of noise (although nothing's perfect)
I've managed to determine when the candles change colour, signifying a potential new trend. When the candle colours do change, an alert is fired. It's as simple as that! Wyckoff wave volume analysis is then applied to each alert to validate the move. Further filtering can be achieved using heikin ashi candles if this is your preference.
Alerts are built in for both the candle colour change and the wave filtered signals (long/short). Use long/short for entries and the colour changes for exits.
I'm currently trading with linear regression to help indentify obvious channels and areas of support/resistance. The candles bouncing down off of the upper band can confirm a downward trend, and bouncing off of the lower band can signify an up trend. It's much easier to see with smoothed candles like these and can give you confidence when trading manually. These bands are rendered automatically, but aren't essential to taking a trade.
Cari dalam skrip untuk "alert"
TWP Next Bar Close Countdown█ OVERVIEW
This script displays the time remaining for your charts current timeframe.period or a higher timeframe with the ability to create alerts that ping on the opening of the new bar that you have selected. It can be very easy to get bogged down in the charts when day trading on smaller timeframes and forgetting that it is the wave of longer timeframe traders that are setting the tone. This script was born out of this pitfall that I was noticing in my own trading.
█ CONCEPTS
The script uses a series of functions to get produce the time remaining and texts for the top and bottom rows within the table display.
█ FEATURES
1 — Resolution
• Auto / Manual selection
• There is tooltip explains how the automatic time selection operates (see below)
AUTO_TIMEFRAME_TOOLTIP = "When the Auto option is selected, the timeframe of the indicator is chosen automatically based on the chart timeframe. The Timeframe dropdown is ignored. The automated timeframes are: \n
'10 minutes' for any chart timeframes below '1 minute' \n
'1 hour' for any chart timeframes starting from '1 minute' up to '5 minutes'
'4 hours' for any chart timeframes starting from '5 minutes' up to '60 minutes' \n
'1 day' for any chart timeframes starting from '1 hour' up to '4 hours' \n
'1 week' for any chart timeframes starting from '4 hours' up to '1 day' \n
'1 month' for any timeframes starting from '1 day' up to '1 week' \n
'3 months' for any timeframes starting from '1 week' up to '1 month' \n
'12 months' for any timeframes above '1 month'"
2 — Text
• Size selection
• Color selection
3 — Display
• Frame color selection
• Display position selection
4 — Alerts
• Market session selection
█ HOW TO USE
• Add it to your chart, select your timeframe, change up your colors, and enjoy yourself
█ NOTES
• We have no control over when realtime updates occur. A realtime bar can open, and then no realtime updates can occur until the open of the next realtime bar. The time between updates can vary considerably. For more please check out Pine's execution model and bar states.
• As a reminder, I did make this script for myself so if you find that you are using a 2-hour alert or countdown the formatting for the words may not be succinct as they should be. We will write that loss off to my growing pine skills
█ LIMITATIONS
• You will not be able to retrieve the time from a timeframe smaller than what is currently selected for the chart.
Dump AlertsNYSE:BRK.B
By popular demand: An inverted version of my first indicator Pump Alerts in Pine Script with two alert conditions for trading bots and automated stock trading setups.
It's originally based on "Pump Catcher" by @joepegler
I modified some parts, hopefully improved the usability and enabled alerts, so you can use it to trigger bots like 3commas via webhooks or stock brokers partnering with TradingView.
Dump Alerts 📉 attempts to detect moments of abnormal and accelerating increase in volume concurrent with falling prices AKA "dumps". Small and big dumps.
I recommend trying different timeframes and tinkering with the lookback period as well as both threshold values.
Other than that it's pretty self-explanatory and beginner-friendly.
Free and Open Source. Let me know how you use it!
VWAP Alerts V3VWAP Alerts signal over bought/over sold conditions, relative to volume weighted average price, while deviation bands plot an extremely accurate point of mean reversion.
VWAP Alerts V3 includes multiple timeframe selection, along with multiplier input for deviation band setting
Alerts can be set for each individual band, for extreme oversold/overbought conditions, use "Vwap Low Deviation 4" and "Vwap High Deviation 4".
Alerts can also be set for VWAP bounces, by simply setting "VWAP Alert"
Bollinger Bands + RSI Alerts for 3commas/DCA botHey Folks !
This is in indicator that generates buy alerts combining Bollinger Bands and RSI.
RSI validates the BB signal by confirming we are not in an oversold area.
Interval: 3m to 15m
Recommended settings for 3commas DCA bot
- TP/TTP: 0.3%/0.1%,
- Base Order: Your choice ,
- Safety Order: 1.2 * Your choice of base order
- Safety Order Volume Scale: 1.2,
- Safety Order Step Scale: 1.5,
- Price Deviation to Open Safety Order (% from initial order): 0.25%,
- Max Safety Trades Count: 7
- DO NOT USE STOP LOSS
> Create Alert with Buy Alert and link it to "Message for deal start signal"
Super Trend Triple - With Buy/Sell/Close and trailing S/L AlertsSuper Trend Triple by © PaulJC
Having 3 super trend indicators is a fairly well-known strategy, taking an order when all 3 lines confirm the trend
while above/below the 200ema (optional)
!!!!! Do your own backtesting on symbols you trade before trying with real funds !!!!!
That said, this works well on most time frames when trailing the stop up the trend line...
You need to see which is the best line to follow based on the symbol you are trading and select this in the options if you want alerts when it moves!
Alerts for: (Set alerts to 'Once Per Bar Close' to avoid early entry.)
Buy Signal
Sell Signal
Order Signal (Both Buy or Sell)
Change in Stop
Change in stop with stop prices (Select "Any alert() function call")
Close Position
Options/Inputs:
Show/Hide Trend Lines
Show/Hide Background Colors
Show/Hide Entry Background
Show/Hide Close Background
Show/Hide Entry / Close Arrows
Show/Hide Entry / Close Labels
Show/Hide 200EMA
Turn On/Off EMA200 Filter
Choose which Trend Line to follow for SL alerts
Turn off all alerts
Any ideas for improvements or changes, let me know :)
MACD With Trend Filter: Visual Backtest Module TemplateSample Strategy: MACD Crossover with trend filter options
MA Filter : Price Close Above MA, Search for Buy, Price Close Below MA, Search for Sell
ADX Filter : Take trade only when ADX is above certain treshold
MACD Signal : MACD Cross above signal line while under 0 line indicate Buy Signal
MACD Cross below signal line while above 0 line indicate Sell Signal
-----------------------------
Using Alert Module:
Enable Alert --> Enable TV's alert and plot signal to chart
Alert Type --> Set to take Buy only, Sell only or Both alert
----------------------------
Using Backtest Module:
Enable Backtest --> Enable Backtest simulation
Backtest Type --> Set to take Buy only, Sell only or Both
SL Type -->
ATR : Set SL in ATR times Multiplier below/above entry price
Fixed : Set SL in fixed point below entry point (in 'Dollar'). e.g. for Stocks -> 0.5 equals to 50cent while for EURUSD currency -> 0.005 equal to 50 pips
HiLo Bar : Set SL at highest/lowest wick of previous bar plus/minus Fixed point. e.g. EURUSD HiLo=3 and Fixed Point = 0.0005, buy trade will place SL 5 Pips below lowest of previous 3 bar
SL ATR Period --> Set Lookback Period used for SL's ATR calculation
SL ATR Multi --> Set ATR Multiplier for SL
SL Fixed --> Set Fixed Level for SL (Use when SL Type is either Fixed or HiLo Bar)
SL Bar --> Set Number of previous bar to check for SL placement
TP RR Ratio --> Set TP based on RR multiplier. e.g. 2 means TP level will be twice further from entry point compared to Entry-SL distance.
Notes: The point is for preliminary testing, so it only supports 1 trade at a time and no Trailing Stop
----------------------------
Disclaimer:
This script main objective is to create my personal indicator template so that i just have to modify the indicator module for preliminary testing in future.
Testing Alert Module so i can re-use it as template in future study/indicator
Testing Visual Backtest Module so i can re-use it as template in future study/indicator
i believe using Strategy function is a better approach for this but the entry/exit level seems to be hit n miss (at least for me, still trying to figure what i did wrong)
also, i rather code the strategy in other platform where i can use the more accurate tick data if i want to validate backtest statistics.
My study scripts was built only to test/visualize an idea to see its viability and if it can be used to optimize existing strategy.
credit: ADX code are originally from "ADX and DI" by @BeikabuOyaji although i re-wrote so i can have cleaner read and use RMA instead of SMA
[BMAX] Moving Average Cross Alert(ENGLISH)
This indicator helps user to create an alert to monitor when a bar closes crossing a moving average, upwards or downwards.
(PORTUGUÊS)
Este indicador ajuda o usuário a criar alertas para monitorar quando um candle fecha em cruzamento com uma média móvel, acima ou abaixo.
MACD with Buy & Sell alerts by Keiron RichieA redesign of the Moving Average Convergence Divergence (MACD) indicator to include background color changes for easy identification and includes Buy/Sell Alerts.
When the MACD (White line) crosses above the Signal (Red Line) the background changes to GREEN.
Likewise, when the MACD (White line) crosses under the Signal (Red Line) the background changes to RED.
Buy & Sell alerts are included.
RSI Divergence Indicator (with alerts)Many have requested me for indicator version with alerts for the RSI Divergence strategy. Here is the one ...
Please note alert triggers in delay by number of bars defined in the settings. (same as strategy) ...
Bar color also changes when alert triggers ...
Yellow Bar shows BUY
Purple Bar shows EXIT ( Exit the Long position ... NO SHORTing )
On each Yellow Bar can be added to existing position
On each Purple Bar , exit partial position OR exit the whole position
Appreciate your feedback.
Warning
Use for education purpose only ...
Fibonacci Retracement level with 10 preset cross alert.The Fibonacci retracement is also called the golden mean or golden section.
It has been used to analyze the proportions of natural objects as well as man-made systems such as financial markets.
The mathematics of the golden ratio and of the Fibonacci sequence is intimately interconnected. The Fibonacci sequence is:
1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, ....
The golden ratio is the limit of the ratios of successive terms of the Fibonacci sequence (or any Fibonacci-like sequence).
This Fibonacci retracement level indicator automatically plots 7 support and resistance levels on chart based on selected number of bars.
How it works?
It shows the Fibonacci retracement support and resistance levels for a given range and display the corresponding ratio on the right side of the levels. The price range and levels are adjustable by user, you can easily identify the major and minor support/resistance levels from the chart with your desired inputs.
Features and inputs:
Show Level Label, enable to display the level on chart.
Range, it's the number of bars used to detect the highest and lowest price. The default value is 300 it means the indicator will plot the Fibonacci retracement based on the price range of last 300 bars.
If you want to use different ratios other than the default ones, you can change them from input Level1 to Level5.
You can change the color of each level line from the following available colors: silver , gray, white, maroon, red, purple, fuchsia, green, lime, olive, yellow, navy, blue, teal, aqua, orange.
The highest and lowest level are auto detected and can't be changed.
Line style: you can choose from: Solid, Dotted and Dashed.
1 is Solid like this: ______________________
2 is Dashed - - - - - - - - - - - - - - - - - - -
3 is dotted ............................................
It works on all timeframes and Renko, Heikin Ashi, Bars, Candle and Line chart types.
There are also 10 pre-set alert conditions for you to choose.
For example, if you chose "Cross over Level 1", alert will be triggered when close price cross above level 1.
"Please Use the link below to obtain access to this indicator".
Trailing SL Alerts [QuantNomad]It's alerts version of my Trailing SL strategy:
Use "Once Per Bar" param when creating alerts.
Juicy BowlingBand StrategyThis script gives you buy or sell signals based of the bowling band indicator. It is easy to understand and customize. We have also coded in alerts. This indicator works best at markeds that has trended in a direction for a while.
MACD w/ Divergences (Alert)To best use the MACD Divergence indicators, adjust the following settings accordingly.
• MACD Bullish Divergence Under: <0 (lower for larger volatility and more bearish markets)
• MACD Bearish Divergence Above: >0 (higher for larger volatility and more bullish markets)
Key Notes:
1. Set "Once Per Bar" instead of "Once Per Bar Close" alert.
The strategy already uses prior bar close (instead of current bar close) for calculation. This ensures that the signals will stay as they are after fired off, even when the current bar price is still changing.
2. It's OKAY to see the "alert may trigger differently than expected" warning.
Reason why you are seeing this warning is because we used a function called valuewhen() in our strategy. This function does not look at the entire history of data and has several limitations. For instance, on a 30min resolution, at the end of 2018, the function will be able to find past occurrences of BTC exceeding 16k. However, the function won't be able to find such occurrences at the end of 2019. Since our strategy is only concerned with very recent events, these limitations will not impact our results or cause repainting. You can find out more about this in the TradingView Wiki .
*FIBAUS Ultimate Trender with AlertsVery easy to follow indicator. Its all about the trend. It works in any timeframe with any entity. Crypto, forex, commodities, and stocks. It can be used to scalp but I personally dont day trade anymore and use it for longterm trades. I normally use 6H to 1D candles.
The green ribbon and green arrows indicate a long/buy opportunity and the red ribbon with red arrows at the top of the page indicate a short/sell opportunity.
All you do is set the alerts based on your preferred timeframe and wait for the alert.
Blue spotted lines act as necklines, stop loss levels/ take profit levels.
You can see many areas where the red and green ribbons bounce or are rejected at the blue dotted line. This gives plenty of entry, re-entry, and exit opportunities.
Message me if you want a shot at it.
Happy Trading,
FIBAUS
TB! -=Old Fasion=- [ALERT]Good Old Fasion sma/rma trading done as it should be done!
Great for hedging
- Bitfinex
- Poloniex
- Bitmex
- Deribit
No repaint, no false alerts or any other kind of nonsense.
This the Alert version.
You can use it to send alerts to GunBot, Haasbot, Dragonbot, Trexen, Autoview or whatever makes you happy.
Breakout IndicatorThis script allows you to set breakout alerts.
An alert will be triggered only when price breaks and closes beyond the specified prices. You will get an alert on the first candle that closes beyond the levels you set.
Waves Market CapHello traders!
This is Market Cap chart of Waves cryptocurrency with some additional features.
What is included
Dynamic market capitalization chart
Customizable SMA of the market capitalization
Crossovers highlighting
Alerts for crossovers
Alert for the specified positive % change
Alert for the specified negative % change
How to get access
Buy for only 20$ to get lifetime access to this indicator
Like and follow for more cool indicators!
Happy Trading!
Tezos Market CapHello traders!
This is Market Cap chart of Tezos cryptocurrency with some features.
What is included
Dynamic market capitalization chart
Customizable SMA of the market capitalization
Crossovers highlighting
Alerts for crossovers
Alert for the specified positive % change
Alert for the specified negative % change
How to get access
Buy for only 20$ to get lifetime access to this indicator
Like and follow for more cool indicators!
Happy Trading!
IOTA Market CapHello traders!
This is Market Cap chart of IOTA cryptocurrency with some features.
What is included
Dynamic market capitalization chart
Customizable SMA of the market capitalization
Crossovers highlighting
Alerts for crossovers
Alert for the specified positive % change
Alert for the specified negative % change
How to get access
Buy for only 20$ to get lifetime access to this indicator
Like and follow for more cool indicators!
Happy Trading!
Zcash Market CapHello traders!
This is Market Cap chart of Zcash cryptocurrency with some features.
What is included
Dynamic market capitalization chart
Customizable SMA of the market capitalization
Crossovers highlighting
Alerts for crossovers
Alert for the specified positive % change
Alert for the specified negative % change
How to get access
Buy for only 20$ to get lifetime access to this indicator
Like and follow for more cool indicators!
Happy Trading!
NEM Market CapHello traders!
This is Market Cap chart of NEM cryptocurrency with some features.
What is included
Dynamic market capitalization chart
Customizable SMA of the market capitalization
Crossovers highlighting
Alerts for crossovers
Alert for the specified positive % change
Alert for the specified negative % change
How to get access
Buy for only 20$ to get lifetime access to this indicator
Like and follow for more cool indicators!
Happy Trading!
Dash Market CapHello traders!
This is Market Cap chart of Dash cryptocurrency with some features.
What is included
Dynamic market capitalization chart
Customizable SMA of the market capitalization
Crossovers highlighting
Alerts for crossovers
Alert for the specified positive % change
Alert for the specified negative % change
How to get access
Buy for only 20$ to get lifetime access to this indicator
Like and follow for more cool indicators!
Happy Trading!