Alerts
Cyatophilum Ichimoku Oscillator [ALERT SETUP]Hello, I built an oscillator based on Ichimoku trading rules. I wanted something simple to use, but powerful, with automated alerts that would help us trade breakouts and trend reversals.
The indicator can be used on all timeframes and everywhere : Crypto, Forex, Index, Stocks, Futures, CFD.
Basically, green bars equals bull market and red bars equals bear market.
Blue and Orange bars show potential breakouts and you can setup automatic alerts for receiving an email or SMS when it happens.
You can also setup alerts for new highs and new lows indicating a potential trend reversal.
The narrow channel in the middle indicates consolidating periods and unsignificant trades, because we know Ichimoku performs badly in range markets.
For more information on how to use it, I made a description page at the link below.
Sample Use Cases :
BTCUSD 4H
BTCUSD 2H with New Highs/Lows on chart (blue and red circles correspond to alert conditions)
BTCUSD 1H
ETHUSD 2H
Use divergences with price action to trade breakouts.
More information on my website
blockchainfiesta.com
Purchase this indicator today and get access to my other Cyatophilum Indicators that will help you in your trading
blockchainfiesta.com
Happy trading!
[ALERTS]Super-Trend & SL/TP V3This simple script analyzes the trend in real time...
Alerts, SL, TP, bla, bla, bla...
Renko CandlesticksRenko charts are awesome . They reduce noise by only painting a brick on the chart when price moves by a specified amount up/down. When the price reverses, it must go twice the specified amount before a brick is painted. Time is not a factor, just price movement. Sometimes however, you want the pros of a renko chart, but on a regular candlestick chart. This indicator attempts to do just that.
A band is placed around price action showing the upper and lower bounds of what would be the current renko brick. The band only goes up/down when the price action itself moves up/down by the amount you specify. There are several ways of specifying the amount:
Fixed Price Amount: As the name says, you enter the brick size amount, i.e. the amount the price has to move before being in a new brick.
% of Price: This method will calculate the amount the price has to move as a percentage of the price itself. This way as price goes up/down, your brick size will adjust accordingly. Recommended values would be around 1% or less.
% of ATR: This option will make the brick size a percentage of the Average True Range. You can specify the ATR time frame to be different from your current time frame as well as the ATR length. For instance you could be on a 10 minute chart but specify the ATR to be daily with a length of 3 and a percentage amount of 15. This would make your brick size 15% of the Average True Range for the last 3 days. Recommended values are 10 to 20%.
Use this indicator on any time frame, even the 1 minute as the renko bands span the price action the same way on any time frame easily letting you know whether or not the price has moved appreciably, regardless of how much time has passed.
You can also set alerts easily, simply set the alert to crossing and choose “Renko Candlesticks” instead of “Value”. You will then see the options for the renko upper and lower bounds.
Tested on Bitcoin with the following values:
Fixed Price Amount: 30 ($30)
% of Price: 0.45 (if Bitcoin is $7000 then the brick size would be $31.50)
% of ATR: 15%, ATR Time Frame: 1D, ATR Length: 3 (3 days)
Bitmex'd Trading Alerts /w TP and SLTrading Alerts for Bitmex, optimised for XBTUSD and ETHUSD
Added Stop-Loss and Take-Profit
[LamBOTguini][ALERTa2]This is previous version of + RSI Divergence + Parabolic Sar
Take Profit, Stop Loss, and with ALERTS of course.
Enjoy!
study(title="RSI Divergence", overlay = false)
src_fast = hlc3, len_fast = input(5, minval=1, title="Length Fast RSI")
src_slow = hlc3, len_slow = input(15,minval=1, title="Length Slow RSI")
up_fast = rma(max(change(src_fast), 0), len_fast)
down_fast = rma(-min(change(src_fast), 0), len_fast)
rsi_fast = down_fast == 0 ? 100 : up_fast == 0 ? 0 : 100 - (100 / (1 + up_fast / down_fast))
up_slow = rma(max(change(src_slow), 0), len_slow)
down_slow = rma(-min(change(src_slow), 0), len_slow)
rsi_slow = down_slow == 0 ? 100 : up_slow == 0 ? 0 : 100 - (100 / (1 + up_slow / down_slow))
plotfast = plot(rsi_fast, color=blue)
plotslow = plot(rsi_slow, color=orange)
divergence = rsi_fast - rsi_slow
plotdiv = plot(divergence, color = divergence > 0 ? lime:red, linewidth = 2)
band1 = hline(70,color=green)
band0 = hline(30,color=red)
band = hline(0)
Multiple MA's & Candle Wick AlertsUse this indicator/alerts when a wick touches one of the 5 EMA's (default 20,40,55,100,200 EMA, or you can set other MA types and lengths).
Adjusted by Me for 20,40,55,100,200 EMA, other colors for EMA lines and tiny dots)
Credits to user TradingView user: mgibson91 for base script.
Weekly VWAP BandsOriginal Author: SandroTurriate
Weekly VWAP
Weekly VWAP close
Weekly stdv bands
Daily Vwap
band cross alerts
Power Penguin - Trend Trading AlertsThis is the alerts for automated trading for:
Power Penguin is a script that detects a trend and determines entry into the market based on the strength and price action.
Thanks to all my early backers for believing in my work!
This script is optimal for use in any market at this time.
To request a trial for this script, please PM me.
-----------------
Power Penguin V1.0.0
- Initial release
Cyatophilum Margin Traders [INDICATOR] [ALERTSETUP]This is an overlay indicator that you can add on top of the other 4H TimeFrame Indicators. It will help you stay aware of the amount of open longs and shorts trades.
Arrows represent change in shorts and longs. The arrows length is proportional to the change.
Green arrows show up when a huge amount of longs are opened in the last 4H. You can change the precision of arrows in the parameters (see below).
Red arrows show up when a huge amount of longs are closed in the last 4H.
Blue arrows show up when a huge amount of shorts are closed in the last 4H.
Orange arrows show up when a huge amount of shorts are opened in the last 4H.
Purchase the indicator and get more information at blockchainfiesta.com
BitcoinNinjas 'Ninja Signals' Buy/Sell Alert Trading Script v3.0Bitcoin Ninjas 'Ninja Signals' Buy/Sell Alerts & Backtesting TradingView Script v3.0
(for Cryptocurrencies, Forex, GunBot, ProfitTrailer, automatic trading software, and more)
This is version 3 of our popular Ninja Signals trading script, which is similar to version 2, but with a new hard-coded calibration (resolution) setting that automatically matches candle size (period) to ensure that no repainting occurs regardless of the number or type of indicators and filters traders apply when configuring the script.
'Ninja Signals' v3.0 (SCRIPT)
'Ninja Signals' v3.0 (STRATEGY)
'Ninja Signals' v2.0 (SCRIPT)
'Ninja Signals' v2.0 (STRATEGY)
'Ninja Signals' v1.0 (SCRIPT)
'Ninja Signals' v1.0 (STRATEGY)
-Allows users to easily set automated buy and sell alerts on TradingView for use with automatic and manual trading of cryptocurrencies, Forex securities, and more (alerts are compatible with automatic trading software such as GunBot, ProfitTrailer, and more).
-Synthesizes many powerful indicators [e.g. Relative Strength Index (RSI), stochastic RSI, Money Flow Index (MFI), Moving Average Convergence Divergence (MACD), etc.) into one super script to generate very precise buy and sell signals in almost any market condition.
-Buy arrows (blue) and sell arrows (red) can be changed or hidden for ease of viewing.
-No lag EMA trendline featuring trend-reversal color-coding (white uptrend, black downtrend).
-Adjustable ‘calibration’ setting allows users to customize the script to work for any currency or security available through TradingView, on any exchange, simply by adjusting a number.
-Complete with backtesting strategy version of script which allows users to test various buy and sell strategies based on the alerts the script generates (see info and screenshots below).
-Backtesting strategy incorporates a user-defined adjustable date range, so users can estimate the script’s performance over specific periods of time, such as the last day, week, or month.
-Backtesting strategy utilizes a minimum protective gain setting to help you never sell for a loss. Simply adjust your minimum profit (%) per trade, and the test results will update.
-Backtesting strategy allows for pyramid buying to test various average down / double up buying strategies. Simply adjust the number of pyramid buys and the quantity of each buy.
- Free 7-day trial available for TradingView users who join our free BitcoinNinjas community.
-Free 24/7 support via BitcoinNinjas Telegram GunBot support group with script purchase.
-Fully compatible with GunBot automatic trading software (TradingView plugin is required).
-Special discount available for traders who purchase GunBot automatic trading software and the GunBot TradingView plugin from BitcoinNinjas, allowing for fully automatic trading.
-Contact us via Email or Telegram for more information, to request additional / custom screenshots, or to start your free trial.
DISCLAIMER: By using our BitcoinNinjas ‘Ninja Signals’ planning script, you agree to the BitcoinNinjas 'Terms of Use', as presented on our website (www.BitcoinNinjas.org) and as stated here. No sharing, copying, reselling, modifying, or any other forms of use are authorized for our documents, script / strategy, and the information published with them. This informational planning script / strategy is strictly for individual use and educational purposes only. This is not financial or investment advice. Investments are always made at your own risk and are based on your personal judgement. Bitcoin Ninjas is not responsible for any losses you may incur. Please invest wisely.
BitcoinNinjas Ninja Signals Buy/Sell Alert Trading Strategy v3.0Bitcoin Ninjas 'Ninja Signals' Buy/Sell Alerts & Backtesting TradingView Script v3.0
(for Cryptocurrencies, Forex, GunBot, ProfitTrailer, automatic trading software, and more)
This is version 3 of our popular Ninja Signals trading script, which is similar to version 2, but with a new hard-coded calibration (resolution) setting that automatically matches candle size (period) to ensure that no repainting occurs regardless of the number or type of indicators and filters traders apply when configuring the script.
'Ninja Signals' v3.0 (SCRIPT)
'Ninja Signals' v3.0 (STRATEGY)
'Ninja Signals' v2.0 (SCRIPT)
'Ninja Signals' v2.0 (STRATEGY)
'Ninja Signals' v1.0 (SCRIPT)
'Ninja Signals' v1.0 (STRATEGY)
-Allows users to easily set automated buy and sell alerts on TradingView for use with automatic and manual trading of cryptocurrencies, Forex securities, and more (alerts are compatible with automatic trading software such as GunBot, ProfitTrailer, and more).
-Synthesizes many powerful indicators [e.g. Relative Strength Index (RSI), stochastic RSI, Money Flow Index (MFI), Moving Average Convergence Divergence (MACD), etc.) into one super script to generate very precise buy and sell signals in almost any market condition.
-Buy arrows (blue) and sell arrows (red) can be changed or hidden for ease of viewing.
-No lag EMA trendline featuring trend-reversal color-coding (white uptrend, black downtrend).
-Adjustable ‘calibration’ setting allows users to customize the script to work for any currency or security available through TradingView, on any exchange, simply by adjusting a number.
-Complete with backtesting strategy version of script which allows users to test various buy and sell strategies based on the alerts the script generates (see info and screenshots below).
-Backtesting strategy incorporates a user-defined adjustable date range, so users can estimate the script’s performance over specific periods of time, such as the last day, week, or month.
-Backtesting strategy utilizes a minimum protective gain setting to help you never sell for a loss. Simply adjust your minimum profit (%) per trade, and the test results will update.
-Backtesting strategy allows for pyramid buying to test various average down / double up buying strategies. Simply adjust the number of pyramid buys and the quantity of each buy.
- Free 7-day trial available for TradingView users who join our free BitcoinNinjas community.
-Free 24/7 support via BitcoinNinjas Telegram GunBot support group with script purchase.
-Fully compatible with GunBot automatic trading software (TradingView plugin is required).
-Special discount available for traders who purchase GunBot automatic trading software and the GunBot TradingView plugin from BitcoinNinjas, allowing for fully automatic trading.
-Contact us via Email or Telegram for more information, to request additional / custom screenshots, or to start your free trial.
DISCLAIMER: By using our BitcoinNinjas ‘Ninja Signals’ planning script, you agree to the BitcoinNinjas 'Terms of Use', as presented on our website (www.BitcoinNinjas.org) and as stated here. No sharing, copying, reselling, modifying, or any other forms of use are authorized for our documents, script / strategy, and the information published with them. This informational planning script / strategy is strictly for individual use and educational purposes only. This is not financial or investment advice. Investments are always made at your own risk and are based on your personal judgement. Bitcoin Ninjas is not responsible for any losses you may incur. Please invest wisely.
Scrybblez Alerts## Scrybblez Alerts ##
Request access for a trial here or by twitter to @scrybblez
0.What is this Indicator for?
This indicator contains the same code present in Scrybblez Strategy but instead of being a strategy, it is a study. Why is that? Tradingview works in a way that allows Strategies to signal entries and backtest results but does not allow them to send alerts. Studies on the other hand can prompt alerts.
Being able to backtest how well does your Indicator work is very important, but it's useless to have the perfect algorithm and then not being able to act on those signals in time, which is why I wrote this Study.
1.Alerts
Alerts can be set in a few different ways, first let's go through how you can receive them.
- Showing a popup
- Playing a sound
- Sending an email
- Sending an SMS
The first two are useful for when you're in front of the computer or around the house (to avoid being glued to the screen) and the second two for when you're away and want to know of an important event that just occurred.
Since they are quite limited people have come up with ways of making use of these alerts in ingenious ways, one of them for example is to make use of Browser extensions (Autoview, ProfitView,...) to make trades automatically and avoid missing those juicy entries that your indicator just found for you.
2.How to set the alerts?
This study has 9 alerts inside.
_ALERT TEST
The first alert is one I configured so that I can use it to debug if my alerts are prompting, there is nothing more painful than thinking you configured all your alerts correctly, then waiting for an alert to trigger only to see thatthe alert did not work because you misconfigured something or worse, that you prompted that alert once per minute... and you exited several times your current position.
To avoid this, we have this alert, it will ALWAYS trigger, use it to test if your alerts work but DO NOT USE it for anything else.
The remaining 8 alerts' "Message" comes pre-configured (in pairs) with bitmex and bitmex-testnet for ease of use with sample settings for using them with AutoView and Bitmex:
Description of sample settings provided for Autoview
Platform: Bitmex
Bitmex-Testnet Account: bitmex
Bitmex Account: bmex
Leverage: x1
Quantity: 99% of your portfolio
Actual Alerts to be configured
1) LONG
Condition: Scrybblez Alerts and * Open Long * is meant to be linked with both
Alert Condition: LONG and/or TESTNET LONG
2) CLOSE LONG
Condition: Scrybblez Alerts and * Close Long * is meant to be linked with both
Alert Condition: CLOSE LONG and/or TESTNET CLOSE LONG
3) SHORT
Condition: Scrybblez Alerts and * Open Short * is meant to be linked with both
Alert Condition: SHORT and/or TESTNET SHORT
4) CLOSE SHORT
Condition: Scrybblez Alerts and * Close Short * is meant to be linked with both
Alert Condition: CLOSE SHORT and/or TESTNET CLOSE SHORT
After linking the "Condition" with its corresponding "Alert Condition" I advise you to use the option "Once per close bar".
Finally I personally always tick for "Alert actions" both Play sound and Send Email .
If you are happy with using the sample settings provided above, please be aware that Bitmex is a trading platform where you risk being LIQUIDATED and you could potentially lose your entire portfolio. If you are still Ok with it, proceed at your own risk, I myself use either leverage x3 or x4 any higher than that and you're asking to be liquidated with an unexpected 20% spike (and these spikes have happened a few times before) or some heavy manipulation, I advise caution until you know what you are doing.
Also, please note that although I personally use this indicator to trade, the alerts that it provides are by no means to be taken as financial advice from me and you follow them at your own risk, we are all grownups here.
*** Reminder ***
Scrybblez Alerts works with the same code as Scrybblez Strategy , all stated there applies here as well.
How does this strategy work?
This strategy works particularly well with Bitcoin and can be applied to volatile coins with big swings with smaller movements.
It comes preconfigured with settings for 202 minutes.
lamBOTghini-ALERTador & SL/TP V3I publish the code again in case someone is interested in learning. I am not an expert, I learned from others who published their scripts and for this reason I do the same.
If someone tries to sell you a script it is because they do not make money with it in trading and they need to sell it to earn something.
It is a simple combination algorithm of 3 EMA with stop loss and Take profit and with alerts.
Enjoy!
¡Mucho ánimo a los Venezolanos!
¡Saludos desde España!
Crypto Reversal Scalper STARTER KIT AlertsThis is alerts for automated trading for:
This is a starter kit for people to try out.
Since many people were confused to how to properly config the original script, I decided to create this script.
This script uses the original script but is compiled to have presets.
Simple to use, EASY AS 1,2,3
1. Choose PAIR
2. Sync chart with chosen pair (Symbol and Timeframe)
3. DONE!
4. (Optional) Adjust Stoploss and Takeprofit
This will be FREE for people to consider giving it a try.
To automate the trades, you will need to have the alerts for the script.
If you want to automate the trades, PM me.
Crypto Reversal Scalper STARTER KIT BacktesterThis is a starter kit for people to try out.
Since many people were confused to how to properly config the original script, I decided to create this script.
This script uses the original script but is compiled to have presets.
Simple to use, EASY AS 1,2,3
1. Choose PAIR
2. Sync chart with chosen pair (Symbol and Timeframe)
3. DONE!
4. (Optional) Adjust Stoploss and Takeprofit
This will be FREE for people to consider giving it a try.
To automate the trades, you will need to have the alerts for the script.
If you want to automate the trades, PM me.
Scalping Sheriff Strategy TraderReceive alerts for Long and Short Scalp trades.
Inspired by the RSI Sheriff Strategy
DBT MoMo Divergence FinderThis is a variation of the DBT MoMo created to help find divergence patterns on any time frame.
A divergence is found when price makes a higher high, but the MoMo makes a lower high (bear divergence) or when price makes a lower low, but the MoMo makes a higher low (bull divergence).
This indicator has warning signals and confirmation signals when a divergence is found. Due to the extreme difficulty in coding a divergence indicator properly there are still false signals. Make sure to use basic technical analysis to confirm a divergence signal before trading it.
This indicator allows you to make alerts for Bull and Bear divergence signals, also crossing above 10 or below -10 signals.
You may use this indicator for momentum, but I do not recommend it. If you would like to use this indicator to find momentum signals please use the original version of the DBT MoMo. This indicator was made specifically to showcase divergence signals.
In the settings there is an option to change the histogram colors to match your warning colors.
The default colors are made for a dark background, if you trade on a light background like myself please feel free to change the colors to suit your needs.
Use at your own risk. This is not financial advise and this indicator is not guaranteed to make you profits. Please message me if you have any questions or feedback. Enjoy.
This indicator is apart of my indicators package, if you would like a trial access please feel free to message me.
MAC DADDY GNOME PROHello Fellow Traders!
-------------------------------------------
This is the newest addition to Gnome Alerts PRO!
This is one of the newer scripts that we are using for scalping on the lower time frames on Bitmex & Binance.
This is a script that can be used on all time frames and includes back-testing. All of our scripts included back-testing and BUY & SELL alerts.
This Script allows you to fire Long, Short, or Flip with Both
Also Includes TTM Squeeze Bubbles for Manual trading.
INCLUDES:
------------------------
*Autoview Ready*
BUY ALERTS
- supports pyramiding
- sell based of %gain
SELL ALERTS
- supports pyramiding
- sell based of %gain
- stop loss configured
- sell on gain configured
Backtesting is also available!
More info on how gain access in my profile!
MAC DADDY GNOME PROHello Fellow Traders!
-------------------------------------------
This is the newest addition to Gnome Alerts PRO!
This is one of the newer scripts that we are using for scalping on the lower time frames on Bitmex & Binance.
This is a script that can be used on all time frames and includes back-testing. All of our scripts included back-testing and BUY & SELL alerts.
This Script allows you to fire Long, Short, or Flip with Both
Also Includes TTM Squeeze Bubbles for Manual trading.
INCLUDES:
------------------------
*Autoview Ready*
BUY ALERTS
- supports pyramiding
- sell based of %gain
SELL ALERTS
- supports pyramiding
- sell based of %gain
- stop loss configured
- sell on gain configured
Backtesting is also available!
More info on how gain access in my profile!
Kozlod - Heikin-Ashi Bar Color Change AlertsYou can use this script to setup alerts on Heikin-Ashi bar color change.
You have to apply this script to usual candles and not Heikin-Ashi!!!
Background color indicates HA bar color. On change you'll see green/red arrows and alert will be fired.
Also you can find in the code calculations of all HA OHLC values.
Market Sniper V1 [Alerts]Market Sniper is a trend-based script born and created with leverage trading in mind. I created this to trade automatically with leverage using AutoView Chrome Extension on BitMex XBTUSD -0.04% .
Features:
• Trend-Based: use higher timeframe to check the trend of the coin, and a threshold to evaluate the trend strength.
• Dual-Behavior: different settings are used when the trend is strong and when it is weak. With a strong trend it can catch big trades, with a stable trend it can act like a scalper with smaller and faster trades.
• Smart Profit: you can set a percentage gain and a trail setting. The script will try to trail the price if the trend is strong, otherwise it will exit at the specified gain.
• Loss Control: you can set a percentage stop-loss to cover bad entries. The market is unpredictable, no script is perfect, sooner or later it will take a bad choice.
The chart shows the result for the full month of August using leverage 10.
If you want to try it just contact me.