Best Ichimoku Buy and Sell with alertsThis is Indicator is based on Ichimoku Clouds with Buy and Sell positions and alerts. Before using this indicator take note of the following:
1. This indicator is not Repaiting.
2. there are three ways to put your SL/TP:
* you can use the yellow line above or below the candles to put your SL and your R/R ratio will be 1:1, 1:2, 1:3 (depending on the timeframe and the pairs you choose; I advise you to backtest in your desired timeframe and your currency pairs to choose the right R/R)
* You can choose SL/TP based on Percentage or ATR (It is configurable in the setting; I again advise you to backtest in your desired timeframe and your currency pairs to choose the right R/R)
3. Please pay attention to the Green and Red circles. If there is a Green circle before the Buy position it gives it more confirmation and if there is a Red circle before the Sell position it gives more confirmation on the Sell position (pay attention that these circles appear with latency)
4. If the yellow line is below the candles and it gives Sell signal or the yellow line is above the candles and it gives Buy signal, it is better to avoid that signals.
4. Use this indicator with top 30 Crypto pairs (You can also backtest on other coins as well)
5. Please use this indicator at your discretion and backtest first.
6. If you have any idea to improve the results please let me know in the comments.
Cari dalam skrip untuk "alert"
Williams Fractals with alerts ABCAll the original Williams Fractals algorithm but with a useful way to set up alerts.
it is a simple Ma cross alert. We can set any ma period.Simple alert for 20MA cross. We can set any ma period.
it plots the crossing candle. This script is purely testing purpose.
"Golden buy" for cryptofutures (alerts for 3 commas/finandy)This script is a blend of open source cipher B indicator by VuManChu and Hammers & Stars strategy made by ZenAndTheArtOfTrading.
"Golden buy" is based on divergencies and was considered as one of the top strategies for cryptotrading. So I used it for entrance point in this script.
You can turn on opening short positions which are based on divergencies as well.
SL/TP, based on ATR 14, can be tuned, so does Risk/reward ratio.
VuManChu's parameters can be tuned too, but honestly, I don't know how it can help you.
And, finally, you can fully automate your trading with alerts templates presented in the script. (strategy.entry (...//comments= ) - for 3commas and 'alert' function under if conditions for finandy)
Thank you for your attention.
[JL] Relative Strength Index - Divergence AlertThis script displays rsi divergence alert.
Only compare two bottom/top.
Top: RSI decrease and high increase
Bottom: RSI increase and low decrease.
Warning: Please don't only use this signal to trade. Divergences are always early signals need to be confirmed.
Gann High Low Activator AlertsA Gann High Low Activator within a fixed range meant for alerts. A value of 1 means we're in an uptrend, a value of -1 a downtrend, and a value of 0 is neutral.
Thank you and happy trading
SteO: PSAR with AlertSteO: PSAR with Alert, based on the existing PSAR but with constant long alerts for trading bots
Pivot Points on SR lines DEMOAnalyzing price movements for a few years taught me one thing - markets always reverse bouncing off some horizontal Support/Resistance level. The only exception to this rule is when market pops new ATH (All Time High), which certainly happened in so-called "price discovery" run - this asset has never been in this space before, so no Support/Resistance could have been formed, while the rally had to stop at some point anyway.
In all other cases, analyzing past market movements, you will be able to find a place where the market reversed or gathered before. The difficulty is to understand (or guess?) from which S/R level market will reverse right now, because there are many of them. Even if this is probably not possible to make such guess correctly and always, it is good to know when potential reversal shown by whatever indicator you're using happened on SR line or in the middle of nowhere. That last case would turn out to be fake to your worst regrets. Ability to filter-out all those fake pivots is a value my indicator delivers.
Example? It is very often considered an entry signal when Stochastic %K and %D lines cross each other, especially in overbought/oversold area. It could work quite well in sideways markets, but when a trend begins, Stochastic would report CONSECUTIVE counter-trend signals, draining your trading balance to zero quickly. But this trend took place in price-discovery area (not necessarily when going for the new ATH ), so all those counter-trend signals happened not at S/R levels. Hence, they should be ignored.
Big triangles mark pivot point which happened on the S/R line. Small triangles - in the middle of nowhere.
How good is it? I compared it with one of my previous scripts, the "PivotPoints with Momentum confirmation" (), this new script confirms only 1/3 of pivots in the old script on 1m EURUSD chart. Filtering out 2/3 of potentially bad entries is a good result, I'd say :)
This script also fires alerts - alert is triggered as soon as PivotPoint is noticed, on a candle close.
I strongly recommend NOT using it not using this indicator as a standalone indicator. There is so much information you should take into consideration as well - market bias, volume , higher timeframe trend... To make it convenient to join PivotPoints information with other indicators, I have "exported" one plot so you can include it in your own - just use input.source in your own code to have it return 1 for PivotLow ( aka Long entry) and -1 for PivotHigh ( aka Short entry).
Distance Oscillator - Support and Resistance by DGT
Prices high above the Moving Average (MA) or low below it are likely to be remedied in the future by a reverse price movement as stated in the article by Denis Alajbeg, Zoran Bubas and Dina Vasic published in International Journal of Economics, Commerce and Management
This study is the third variant that aims to present this idea, and the output of the study is presented as lines that serve as possible support and resistance levels in the future.
1st variant of the idea is presented as an centered oscillator, link to Price Distance to its MA Study , within its description you may find more about the idea and some statistical observations. Also some derivatives with MACD-X, More Than MACD and P-MACD
2nd variant of the idea are presented as colored triangle line (Volatility Colored Price/MA Line), using the same calculation methods and presented in the bottom of price chart.
Link to studies where it is included : Colored Directional Movement and Bollinger Band's Cloud , SuperTrendRange and Pivot Points vX
3rd variant (this study) as stated earlier aims to present the same idea as support and resistance levels.
Options
The users can adjust source and length of the moving average that is used as base for the distance oscillator
Signal triggering options includes length for the deviation bands, multiplier as well as smoothing of the oscillator
Line customization settings
Additionally an alert can be configured to be warned earlier to watch out for probable pullbacks or reversals
Technical details for whom interested
Calculating the price distance to the MA results in a centered oscillator lets call it Distance Oscillator (quite similar to the RSI), as shown in the blow chart
Unlike RSI, oscillations with the distance oscillator are not limited within a specific range, hence identifying overbought and oversold is not as straight forward as it is with RSI. To determine overbought and oversold levels, standard deviation of distance oscillator is calculated and bands generated with the same approach applied with Bollinger Bands.
Once we have the threshold bands then crossing those bands we may assume as important levels and draw a line, if oscillator values keeps above the threshold bands (deviation bands) the logic behind the code will update the line drawing accordingly.
To reduce noise a smoothing can be applied
Alerts :
Please note that the implementation applied here can be applied to any oscillator such as RSI, Stochastic, MFI etc even Volume (if bear candle volumes are multiplied by -1)
Disclaimer :
Trading success is all about following your trading strategy and the indicators should fit within your trading strategy, and not to be traded upon solely
The script is for informational and educational purposes only. Use of the script does not constitute professional and/or financial advice. You alone have the sole responsibility of evaluating the script output and risks associated with the use of the script. In exchange for using the script, you agree not to hold dgtrd TradingView user liable for any possible claim for damages arising from any decision you make based on use of the script
RSI ExtendedThis script is intended to print signals on the main price chart and send alerts when the RSI is overbought or oversold.
You can customize the source of the signal (open, close, etc), as well as oversold/overbought levels, and RSI length.
OptionsMillionaire SPY Moving Averages and Signalsby ColeJustice
OptionsMillionaire's SPY Options trading system is based mainly on these indicators:
- 8 EMA*
- 21 EMA*
- 100 SMA*
- 200 SMA*
- MACD
- RSI
- Squeeze Momentum
(*provided by this indicator)
and follows these rules:
|
| 1) I never fight the trend. If its green, i buy calls. If its red, i buy puts. I will only buy puts on a green day if there is a overall change in market trend. Inversely, calls on a red day
| 2) Price action is my #1 indicator. I wait for it to confirm my thesis before i enter a trade
| 3) I only trade SPY Options
| 4) My baseline is to choose a call/put that has a DTE (Date To Expiration) 6-7 days out, with a strike $2-$3 away. I adjust that to fit my current appetite for volatility. i virtually never play same day DTE's.
| 5) I set a 10% stop, but usually exit at 8% before my stop triggers depending on current situation
| 6) I utilize about 10-20% of my Portfolio for one trade. Sometimes more. Rarely less.
| 7) I never hold overnight in these market conditions.
| 8) I shoot for 10-20% for gains. Depending on market conditions.
| 9) Always look for confirmations in your indicators.
| 10) I never force a trade. No trade is a good trade too if the entry just isn't there.
| 11) Patience always pays off. A great set-up can form in minutes or seconds. I never regret being patient to enter. I nearly always regret rushing into a trade.
|
This indicator combines the moving averages into a single unit to simplify one part of the indicator usage rules: the 8 EMA / 21 EMA Cross. . The 8 crossing over the 21 is a Bullish signal, while the 8 crossing under the 21 is a Bearish signal. This indicator places flags at these crossover/under points, as well as shading the area between the 8 and 21 EMAs to help visualize the strength of the trend; green during a Bullish cross, and red during a Bearish cross.
A new addition to this strategy is the Hull Moving Average, or HMA. This script defaults to an HMA of 20 and shows alerts when candles close above or below the plot in the form of green and red candle backgrounds. This alert is best used in conjunction with the main crossovers and should be considered an addition level of confidence rather than providing trade entry/exits directly. This indicator is more flexible and you should feel free to adjust the period if you find a different value works better within your own personal trading style.
Each individual element of this indicator can be modified or toggled, providing maximum customization. While you should strive to become comfortable with the default settings, these options are provided in case you feel the need to adjust for your own style (or if testing on tickers other than SPY, for example).
Goodluch, and happy trading!
Angle of Bollinger Bands AlertThis script is used to calculate angle of Bollinger Bands and also setup alerts.
The angle is based on the rules:
- if the previous 2 is 1.1, previous 1 is 1, and the current is 1.1, then the angle should be 90 degrees.
- if the previous 2 is 0.9, previous 1 is 1, and the current is 0.9, then the angle should be 270 degrees
If upper angle is below 90 degrees and close is above the average, it is long signal.
If lower angle is above 270 degrees and close is below the average, it is short signal.
- It is good for catch trend trading.
- Not good for swing trading as the BB changes are very tiny but angles for upper may hit below 90 degrees or angle of lower may be above 270 degrees.
Chande Momentum Oscillator - Alerts and RegionsIt seemed weird to me that the default Chande didn't have overbought and oversold regions, despite them being described for Chande Momentum and working very well. So I added the lines and alert conditions. I've used this to very good results in my day trading.
My strategy involved 4 timeframes of candlestick, each with 4 timeframes of Chande overlaid. Candlesticks are 5 min, 20 min, 80 min, 320 min and Chandes are x1, x2, x4 and x8 of the relevant time zone. Give it a shot. Use the 5 min Chande as Buy and Sell signal with the other timeframes for trend confirmation. You may get a lot of extra alerts with this setup, but it's almost impossible to really miss an opportunity if you use it right. It will take up all your free time though, as a warning. Using this strat made me go crazy.
Use the chande crossing over the lines as the signal, not just being in the region, as that will make you buy early.
Modified Smoothed Heiken AshiThis code is based on Smoothed HA candle which will work on all chart types
condition for BUY:
1. When close crosses Smoothed HA
2.Close should be in side upper band
3.BBW must be greater than the average
vice versa for sell
this code takes data from HA chart so that it can be applied on all chart type.
Bollinger band and Bollinger band width conditions added for removal of unwanted signals
Alert added so that you can apply alert and check it in real time performance
thanks to The Secret Mindset You tube channel from where I got the idea to convert this into a pine script indicator
smooth HA taken from "Smoothed Heiken Ashi Candles v1" at //@jackvmk
Pullback and Retracement AlertThis indicator is developed mainly based on the combination of Price Change, Volume and Stochastic . The criteria used for the signals to trigger are:
- Bullish signals - Stochastic, k is crossed at below overbought area with Volume increment or Price increased significantly.
- Bearish signals - Stochastic, d is crossed at above oversold area with Volume increment or Price decreased significantly.
Total 6 signals to determine:
- Potential Pullback (green cross below bar - weak bullish signal).
- Significant Price Up (green cross below bar - weak bullish signal).
- Pullback (green triangle below bar - strong bullish signal).
- Potential Retracement (red cross above bar - weak bearish signal).
- Significant Price Drop (red triangle above bar - strong bearish signal).
- Retracement (red triangle above bar - strong bearish signal).
This indicator is best combine with Stochastic and Volume indicators. Signals in this indicator are also equipped with alerts.
Forex Breakout AlertThe indicator plots breakout events of user-defined Forex list, providing alert setting for breakout events.
Any big trend begins with a couple of price breakouts. By watching breakout events, we overlook the panorama of the whole market.
---------- Features --------------
User-Defined Forex Asset List, Up To 30 Assets
User-Defined Breakout Threshold
Accessible for wide timeframes: 1m - 1 Month
Plot the Breakouts History of whole market
Progressive color according to the strength of the breakthrough
--------- Indicator Settings -----------
"Show Bull or Bear?": To show Bull Breakout, Bear Breakout or Both
"User-Defined Breakout Threshold": User can defined the threshold of breakout, default value 999 means using default setting
"Use Green for Bull? ": Toggle color for Bull, defval: true, if your region use red for bull, toggle it.
"Exchange": Your exchange name, which is used to defined tickerid, defval="", optional - can be empty
"Asset PostFix": postfix of your asset symbol, which is used to define tickerid, defval="", change it if necessary
---------- Versions Description ----------
The features may change later without advance notice.
DEMO version has basic features.
---------- Access to Indicators ----------
Contact the author by Private Chat for access to Invite-Only versions and a trial.
---------- Install Invite Only Version----------
Open the chart -> Add Indicators (On the Top or press /) -> Invite-Only Scripts (last button of the left bar)
Like/Favorite the indicator
Click to install on the chart
---------- About Loading Time ----------
It may take up to 1-3 minutes for your browser to load a new setting, depending on the your computer and network speed. For convenience, you can keep related pages open continuously.
---------- FAQ -----------
1. Why can't I see older breakout labels?
Due to system limit, 500 is the maximum of labels.
In order to see older breakout events, please Select Bull or Bear, instead of Both; Or Increase the threshold to filter weak breakouts.
2. How to watch more than 30 Forex?
Due to system limit, 30 assets is the maximum.
In order to watch more assets, user can open the indicator in another sub-chart, add your 2nd assets list, save the layout, set alerts for different lists respectively.
---------- Disclaimer ----------
By using or requesting access to the indicator, you acknowledge that you have read and accepted that the indicator and any related content, including but not limited to: user manual, tutorials, ideas, videos, chats, emails, blog, are for the purpose of trading strategies studying and paper trading.
If a customer or user uses the indicator or related content mentioned above for live trading or investment, she/he should take all risks and responsibility.
---------- Updates ----------
The latest updates override the previous description.
To activate a update: Close the browser, Reopen the chart and apply the indicator.
【外汇资产突破预警】指标绘制一系列外汇资产的突破事件,提供突破预警
任何大趋势都开始于一系列的价格突破。通过监控突破事件,可以俯瞰市場的運動
---------- 产品特征------------
用户自定义的交易品种列表,多达30个品种
用户自定义的突破门槛
适用于宽泛的时间维度:1分钟--1月
绘制整个市场的突破历史
漸進顏色 根據突破的力度
------------- 指标设置说明 -------------------
"展示牛熊突破?": 展示牛突破,熊突破或者两者
“用户自定义突破门槛”: 自己定义突破门槛,999代表默认的设置
"綠色為牛?": 切換標籤顏色,默認綠色為牛
“交易所”:用来定义资产前缀,可以为空
“资产后缀”: 用来定义资产后缀,可以为空
---------- 版本描述 ----------------
產品特徵後續可能變化,恕不事先通知
DEMO版本供試用
----------- 獲取指標使用權 ------------
通過私信聯繫作者,要求訂閱或試用
----------- 安裝指標 -----------------
加指標 -》 Invite-Only (左邊欄目)
點贊或者收藏指標
點擊安裝指標
----------- 關於載入時間 ---------------
可能需要1--3分鐘來完成載入,取決於用戶的電腦和網絡速度,方便起見可以保持相關頁面持續開啟
------- FAQ ----------
1. 如何查看更早的突破歷史
由於系統限制,500 個標籤是上限
為了查看更早的突破,請選擇牛或者熊,而不是兩者;或者提高"用戶自定義突破門檻" 來過濾掉弱突破
2. 如何監控更多資產?
由於系統限制,30個資產是上限
為了監控更多資產,可以在第二個子圖表加載指標,保存圖表,分別在不同的圖表設置突破預警
---------- 免責聲明 ----------
在要求獲得本指標使用權之前以及在使用本指標之前,用戶認可已經完全了解和接受:本指標僅供學習交流目的, 它不構成任何交易建議或者投資建議。用戶如果將指標用於其他用途,應自行承擔所有風險和責任。
本指標的開發者並非專業投資顧問,因此不對用戶的任何行为負責。
最近的更新會覆蓋之前的說明。請參閱更新來查看指標的新特徵和功能
Crypto Breakout Alert DEMOThe indicator plots breakout events of user-defined assets list, providing alert setting for breakout events.
Any big trend begins with a couple of price breakouts. By watching breakout events, we overlook the panorama of the whole market.
Version: DEMO
---------- Features --------------
User-Defined Crypto / or any Asset List, Up To 30 Assets, Demo has some limit
User-Defined Breakout Threshold
Accessible for wide timeframes: 5s - 1 Month, Demo has some limit
Plot the Breakouts History of whole market
Progressive color according to the strength of the breakthrough
--------- Indicator Settings -----------
"Show Bull or Bear?": To show Bull Breakout, Bear Breakout or Both
"User-Defined Breakout Threshold": User can defined the threshold of breakout, default value 999 means using default set up, as following - "Default Breakout Threshold"
"A rate to decrease Bitcoin Threshold": Bitcoin has much lower volatility than other coins, so this rate is usded to lower the threshold for Bitcoin , defval = 0.5
"Use Green for Bull? ": Toggle color for Bull, defval: true, if your region use red for bull, toggle it.
"Exchange": Your exchange name, which is used to defined tickerid, defval="BINANCE", optional - can be empty
"Asset PostFix": postfix of your asset symbol, which is used to define tickerid, defval="USDTP", change it if necessary, this can not be empty.
"Toggle Notice Label": close or open the notice label
--------- Default Breakout Threshold For Popular Timeframes-------------
5s 0.5%
15s 0.75%
30s 0.9%
1m 1.2%
2m 1.4%
3m 1.6%
5m 1.8%
8m 2%
15m 3%
20m 3.5%
30m 4%
60m 5%
120m 6.5%
240m 8%
480m 10%
1D 12%
1W 20%
---------- Versions Description ----------
The features may change later without advance notice.
DEMO version has basic features.
---------- Access to Indicators ----------
Contact the author by Private Chat for access to Invite-Only versions and a trial.
---------- Install Invite Only Version----------
Open the chart -> Add Indicators (On the Top or press /) -> Invite-Only Scripts (last button of the left bar)
Like/Favorite the indicator
Click to install on the chart
---------- About Loading Time ----------
It may take up to 1-3 minutes for your browser to load a new setting, depending on the your computer and network speed. For convenience, you can keep related pages open continuously.
---------- FAQ -----------
1. Why can't I see older breakout labels?
Due to system limit, 500 is the maximum of labels.
In order to see older breakout events, please Select Bull or Bear, instead of Both; Or Increase to filter weak breakouts.
2. How to watch more than 30 coins?
Due to system limit, 30 assets is the maximum.
In order to watch more assets, user can open the indicator in another chart, add your 2nd assets list, save 2nd layout, set alerts for different lists respectively.
---------- Disclaimer ----------
By using or requesting access to the indicator, you acknowledge that you have read and accepted that the indicator and any related content, including but not limited to: user manual, tutorials, ideas, videos, chats, emails, blog, are for the purpose of trading strategies studying and paper trading.
If a customer or user uses the indicator or related content mentioned above for live trading or investment, she/he should take all risks and responsibility of her/his own trading and investment activities.
---------- Updates ----------
The latest updates override the previous description.
To activate a update: Close the browser, Reopen the chart and apply the indicator.
【加密货币突破预警】指标绘制一系列资产的突破事件,提供突破预警
任何大趋势都开始于一系列的价格突破。通过监控突破事件,可以俯瞰市場的運動
版本 DEMO
---------- 产品特征------------
用户自定义的加密货币品种列表,或者其他资产列表,多达30个品种, DEMO 有限品种
用户自定义的突破门槛
适用于宽泛的时间维度:5秒--1月, DEMO 有限制
绘制整个市场的突破历史
漸進顏色 根據突破的力度
------------- 指标设置说明 -------------------
"展示牛熊突破?": 展示牛突破,熊突破或者两者
“用户自定义突破门槛”: 自己定义突破门槛,999代表默认的设置,详见下方“默认的突破门槛”
"比特币突破门槛修正": 比特币的波动性远远低于其他加密货币,这个比率用来调低比特币的门槛
"切换通知标签": 用来开关通知标签
"綠色為牛?": 切換標籤顏色,默認綠色為牛
“交易所”:用来定义资产名称,可以为空
“资产后缀”: 用来定义资产名称,不可以为空
---------默認的突破門檻-------------
5s 0.5%
15s 0.75%
30s 0.9%
1m 1.2%
2m 1.4%
3m 1.6%
5m 1.8%
8m 2%
15m 3%
20m 3.5%
30m 4%
60m 5%
120m 6.5%
240m 8%
480m 10%
1D 12%
1W 20%
---------- 版本描述 ----------------
產品特徵後續可能變化,恕不事先通知
DEMO版本供試用
----------- 獲取指標使用權 ------------
通過私信聯繫作者,要求訂閱或試用
----------- 安裝指標 -----------------
加指標 -》 Invite-Only (左邊欄目)
點贊或者收藏指標
點擊安裝指標
----------- 關於載入時間 ---------------
可能需要1--3分鐘來完成載入,取決於用戶的電腦和網絡速度,方便起見可以保持相關頁面持續開啟
------- FAQ ----------
1. 如何查看更早的突破歷史
由於系統限制,500 個標籤是上限
為了查看更早的突破,請選擇牛或者熊,而不是兩者;或者提高"用戶自定義突破門檻" 來過濾掉弱突破
2. 如何監控更多資產?
由於系統限制,30個資產是上限
為了監控更多資產,可以在第二個圖表加載指標,保存圖表,分別在不同的圖表設置突破預警
---------- 免責聲明 ----------
在要求獲得本指標使用權之前以及在使用本指標之前,用戶認可已經完全了解和接受:本指標僅供學習交流目的, 它不構成任何交易建議或者投資建議。用戶如果將指標用於其他用途,應自行承擔所有風險和責任。
本指標的開發者並非專業投資顧問,因此不對用戶的任何行为負責。
最近的更新會覆蓋之前的說明。請參閱更新來查看指標的新特徵和功能。
Crypto Breakout AlertThe indicator plots breakout events of user-defined assets list, providing alert setting for breakout events.
Any big trend begins with a couple of price breakouts. By watching breakout events, we overlook the panorama of the whole market.
---------- Features --------------
User-Defined Crypto / or any Asset List, Up To 30 Assets
User-Defined Breakout Threshold
Accessible for wide timeframes: 5s - 1 Month
Plot the Breakouts History of whole market
Progressive color according to the strength of the breakthrough
--------- Indicator Settings -----------
"Show Bull or Bear?": To show Bull Breakout, Bear Breakout or Both
"User-Defined Breakout Threshold": User can defined the threshold of breakout, default value 999 means using default set up, as following - "Default Breakout Threshold"
"A rate to decrease Bitcoin Threshold": Bitcoin has much lower volatility than other coins, so this rate is usded to lower the threshold for Bitcoin, defval = 0.5
"Use Green for Bull? ": Toggle color for Bull, defval: true, if your region use red for bull, toggle it.
"Exchange": Your exchange name, which is used to defined tickerid, defval="BINANCE", optional - can be empty
"Asset PostFix": postfix of your asset symbol, which is used to define tickerid, defval="USDTP", change it if necessary, this can not be empty.
"Toggle Notice Label": close or open the notice label
--------- Default Breakout Threshold For Popular Timeframes-------------
5s 0.5%
15s 0.75%
30s 0.9%
1m 1.2%
2m 1.4%
3m 1.6%
5m 1.8%
8m 2%
15m 3%
20m 3.5%
30m 4%
60m 5%
120m 6.5%
240m 8%
480m 10%
1D 12%
1W 20%
---------- Versions Description ----------
The features may change later without advance notice.
DEMO version has basic features.
---------- Access to Indicators ----------
Contact the author by Private Chat for access to Invite-Only versions and a trial.
---------- Install Invite Only Version----------
Open the chart -> Add Indicators (On the Top or press /) -> Invite-Only Scripts (last button of the left bar)
Like/Favorite the indicator
Click to install on the chart
---------- About Loading Time ----------
It may take up to 1-3 minutes for your browser to load a new setting, depending on the your computer and network speed. For convenience, you can keep related pages open continuously.
---------- FAQ -----------
1. Why can't I see older breakout labels?
Due to system limit, 500 is the maximum of labels.
In order to see older breakout events, please Select Bull or Bear, instead of Both; Or Increase to filter weak breakouts.
2. How to watch more than 30 coins?
Due to system limit, 30 assets is the maximum.
In order to watch more assets, user can open the indicator in another chart, add your 2nd assets list, save 2nd layout, set alerts for different lists respectively.
---------- Disclaimer ----------
By using or requesting access to the indicator, you acknowledge that you have read and accepted that the indicator and any related content, including but not limited to: user manual, tutorials, ideas, videos, chats, emails, blog, are for the purpose of trading strategies studying and paper trading.
If a customer or user uses the indicator or related content mentioned above for live trading or investment, she/he should take all risks and responsibility of her/his own trading and investment activities.
---------- Updates ----------
The latest updates override the previous description.
To activate a update: Close the browser, Reopen the chart and apply the indicator.
【加密货币突破预警】指标绘制一系列资产的突破事件,提供突破预警
任何大趋势都开始于一系列的价格突破。通过监控突破事件,可以俯瞰市場的運動
---------- 产品特征------------
用户自定义的加密货币品种列表,或者其他资产列表,多达30个品种
用户自定义的突破门槛
适用于宽泛的时间维度:5秒--1月
绘制整个市场的突破历史
漸進顏色 根據突破的力度
------------- 指标设置说明 -------------------
"展示牛熊突破?": 展示牛突破,熊突破或者两者
“用户自定义突破门槛”: 自己定义突破门槛,999代表默认的设置,详见下方“默认的突破门槛”
"比特币突破门槛修正": 比特币的波动性远远低于其他加密货币,这个比率用来调低比特币的门槛
"切换通知标签": 用来开关通知标签
"綠色為牛?": 切換標籤顏色,默認綠色為牛
“交易所”:用来定义资产名称,可以为空
“资产后缀”: 用来定义资产名称,不可以为空
---------默認的突破門檻-------------
5s 0.5%
15s 0.75%
30s 0.9%
1m 1.2%
2m 1.4%
3m 1.6%
5m 1.8%
8m 2%
15m 3%
20m 3.5%
30m 4%
60m 5%
120m 6.5%
240m 8%
480m 10%
1D 12%
1W 20%
---------- 版本描述 ----------------
產品特徵後續可能變化,恕不事先通知
DEMO版本供試用
----------- 獲取指標使用權 ------------
通過私信聯繫作者,要求訂閱或試用
----------- 安裝指標 -----------------
加指標 -》 Invite-Only (左邊欄目)
點贊或者收藏指標
點擊安裝指標
----------- 關於載入時間 ---------------
可能需要1--3分鐘來完成載入,取決於用戶的電腦和網絡速度,方便起見可以保持相關頁面持續開啟
------- FAQ ----------
1. 如何查看更早的突破歷史
由於系統限制,500 個標籤是上限
為了查看更早的突破,請選擇牛或者熊,而不是兩者;或者提高"用戶自定義突破門檻" 來過濾掉弱突破
2. 如何監控更多資產?
由於系統限制,30個資產是上限
為了監控更多資產,可以在第二個圖表加載指標,保存圖表,分別在不同的圖表設置突破預警
---------- 免責聲明 ----------
在要求獲得本指標使用權之前以及在使用本指標之前,用戶認可已經完全了解和接受:本指標僅供學習交流目的, 它不構成任何交易建議或者投資建議。用戶如果將指標用於其他用途,應自行承擔所有風險和責任。
本指標的開發者並非專業投資顧問,因此不對用戶的任何行为負責。
最近的更新會覆蓋之前的說明。請參閱更新來查看指標的新特徵和功能。
3MA with Perfect Order Alert / 移動平均線パーフェクトオーダーJapanese below / 日本語説明は下記
This indicator shows 3 sets of MA(Moving Average) and perfect order alert.
What is Perfect Order?
Perfect order means that multiple MA(s) are in ascending order from short term MA to long term MA in upward trend and in descending order from long term MA to short term MA.
e.g. Let’s say you set 3 MA like;
MA1(short term): 5MA
MA2(mid term): 20MA
MA3(long term): 50MA
and if these MA are in ascending order from 5MA to 50M in upward trend, this is perfect order.
Likewise if 3MA get in descending order from 50MA to 5MA in downward trend, this is perfect order.
What does Perfect Order mean in trading?
Perfect order means that markets move with strong trend and good opportunities to trade following trends.
Specifications
-You can set 3 MA on this indicator, however, have to set periods of MA according to the label of each MA: short term, mid term and long term or the indicators cannot judge perfect order.
-Each MA can select SMA or EMA.
-If 3MA become perfect order(PO), then signal will be shown on the chart with green triangle for ascending perfect order which suggests potential buying opportunity and red triangle for descending perfect order which suggests potential selling opportunity.
-You can control display of the signal ticking/unticking the checkbox at parameter.
Sample chart with the indicator
——————————————————————————————
3本の移動平均線(MA)とパーフェクトオーダーのシグナルを表示するインジケーターです。
パーフェクトオーダーとは?
パーフェクトオーダーとは複数の移動平均線が、以下の順番に並んだ状態のことを指します。
・上昇トレンドの場合
移動平均線が上から短期・中期・長期の順番に並んだ状態
・下降トレンドの場合
移動平均線が上から長期・中期・短期の順番に並んだ状態
パーフェクトオーダーが意味するものは?
パーフェクトオーダーが発生した状態とはマーケットが非常に強いトレンドを伴って動いていることを示します。トレーダーにとってはトレンドフォローでトレードするチャンスとなります。
機能概要
・このインジケーターでは3本の移動平均線を設定することができます。ただしパラメーター設定画面で指定された、短期・中期・長期に合うように、それぞれの移動平均線の期間を設定する必要があります。
例えば5,20,50期間の3本の移動平均線を設定する場合、短期欄に5,中期欄に20,長期欄に50と設定する必要があります。(それ以外の場合はパーフェクトオーダーのシグナルが表示されません。)
・それぞれの移動平均線はSMAかEMAを設定することができます。
・移動平均線がパーフェクトオーダーとなった場合、ローソク足の近くにシグナルが表示されます。緑が上昇パーフェクトオーダー、赤が下降パーフェクトオーダーです。
・シグナルの表示有無をチェックボックスで制御できます。
チャート表示例
4 EMA Crossover w/alerts4 EMA crossover visualized (buy/sell) w/ alerts.
Personally I use 8, 13, 21 & 55 for LTF's and 21, 55, 100 & 200 for HTF's
[A618] Vortex Indicator Alert Screener [Noise Filtered]This Indicator helps you get alerts from Vortex Indicator if a trend is Established.
One of my followers asked me to do this: @Kiran_05
How this is made ?
1. Vortex Crossovers are taken into consideration in a noise filtered manner
2. Noise filtering is done by trend establishment due to Ehlers 2 pole ButterWorth Filter and EMA50 Crosses
How to use it ?
1. Can be used as a screener on the Script to generate the screened Securities from a Watchlist of Securities
2. Wait for a Candle break above of the generate green signal to get into trade, and vice versa
Credits :
@CheatCountry
For Ehlers 2 Pole Butterworth Filter V2
Hope this Helps
Ehler Stochastic Cyber Cycle Signals/AlertsThis script works based on @everget's version of Ehler Stochastic Cyber Cycle. Unlike @everget's work, my adaptation prints only crossovers into the chart that occur above or below the overbought/oversold zone.
You can find @everget's script with all related documentation here
I didn't change the calculation, I only reinvented how it is presented on the chart and added alerts.
Vendredi's Daily SmashSpecial Thanks to Vendredi for helping me tweak and improve this indicator. It is now fully functional in TV to open both Long or Short Positions.
THIS INDICATOR WILL NOT WORK WITH DEFAULT C1, BASELINE, AND EXIT CONFIG. Think of it as a learning lesson. Put in a little effort to find proper config to use them :-D.
Long Entry Criteria
- Price must close above C1 indicator
- Price must remain above the C1 indicator in the current candle and be heading above the previous candle close
- Price must do the same as the two points above for the BASELINE indicator
- C2OPEN indicator criteria must be met for both the current candle and the previous closed candle (just like C1 indicator)
- Price must not be actively exceeding the upper bollinger band
- RSI must be above 70
- Closed candles are not limited to, but should absolutely apply to, C1, C2OPEN, and BASELINE
Short Entry Criteria
- Price must close below C1 indicator
- Price must remain below the C1 indicator in the current candle and be heading below the previous candle close
- Price must do the same as the two points above for the BASELINE indicator
- C2OPEN indicator criteria must be met for both the current candle and the previous closed candle (just like C1 indicator)
- Price must not be actively exceeding the upper bollinger band
- RSI must be below 30
- Closed candles are not limited to, but should absolutely apply to, C1, C2OPEN, V1 and BASELINE
Alert Config
- Select the Indicator and Select the VDS Buy or VDS Sell for Long or Short
The rest is up to you.