Bitmex'd Trading Alerts /w TP and SLTrading Alerts for Bitmex, optimised for XBTUSD and ETHUSD
Added Stop-Loss and Take-Profit
Alerts
[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.
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.
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.
Crypto Reversal Scalper AlertsThis is the alerts for
The script that will detect a reversal with two variables. The script will then attempt to scalp against the trend short-term.
Absolutely, NO REPAINTING. Can be used across crypto pairs.
You must use ONCE PER BAR for alerts! Yes it does work! <- MAKE SURE YOU SET ALERTS PROPERLY!
PM me for a trial.
Cost for the bot will be 0.01 BTC/month. Cost can be negotiable.
MACD Cross AlertWhen MACD crosses Sinal line, arrows are displayed above or below the bar on main chart.
You can also set the following MACD alert with this indicator.
1. When MACD crosses the signal line upwards
2. When MACD crosses the signal line downward
3. When MACD crossed zero line upward
4. When MACD crosses zero line down
MACDのクロスが発生した事を表示します。MACDがシグナルラインを交差すると、ローソク足の上下に、矢印が表示されます。
またこのインジケーターでは以下のMACDのアラートを設定することができます。
1. MACDがシグナルラインを上に交差した時
2. MACDがシグナルラインを下に交差した時
3. MACDがゼロラインを上に交差した時
4. MACDがゼロラインを下に交差した時
lamBOTghini-ALERTador & SL/TP V3Es un algoritmo de combinación de EMAs.
Si utilizas “close” en las 3 EMA como fuente repintará más (aunque repintar es otra cosa pero para que se entienda) aunque gráficamente parezca la mejor opción.
Por el contrario, si utilizas “high” u “open” el repintado es inexistente pero se pierde rentabilidad.
Así que es ir probando, aunque para mi esta es la más equilibrada. Tú eliges...
Tiene una alerta doble Buy / Sell para los que no son pro y solo pueden poner una solamente.
Lleva como siempre Take profit y Stop Loss, aunque el Stop Loss mejor en el Exchange.
08-2018 Stochastic 5m [ALERT SETUP] [INDICATOR]This is an accumulation of small buy orders and a complete sell order strategy, that can be used for manual trading or for a trading bot. The strategy is based on stockastic divergences ( an indicator that I made myself and is published on my profile earlier ), and I added my personnal touch of course. Note that the bullish and bearish stochastic divergences are calculated separately and can be configured in the inputs.
To be used with a 5m timeframe, and on a flat or bullish pair.
Everyone can favorite the script, apply it to the chart, but only I can see or modify the code. If you need anything, leave a comment, thanks :D
More info about the script, such as inputs description, how to configure the script, strategy explanation, alert configuration can be found here : blockchainfiesta.com
--------------------------------------------------------------------------------------------------------------
I do commission work: TradingView Pine Script development & Reverse Engineering.
contact@blockchainfiesta.com.
You can also send me a message in TradingView or Discord (discord.gg)
Bitcoin address: 19sVQvCDmVfEACq7BiMnWSMqFPZ8qfSQ2K
ETH address: 0xc8a5d3a63a05db0c2363ea1c08b37a01cce9ebfb
DEMI 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 transformed version of GODMODE that adapts to market swings.
INCLUDES:
------------------------
*Autoview Ready*
BUY ALERTS
- multiple long positions
SELL ALERTS
- sell with oversold alerts
- sell based of %gain
Short Alerts For Bitmex
Backtesting is also available!
More info on how gain access in my profile!