RSI Multi Length With Divergence Alert [Skiploss]This is a modified indicator base code from RSI Multi Length and we will add some of functions by finding a classic/hidden divergence and alert.
The indicator returns information over RSI using multiple periods and calculates the percentage of overbought and oversold by overbought divided by oversold.
To find the divergence and hidden divergence we use base code from platform (Divergence Indicator) but change the input from normal to the average (RSI Multi Length).
RSI Settings
Maximum Length is maximum period.
Minimum Length is minimum period.
Overbought Level is value of the overbought level .
Oversold Level is value of the oversold level.
Source is input source of the indicator.
Divergence Settings
Pivot Right is value look back to the right side.
Pivot Left is value look back to the left side.
Max Range is maximum range value.
Min Range is minimum range value.
Alert Settings
It will be part of display of Divergence and Hidden Divergence.
Style Settings
Color of overbought/oversold/Bullish/Bearish which you can change as you wish.
Komut dosyalarını "alert" için ara
Miyagi (10 in 1) + AlertsMiyagi: The attempt at mastering something for the best results.
Miyagi indicators combine multiple trigger conditions and place them in one toolbox for traders to easily use, produce alerts, backtest, reduce risk and increase profitability.
VWAP has been the main condition for entry for our trading community for quite some time now, however using VWAP alone can lead to poor entries and bags.
Miyagi adds filtering conditions which can then be used to improve entries as opposed to simply using VWAP alone.
Miyagi (10-in-1) + Alerts combines multiple trigger conditions in an easy to use format.
Each trigger or filtering condition is selectable and able to be combined using the selector checkboxes.
Trigger or filter conditions can be used on a different timeframe chart than the current user selected chart.
For instance, the user's chart can be set to a 15M for entry however using filtering from a 30 minute RSI.
It is recommended to not use a lower timeframe chart setting than the current chart timeframe.
The following trigger and filter conditions are present in the 10-in-1:
EMA: Takes two "Exponential Moving Averages" into effect for filtering with user selectable chart timeframe, length and sources.
EMA Trend Type is user selectable for Trend-following or Counter-trend which allows you to counter-trade the markets.
Beside the "Simple Moving Average" the EMA has a multiplier.
Calculation is SMAxMultipier / SMAxMultiplier of the previous candle.
MACD: Takes the "Moving Average Convergence Divergence" into effect for trigger condition or filtering with user selectable chart timeframe,
source, fast & slow length and signal smoothing. MACD is a trend-following momentum indicator that shows the relationship between two moving averages of a price.
The MACD is calculated by subtracting the EMA 26 period from the EMA 12. Long alert is triggered on crossing the MACD zero line upwards and short alert vise versa.
RSI: Takes the "Relative Stregth Index" into effect for trigger condition or filtering with user selectable chart timeframe, length, source, and oversold and overbought values.
The RSI is a technical oscillator that uses price and volume data for identifying overbought or oversold signals in an asset.
It can also be used to spot divergences which warn of a trend change in price. This oscillator moves between 0 and 100.
RSI > 80 is considered overbought and an RSI < 20 is considered oversold.
Stochastic RSI: oscillator version of RSI.
Takes the stochRSI into effect for trigger condition or filtering with user selectable chart timeframe, K D, length, upper and lower length.
stochRSI = (actual RSI - lowest RSI) / (highest RSI - lowest RSI)
VWAP: Takes the "Volume Weighted Average Price" into effect for trigger condition with user selectable chart timeframe, period, and VWAP lower line (long),
or VWAP Upper line (Short) values. VWAP is calculated by totaling the money traded for every transaction (price x volume) and then dividing by the total shares traded.
The VWAP appears as a single line on charts. It looks similar to a moving average line, but smoother. In general it is a intraday/week anchored indicator that resets,
but we are using a steady version over a selectable period of candles.
TTM: Takes the TTM squeeze indicator into effect for trigger condition with user selectable chart timeframe, length, multiplier, smoothing and trend direction.
The TTM is used to identify when to enter or exit a market for the best chance of profitability. It squeezes pairs well with other indicators, such as the ADX indicator.
For Multiplicator you can use Keltner and Boilinger Bands.
ADX: Takes the "Average Directional Movement Index" into effect for trigger condition with user selectable chart timeframe, smoothing, DI-length, a long and a short setting.
The ADX is used to detect trend direction with a positive and a negative direction indicator (+DI & -DI). The factor of those is a value between 0 and 100.
A low value can be a week trend or consolidation. A value > 25 is considered as a positive trend, >50 is a strong long trend >75 extremely strong trend.
Beside timeframe, you can choose smoothing and DI length.
SuperTrend: Takes the SuperTrend into effect for filtering with user selectable chart timeframe, ATR length and factor.
As an alternative to moving averages you can keep a fix distance to determine long or short trend.
That way you can avoid a lot of switching during a consolidation phase. Once crossed it switches trend direction.
The "Average True Rage" is used for calculation of the SuperTrend distance, it measures the volatility of the coin.
MFI: Takes the "Money Flow Index" into effect for filtering with user selectable chart timeframe, length, source, long and short settings.
The MFI is a technical oscillator that uses price and volume data for identifying overbought or oversold signals in an asset.
It can also be used to spot divergences which warn of a trend change in price. Like RSI this oscillator moves between 0 and 100.
MFI > 80 is considered overbought and an MFI < 20 is considered oversold.
W-Divergence: Takes the "Wolfpack Divergence" into effect for trigger condition with user selectable chart timeframe, length, lookback, divergence and ranges.
W-Divergence is MACD 3-8 setting with added divergence hunter.
How to use: Select the VWAP, and set the VWAP up as you would normally trade with your selected timeframe, period, and VWAP settings (long and short).
All entries will be shown, based on the VWAP settings.
From here, filtering can be implemented to produce better entries, ie using EMA/MACD/RSI/SuperTrend/MFI filtering.
Happy Trading!
ATR alerts & backtestingThe Basics
Alert will trigger if the current (real time) price surpasses the high of the ATR of the previous bar. (can also be set for the Low of the ATR). Each time the follow up candle surpasses the high of the previous ATR, the background will be coloured orange. This makes back testing easier on the eye. This can be turned off.
- Colours can be changed.
- Can also set a color and alert when the current price surpasses the Low of the ATR of the previous bar.
- ATR distance can be changed.
- Can be used on different chart types.
- Can be used as entry or exits in combination with bots.
- Can display only ATR top or bottom or both.
Example
An alert will trigger if the price of the current bar surpasses the red dot (ATR) of the previous bar.
Alerts can be created on all timeframes, if this is within your Tradingview plan.
Final Words
Disclaimer: Please use it with care and at own risk. The owner of this indicator is not liable for any financial losses.
Past performance is no guarantee of future returns.
Yoshi AlertsRemake of infernixx's traders reality script.
Traders Reality indicator
This indicator serves as the Tradingview equivalent of an MT4 indicator suite.
It differentiates from existing TV indicators in its style and total feature set (most notably PVSRA and PVSRA Override)
It was originally designed for forex markets, and it will work for crypto as well, but it has not been tested on stocks.
List of features:
PVSRA Candles
Market boxes (NY/JP/ HK /UK/ FR and Brinks Boxes)
5/13/50/200/800 EMAs (cloud for 50EMA)
Pivot points (S/M/R 1,2,3; PP )
Yesterday and Last Week price range
Average Daily Range (Weekly and Monthly as well)
Daily Open
PVSRA Override
All of these are configurable in the indicator settings.
Usage instructions:
PVSRA Candle colors meaning:
Green (bull) and red (bear): Candles with volume >= 200% of the average volume of the 10 previous chart candles, and candles where the product of candle spread x candle volume is >= the highest for the 10 previous chart time candles.
Blue (bull) and blue-violet (bear): Candles with volume >= 150% of the average volume of the 10 previous chart candles
PVSRA Override
In order to get reliable bar coloring, we need accurate data. If you're on a chart with low volume on some obscure exchange, you may want to use another exchanges datafeed for the symbol you are on to calculate the PVSRA bar colors with. This lets you do exactly that. By default it's off, but you can turn it on and use INDEX:BTCUSD, or really any other chart you want. You can combine charts too, e.g. use BINANCE:BTCUSDT+COINBASE:BTCUSD.
PVSRA Alerts
Alerts can be made for PVSRA "vector"/"climax" candles:
1. Create Alert (Clock with + sign)
2. Set Condition: "Traders Reality",
3. Select "Alert on Vector Candle",
4. Set it to Once per Bar,
5. choose your notification options.
Market boxes
The market boxes times are configurable and will change depending on the exchange timezone. I recommend to pick your main exchange/chart and adjust the times so that they are correct. Technically you will need to shift the time from the exchanges' timezone to GMT . Default values should be good for UTC based exchanges in current US+UK summer time.
Auto Fibonacci From Previous High & Low w/ Percentages & AlertsAUTO FIBONACCI FROM PREVIOUS D/W/M/Q/Y HIGH & LOW WITH PERCENTAGES & ALERTS
This is an auto fibonacci level generating indicator that uses the high and low from the previous day, week, month, quarter or year. It also has a table with real time updates of how far away the nearest fibonacci levels are above and below the current price, represented in percentages. It includes alerts for each level as well if you want to be notified of price crossing fibonacci levels without watching the chart.
***HOW TO USE***
Fibonacci levels are also known as the golden ratio and are popular levels for traders to use as support and resistance levels. Expect price to bounce off of these levels regularly.
The previous high and low are marked as white lines. These are very important levels so make sure to pay attention when price reaches these lines.
Make sure to check out the higher timeframes for major levels.
Each fibonacci line retracement and extension up to the 3.272 level in each direction is displayed as red or green depending on whether price is above or below that level.
The retracement levels used are: previous high, .117, .236, .382, .5, .618, .786, .883, previous low, 1.272, 1.618, 2, 2.272, 2.618, 3 and 3.272.
The extension levels used are: .272, .618, 1, 1.272, 1.618, 2, 2.272, 2.618, 3 and 3.272.
In the indicator settings input tab you can quickly change the timeframe used, turn lines on/off, upper line colors, lower line colors, previous high and low line colors, line width, turn percentage table on/off, change the color of the percentage table and move the percentage table to a different location on the chart.
The indicator includes alerts for each fibonacci level as well, just set your fibonacci timeframe on your favorite ticker and turn on tradingview alerts for alert() calls.
***MARKETS***
This indicator can be used as a signal on all markets, including stocks, crypto, futures and forex.
***TIMEFRAMES***
This auto fibonacci indicator can be used on all timeframes.
***TIPS***
Try using numerous indicators of ours on your chart so you can instantly see the bullish or bearish trend of multiple indicators in real time without having to analyze the data. Some of our favorites are our Buy & Sell Pressure Colored Candles, Directional Movement Index + Fisher Transform, Volume Profile W/ Buy & Sell Pressure Labels, Auto Support And Resistance and Money Flow Index in combination with this Auto Fibonacci. They all have real time Bullish and Bearish labels or percentage gap info as well so you can immediately understand each indicator's trend and how far away major levels are in percentages.
RSI Algo (Pinescript v5 + Alerts)Found this the other day and thought it might be useful to have an updated version with alerts:
Credit to the original author.
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!
Ichi Alerts StrategyThis Strategy is related to our Ichimoku Alerts Study script.
The strategy results below shows a strategy test on a 1 hour chart with standard crypto Ichimoku settings with personal TP and SL settings added.
(Starting capital $1,000, 100% equity per trade, 0.0075% fee included)
Within the strategy settings, there is a 'Disable Cross' option. In short;
- When cross is active, if the blue line crosses the white line after a signal, it will close the trade for you. This is beneficial as can effectively pull you out of a potentially losing trade.
> Note: You can alert this exit signal using the alerts options available in the study version, and of course add a webhook into the alert message so you can automatically close a trade based on this cross function
- When the cross is disabled, then your trade will stay open until you either hit your TP or SL target, or if another trade signal is fired
Standard TP and SL % options are included in the options.
This strategy does compound your trades for a realistic view on your strategy outcome.
Any questions please ask away in the comments.
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"
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 :)
Dynamic Messages & Easy Screener1. Dynamic Message alerts with a Screener function
2. labels are generated using array strings making it easier to customize
3. Alert messages have well defined output with data variables
4. Traders with limited Pine knowledge can also plugin their functions
5. Closely track the alerts with Easy Screener
6. Attach it to the desired chart for alert periodicity and set resolution to the indicator setup
7. OHLC values for scanned securities also extracted for ready use in any indicator or study
Happy Trading and rest your sore eyes with Easy Screener!!
Enjoy TV on the GO!
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.
BigBendFX Ichimoku Cloud | Cloud BreakoutCloud breakout is an enhancement of TradingView's built-in Ichimoku Cloud Indicator. By default, only the cloud is visible. The other Ichimoku lines can be toggled on if needed. This indicator focuses on the breakout of the Kumo cloud. An additional simple moving average filter can be added as well.
Breakout Condition
2 candlesticks are part of the breakout condition
Candlestick 1: 'open' price is still within the cloud and 'close' price breaks out of the cloud
Candlestick 2: 'open' price confirms that candlestick 1 'close' remains as a breakout
There are 4 possible breakout conditions: 2 bullish direction moves crossing each senkou span and 2 bearish direction moves crossing each senkou span
Note: ranging markets will cause false breakouts, so a moving average is integrated to help filter this out
Moving Average Integration
A simple moving average can easily be toggled on/off to filter out cloud breakout signals
The SMA length and color can be adjusted in the settings
Alerts
There are 2 alert options: bullish or bearish
Alerts will confirm if the Moving Average Integration is activated
To add to your chart simply search for the title "BigBendFX Ichimoku Cloud" in indicators & strategies.
If you would like any added features or functionalities, please comment/share below. Be sure to check out our website (link below)!
Thank you!
TDI Traders Dynamic Index Alerts v1 - BonavestTo add this indicator to your charts:
Click the 'Add to Favorite Scripts' button down below this description.
This indicator places BUY and SELL tags on the chart using the Trader's Dynamic Index Indicator created by Dan Malone. This indicator is RSI based and is best used with ranging markets and will tend to create a trail of false signals (colored tags) when price is at it's extremes for a long period of time. Utlizing some other indicator such as a volume based one will assist in optimizing signals.
I have used this indicator with success for a few years, however I do not plan to support users of this indicator. It is offered as-is.
I use this indicator for:
Counter Trend Trading (colored tags)
Detecting Best Entries to Follow Trend (gray tags)
Trading Extreme Overbought/Oversold Price Areas (bright colored tags)
Detecting RSI Divergences (circles)
SETTINGS
Custom Timeframe - Default current chart timeframe. Custom selection only works when selecting a smaller timeframe than what is on the chart.
Lengthrsi - RSI Period
Lengthband - TDI Band Length
Lengthrsipl - TDI Price Line Length
Lengthtradesl - TDI Signal Line Length
There are 5 Built-In Notifications already created for you and are available by simply right clicking in the indicator area and selecting:
Condition: TDI Alerts v1
Then 1 of the 5 Alerts:
BUY Signal - All Green colored tags
SELL Signal - All Red colored tags
Gray BUY signal - All Gray BUY tags
Gray SELL signal - All Gray SELL tags
All Signals - All colored and gray tags
This adaptation was based off of the original code from the talented LazyBear.
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".
Sqeeze Momentum, DMI and Parabolic SAR study with alertsThe study combines Sqeeze Momentum, Directional Movement Index (DMI) and Parabolic SAR indicators indicators providing you with a powerful indicator with long and short scalping strategies in it
When conditions of long or short position from all mentioned indicators are met script opens position. Once trend changes it closes position and fixes profit
Advantages:
1. Deal start alert condition includes the folowing filters and requirements:
- Momentum value is adjusted using a relative proportion of volume at each timeframe scale to exclude a chance of opening position at a low impulse stage
- Squeeze momentum trigger condition is automatically checked before a position is opened
- +DI , -DI and ADX values are taken into account to confirm the trend direction
- Position size is taken into account to ensure there will not be opened any excess deals or alerts
2. Exit deal alert condition was modified using Parabolic SAR indicator. Hence, it is ensured positions will not be closed in a middle of a trend
3. Study allows you to apply custom alerts to any position you would like thus you can connect your own trading panels with TradingView Webhooks
If you want to obtain access to the strategy please send us a personal message
Trailing SL Alerts [QuantNomad]It's alerts version of my Trailing SL strategy:
Use "Once Per Bar" param when creating alerts.
Engulfing Look-back AlertThis script is an extension of the classical engulf pattern with added rules and user defined features.
Engulfing Candle Definition:
- Bullish Engulfing: Trade BELOW the prior candle's LOW and CLOSE ABOVE the prior candle's HIGH. Previous candle can be an up (bullish) or a down (bearish) candle
- Bearish Engulfing: Trade ABOVE the prior candle’s HIGH and CLOSE BELOW the prior candle’s LOW. Previous candle can be an up (bullish) or a down (bearish) candle
Features:
- Set the look-back period for engulfing candle high and low -> default = 1; e.g. Did the bullish eng candle trade below the lows of the last 3 candles and trade above the highs of the last 4 candles? Set the input values accordingly
- Choose time frame(s) engulfing candle is to be displayed on -> default = M/W/D/4H/1H/15M
- Ability to enable Alerts (includes time frame alert was triggered on): IMPORTANT - when setting alerts ensure to choose "ONCE PER BAR"; otherwise alerts will NOT trigger as intended
prntscr.com
*FIBAUS BUY and SELL Trender V2 with AlertsFIBAUS BUY and SELL Trender v2 with ALERTS: Hit me up if you want access.
Always be on the right side of the trade and know where to place the stop loss.
Its a very consistent system allowing for a low risk, high gain trading stratergy. Simply wait for the signal to show as BUY or SELL (LONG or SHORT) and place the order.
SET YOUR ALERTS and WAIT!
Tight stops losses are placed above (Sell/shorts) and below (Buy/Long) orders.
Horizonatal plot lines are to be used as Targets and reversal zones. Green lines are support zones and red lines act as resistance zones.
The Lagging line is the 200 EMA which give me a view of the overall trend of the market and indicates if I should only take Buy or Sell orders. When the 200 is RED, I only sell/short. When it is GREEN, I only Buy/Long.
NB: In trading support and resistance zones interchange. This means that supports can become resistance and resistance can become support zones.
For BTC/XBT, I use 2 hour candles.
Forex, I use 1 hour and 3 hour candles.
For Options I use the 1 hour candles.
Stop Loss stays the same for all types (which is above or below the candle signaling buy or sell.
Hit me up if you want access.
Happy Trading !!
FIBAUS
Technical Analysis - Binary Option AlertA. Oscillators & B. Moving Averages base on TradingView's Technical Analysis by ThiagoSchmitz
C.Pivot base on Ultimate Pivot Points Alerts by elbartt
D. Summary & Alert by anhnguyen14
Binary Option Alert base on my indicator: Technical Analysis - Panel Info
Put alert = Srong Sell + close>open
Call alert = Strong buy + close<open
* Alert Setup
1. Signal alert = PutAlert or CallAlert
2. Put alert = Put alert
3. Call alert = Call alert
Hancock - Pump Catcher [BitMEX] [Alerts]This is a study to the version of the strategy found here .
It generates 3 alerts:
CLOSE - Triggers to close all open positions
LONG - Triggers to open a long position
SHORT - Triggers to open a short position
Commands for alerts (without stop-loss) to get you started:
CLOSE - a=bitmex e=bitmextestnet c=position t=market
LONG - a=bitmex e=bitmextestnet b=long s=xbtusd l=5 q=99% t=market
SHORT - a=bitmex e=bitmextestnet b=short s=xbtusd l=5 q=99% t=market
I would advise including a stop-loss with your commands. These commands are for autoview and don't include a stop loss, use autoview command documentation to add stop-loss.
Happy trading
Hancock