MG - Bollinger band alerts- Displays the Bollinger Bands for standard deviation coefficients 2 & 3 (can toggle both independently)
- Has four preset alerts
- Price reached upper band (SD = 3)
- Price reached upper band (SD = 2)
- Price reached lower band (SD = 2)
- Price reached lower band (SD = 3)
"alert" için komut dosyalarını ara
MASelect Crossover AlertsStudy for alerts, to be used with the MASelect Crossover Strat.
A simple crossover/crossunder strategy for beginners with options for 5 types of Moving Average. Use the strategy script to backtest and find your preferred Moving Average combinations and lengths.
MG - Fibonacci Alerts - 1.1Updated version of
Allows users to receive alerts when price reach a new Fibonacci level.
By default, the Fibonacci levels extend upwards. This can be changed to extend downwards by unchecking 'Extend Upwards' option.
Usage:
- Perform a Fib extension analysis and determine a high value, low value and direction of extension
- Add indicator and specify these values
- Optionally, to view the levels used by the indicator on the main chart, copy the indicator source and:
- Set overlayed = true
- Set highPrice and lowPrice to your determined values (optional, but will save re-entering them later)
- Add to chart
- This will show you the exact levels used by the indicator
- Set overlayed = false
- Remove and re-add the indicator
Kozlod - Pivot Reversal Strategy Alerts V2Its' new version of previously published Kozlod - Pivot Reversal Strategy Alerts
Indicator now better correspond to original strategy. However, there can be some differences. Problem is that it's pretty tricky to implement in plain PineScript same "stop" logic used in strategy.entry of the original script
Kozlod - Channel Break Out AlertsStudy version with alerts of standard "Channel Break Out Strategy".
Kozlod - All-time high/low alertsA small script to track all-time high/low levels.
You can create alerts when levels will be updated.
Kozlod - Yet Another Moving Average Cross Alerts (9 MA types)You can choose one of these MA types in params:
Simple Moving Average ( SMA )
Exponential Moving Average ( EMA )
Weighted Moving Average ( WMA )
Arnaud Legoux Moving Average ( ALMA )
Hull Moving Average ( HMA )
Volume-weighted Moving Average ( VWMA )
Least Square Moving Average ( LSMA )
Smoothed Moving Average ( SMMA )
Double Exponential Moving Average ( DEMA )
Also you can select SL/PT % levels.
There are 4 alerts available: LONG/SHORT/EXIT LONG/EXIT SHORT
Same script as strategy:
Turtles AlertsThis script allows you to set up long/short turtle alerts for your favorite assets.
This one is a bit awkward to use, so refer to the giphy I posted to get you on the right track.
www.giphy.com
emasma alertsSame as strategy emasma (crossover between EMA13 and SMA30), but can be used for creating alerts
MACDAS by KIVANCfr3762 with Plots and AlertsMACDAS script by KIVANCfr3762, i added Plots and Alerts
original script
Bollinger Band with Touch Alerts and Disappear on Low TimeframesModified Bollinger Band with Touch Alerts and Disappear on Low Timeframes
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)
BB Aggro Alerts 1This is a script using 2 bollinger bands with different deviantions (for bull/bear markets) and slow stochastics / RSI to produce pikes. Now you setup your alerts to match green/red pikes.
FX Sniper: T3-CCI Strategy With Alerts This simple indicator gives you a lot of useful information - when to enter, when to exit
and how to reduce risks by entering a trade on a double confirmed signal.
You can use in the xPrice any series: Open, High, Low, Close, HL2, HLC3, OHLC4 and ect...
Added Alerts when signal changes.
Vix FIX / StochRSI StrategyThis strategy is based off of Chris Moody's Vix Fix Indicator . I simply used his indicator and added some rules around it, specifically on entry and exits.
Rules :
Enter upon a filtered or aggressive entry
If there are multiple entry signals, allow pyramiding
Exit when there is Stochastic RSI crossover above 80
This works great on a number of stocks. I am keeping a list of stocks with decent Profit Factors and clean equity curves here .
Possible ways to use this:
Modify this script and setup alerts around the various entries
Use as is with different stocks or currency pairs
Modify entry / exit points to make it more profitable for even more symbols and currencies
Bar Close Audio AlertAdd script to chart
Create Alert
Condition: Close/Greater Than/Value/0.0
Frequency: Once on Bar Close
Alert Action: Play Sound
Hide close on chart in Objects Tree if preferred.
Many thanks to tranzium for creating code.
VWAP + RSI Strategytesting this method, based on RSI combine with Vwap
there is a buy and sell alert, if you like pls comment it, this is a simple method that can surely adapt to any assets,
Market Shift Levels [ChartPrime] - Alert AddedNo change to the code is made. I only added code to get alert on my Watchlist for personal use only.
Pullback Entry Alert (8ema/21ema/50ma/200ma)8ema, 21ema, 50MA, and 200MA alert for pullback buy entries