Volume Weighted MACDThis is just like the normal MACD indicator, except that the values are Volume Weighted and the Histogram changes colour depending on the positive or negative value
Alerts
Triple 3 EMA ConvergenceThis indicator was made specifically to trigger alerts when multiple EMA lines are converging on multiple time frames.
You change which 3 time frames it looks at (Default 1h, 3h, D) and 3 EMA lengths (Default 8,21,100).
You can also change the threshold in which the convergence is triggered (How tight the convergence must be to trigger (Default 1))
It uses ATR as a filter on each of the time frames with the ATR length set to the FastEMA length setting
If the Daily chart only (Or largest Resolution) is converging, you will see a red column with the value of 100.
If 2 of 3 resolutions are converging, you will see a yellow column with the value of 200.
If all 3 resolutions are converging, you will see a green column with the value of 300.
With this in mind you can set alerts when the value is above any or all of these levels.
Please contact me if you need any further explanation or have suggestions.
Donations are not required but are always welcomed and much appreciated.
LTC - MGgHzsHsQRkLYrDwpQqowHuWNgaYUhMQcZ
BTC -0.30% - 34AoewZtXPW2cj3wqw9Bs5GE6ibUJpjQRv
ETH - 0xCf665150B9b0F65952A201e035aa6BA681016490
Happy Trading Yall. Keep Calm and HODL Litecoin
Having problems setting up alertsHi, I have overlayed the script I have prepared previously and figured out how to set alerts although they don't seem to match up correctly with my strategy.
Could anyone please help me fix the problem? It seems to be revolving around my exit conditions.
Thanks in advance.
K
[STUDY] CypherCore Trading Suite
Rerband. Now a STUDY script.
- RSI overlay indicators (diamond shapes)
- Most commonly used MA types( i.e. SMA , EMA , WMA , VWMA , ZEMA )
- Bands
- Price Action Indicator (color coordinated)
color code:
yellow --- inside bars (breakout)
blue --- outside bars (breakout)
green --- up pin bars (reversal)
red --- down pin bars (reversal)
fuchsia --- down shaved bars (selling pressure, selling likely to continue)
aqua --- up shaved bars (buying pressure, buying likely to continue)
- Reversal candlestick patterns (only a few for now)
- Two strategies for determining buy/sell signals
1. buy/sell signals determined by EMAs crossover (better for position or swing trades)
2. buy/sell signals determined by MAs crossover (better for scalping)
03/02/2017
- Switched to STUDY
- Fractals added
- Alerts now fully working
- New "Input" menu
Buy/Sell signals are NOT financial advice.
Vdub FX SniperVX3 / Strategy Alerts BetaThis is nothing other than a simple alert script I created for Vdub FX Sniper VX3 / Strategy by Vdubus
Thank you to WillowGoLightly for coming to me with the idea.
Change Log:
Removed plots & layover
Added a simple alert indicator to match original
Be sure to give Vdubus a big thanks!
Original Sniper Script by Vdubus:
Disclaimer: I have never used this indicator or alert script. There may be several unknown bugs. If found, please feel free to comment below and I will attempt to fix them. Use at your own risk.
SuperTrend Multi Time Frame with Alerts V.1SuperTrend Multi Time Frame with Alerts.
You can add long and short alerts for all supertrend viewed on the graph.
The script plot 5min, 1H and D Supertrend.
Enjoy!
SuperTrend MultiTimeFrame with Alerts V.1SuperTrend Multi Time Frame with Multi Alerts ... you can insert alerts for all supertrend viewed on graph.
Different alerts for long and short.
This script plot 5min, 1H and 1D!
Enjoy!
GreenRedSignal with Alerts by lvinnyl// Script created by JoinFree
// Modified by lvinnyl to trigger alerts
// Click on image below for original script...
Alerts for Golden/Death CrossesTo use with this strategy/ .
This one enables to set up alerts on TradingView (not possible inside a strategy script)
Seve's AltCoin AlertsAlt Coin Alerts Script
Script to track specific CCI and EMA setups for a list of up to 5 user selectable altcoins (or any other instrument).
Published for customer verification.
Progressive Profit Taking with Trailing StopThis is version 2 of
Special features:
Added partial profit taking as price rises. Profit taking is triggered by price crossing an EMA.
After profit taking, price has to rise by a user-specified percent before taking profits again.
Also includes condition for fully closing position after meeting specified profit target.
To incorporate into your algo, turn the plotshape functions into alertcondition.
Customizable trailing Stop For Manual EntriesHere's how to create a trailing stop with a manual buy order, on an exchange that does not support native trailing stops. Code can easily be copy+pasted into your normal algos.
To set the entry price for your manual trade, specify the bar time when the trade was made. Note that the time you specify needs to correspond to an opening time on your chart--if it's a 3 hour chart, 6 pm or 9 pm will work, but 8 PM will not. It's not as bad as it sounds though, read on :)
Per usual I keep multiple options open.
Special features in this script:
Change time frame for trailing
Specify trailing parameter (high, close, hlc3, etc.)
Change time frame for stop loss trigger (use a shorter time frame for earlier exits!)
Specify trigger parameter (close, low, hlc3, etc.)
Remember that annoying issue where you might not be able to precisely specify entry price, because you want to use 3 hour closing prices for your trailing stop but you bought in at 7:41 pm? Add this indicator to a 1 minute chart and set your start time to 19:41, then set the trailing time frame to 3 hours!
Next stop is v2, where we take profits along the way before stop loss gets triggered.
Alert Batches v2This version triggers every batch within each candle. The previous version only triggered one batch per candle.
This will not trigger batches in perfect order, but I left the "sequential" option because it still triggers the batches in order more often than not.
Alert BatchesThis script lets you separate alerts into batches, and trigger each batch in either sequential order or (pseudo)random order. You can also specify the number of batches being used.
This is helpful when you have alerts to be triggered on every candle, but the number of alerts causes API errors if they are all executed at once.
BO Swing Finder R0.6 by JustUncleLThis indicator alert study attempts to detect confirmed Swing points. It uses Bollinger Band centre line crosses as the main signal. The main detection occurs by looking for the first BB centre line cross that was initiated from outside the Bollinger Channel (alternatively KC channel can be used).
The optional HullMA (any any other MA pair) are used to confirm the swing direction. The indicator also plots the two KitKat Support and Resistance lines with optional High/Low labelling on KitKat1 lines.
This indicator tool is suitable for any time frame and can be traded with Binary Option (even 1min) orders (2-3 candle expiry) or as Forex trade orders. It is suitable for Currencies, Cryptocurrencies and Metals. May also be useful on other markets as well.
The MA filtering options, each MA line can be a different type, with an optional offset:
SMA = Simple Moving Average.
EMA = Exponential Moving Average.
WMA = Weighted Moving Average
VWMA = Volume Weighted Moving Average
SMMA = Smoothed Simple Moving Average.
DEMA = Double Exponential Moving Average
TEMA = Triple Exponential Moving Average.
HullMA = Hull Moving Average, fast moving MA.
SSMA = Ehlers Super Smoother Moving average, similar results to HullMA.
ZEMA = Near Zero Lag Exponential Moving Average.
TMA = Triangular (smoothed) Simple Moving Average.
NOTE: The signal calculations do occur on the current candle, so the state of the signal may re-build until the current candle is closed. I have designed the script to behave this way on purpose. This gives traders the option of
preparing their trade early or even taking the trade early if they want. Otherwise the trader can be more conservative and wait for signal candle to close, to give them a confirmed signal. (This is NOT re-painting as the historical signal states are fixed and will not change, unless you change some setup options.)
Hints:
1) As with all indicator and alerting tools, not all signals will yield a tradable successful swing. You need to apply you own analysis on each signal to determine the probability of success.
2) When using the MA to filter the signals you should use it for two types of filtering:
Supportive that confirm swing like fast moving MAs with fairly short lengths, eg HullMA(21,25).
Long Term Direction with smoother longer length MAs like SMMA(180,220) to show up swings back into direction of the longer term trends.
Inspiration: @Lyiness
References:
Momentum VMA KITKAT CROSS v2.1 by vdubus (- Vdubus_Channel www.vdubus.co.uk)
Ultimate Smoothed MA Turning PointsCompanion script to "Ultimate Smoothed MA" , details in that description.
Adapted from Chris Moody's "Ultimate Moving Average-Multi-TimeFrame-7 MA Types"
If you'd like to receive alerts on turning points, the conditions in line 96 and 97 can be used for alertcondition.
Trend-following Microprofit w/ Smart DCA + Profit Plot + AlertsThis alert script is oriented towards automated trading with Gunbot.
I call it "Options Galore" because of all the user-configurable settings it offers for up-trending and down-trending markets. (See: " Market Tone " study).
A strategy script for quantitative backtesting, smarter buy/sell indicator such as TSI or Stoch RSI, and stop loss/trailing stop are all in the pipeline. Please share any other suggestions in the comments!
Features:
Set backtesting range, or start forward testing from the current time. Historical Renko charts can lead to repainting, which is avoided by keeping the chart open in your browser and running with real time data.
Average protection: only buy if price drops by a certain % below your average price -- can be automatically toggled by market trender if we want to continue buying during an uptrend. This reduces net profit but increases gross profit.
Gain protection: only sell if price is a certain % above your average price -- can be automatically toggled by market trender. Wait for larger profits in an uptrend, but sell earlier in a down trend.
Minimum percent gain can also be set to a negative value to allow selling at a loss. This is not true stop loss behavior, we still need a sell signal from the indicator. This means we will try to get the best price above your price floor, but in some rare situations we may not sell before the price drops below your price floor.
Position plotter: plots average long position price relative to current price.
Plot loss level: plots average price - loss %. With pyramiding turned off, this can be used to find out where to set your stop loss.
This script is free to use, just comment or PM for access. It is mainly meant to showcase some new features, and is only safe to use in carefully selected markets such as USDT-BTC.
Stay posted for upcoming scripts with smarter signaling and additional features! If you would like to add these features to your own preferred strategy, please PM me.
Sioux AlertsMeant to be used in conjunction with Sioux scalping strategy. Alerts user when to buy and sell based on previously stated strategy.
Big Snapper Alerts R2.0 by JustUncleLThis is a diversified Binary Option or Scalping Alert indicator originally designed for lower Time Frame Trend or Swing trading. Although you will find it a useful tool for higher time frames as well.
The Alerts are generated by the changing direction of the ColouredMA (HullMA by default), you then have the choice of selecting the Directional filtering on these signals or a Bollinger swing reversal filter.
The filters include:
Type 1 - The three MAs (EMAs 21,55,89 by default) in various combinations or by themselves. When only one directional MA selected then direction filter is given by ColouredMA above(up)/below(down) selected MA. If more than one MA selected the direction is given by MAs being in correct order for trend direction.
Type 2 - The SuperTrend direction is used to filter ColouredMA signals.
Type 3 - Bollinger Band Outside In is used to filter ColouredMA for swing reversals.
Type 4 - No directional filtering, all signals from the ColouredMA are shown.
Notes:
Each Type can be combined with another type to form more complex filtration.
Alerts can also be disabled completely if you just want one indicator with one colouredMA and/or 3xMAs and/or Bollinger Bands and/or SuperTrend painted on the chart.
Warning:
Be aware that combining Bollinger OutsideIn swing filter and a directional filter can be counter productive as they are opposites. So careful consideration is needed when combining Bollinger OutsideIn with any of the directional filters.
Hints:
For Binary Options try ColouredMA = HullMA(13) or HullMA(8) with Type 2 or 3 Filter.
When using Trend filters SuperTrend and/or 3xMA Trend, you will find if price reverses and breaks back through the Big Fat Signal line, then this can be a good reversal trade.
Some explanation about the what Hull Moving average and ideas of how the generated in Big Snapper can be used:
tradingsim.com
forextradingstrategies4u.com
Inspiration from @vdubus
Big Snapper's Bollinger OutsideIn Swing filter in Action:
Fractal and Alligator Alerts by JustUncleLThis is based on two well known Bill Williams Fractal and Alligator strategies.
The following code is an implementation is similar to reversal strategy specified here:
forexwot.com
and another well know Alligator break out strategy.
This was achieved by combining some of the ideas from two other indicators:
True Williams Alligator (SMMA) by the_batman
Fractals and Levels by JustUncleL
There are two types of Fractal + Alligator Strategies included in this indicator:
Fractal Reversal : In an uptrend defined by Low Fractal that is above the Alligator teeth and the Alligator mouth is completed open in an uptrend. The opposite for downtrends. (Green and Red Arrows)
Fractal BreakOut : In an uptrend, at the start of Alligator open we look back for the first Fractal High above Alligator Teeth. Alligator teeth must be above mouth. (Aqua and Fuchsia arrows)
Finns Trading Algorithm AlertsHello there,
I have developed a Microprofit Script for Tradingview and would like to introduce you to it.
First of all some keypoints to it:
-It uses Gunbot
-Many Microtrades on a bullish market
-Even make Profit on Sideway & wavy downtrends
-Double up to infinity
-Controlled downtrend averaging
-Visualizer available allowing visible emulation of the Script & Gunbot trading together.
-More Features & Optimization still to come!
RSI & RVI OB/OS Alert ArrowThe script shows arrows on bars that are in overbought or oversold, based on the set parameters of Relative Strength Index ( RSI ) and Relative Volatility Index (RVI).
Also there is a universal allert, which includes both conditions - overbought and oversold.
You can change the period of RSI and RVI, as well as the upper and lower boundaries of these indicators.