Ethereum: Confidence BandsPurpose of this Script
Similar to "Bitcoin: Confidence Bands", this script is designed to show regions of positive and negative overextension for Ethereum, where price is expected to either reverse long-term or at least shorter-term, using custom price loops tuned for the Ethereum case. Again, the idea is that one can be highly confident that Ethereum's price stays within the Confidence Bands, especially when looking at weekly closes. It might be wise to reduce exposure to Ethereum when price gets very near to the red band, and vice versa for an approach of the blue band. Of course this constitutes no financial advice, and one should always consider all available information for making trading decisions.
Settings
This indicator should only be used:
- with the default inputs (but of course feel free to play around a bit for testing purposes)
- on the weekly (W) time frame
- and for the following ticker setup, used to get well averaged Ethereum price data (ideally just copy this and paste it into the ticker field in the upper left area of the chart interface): (KRAKEN:ETHUSD+COINBASE:ETHUSD+BITFINEX:ETHUSD+POLONIEX:ETHUSD)/4
Otherwise the intended functionality cannot be guaranteed.
Access
For access please contact me via DM on TradingView or on Twitter (linked on my TradingView profile and in my signature).
Kriptopara
Bitcoin: Confidence BandsPurpose of this Script
This script is designed to show regions of positive and negative overextension for Bitcoin, where price is expected to either reverse long-term or at least shorter-term, using custom price loops. The idea is that one can be highly confident that Bitcoin's price stays within the Confidence Bands, especially when looking at weekly closes. It might be wise to reduce exposure to Bitcoin when price gets very near to the red band, and vice versa for an approach of the blue band. Of course this constitutes no financial advice, and one should always consider all available information for making trading decisions.
Settings
This indicator should only be used:
- with the default inputs (but of course feel free to play around a bit for testing purposes)
- on the weekly (W) time frame
- and for the BraveNewCoin Liquid Index for Bitcoin (BNC:BLX).
Otherwise the intended functionality cannot be guaranteed.
Access
For access please contact me via DM on TradingView or on Twitter (linked on my TradingView profile and in my signature).
Realized Volatility (annualized for any time frame)Plots standard deviation of returns (realized volatility), and annualizes it for the selected timeframe. Suitable for forex/cryptocurrencies which trade 24/7.
MACD Crossover with signalsMACD Crossover with signals - a simple trading indicator based on classic MACD.
It shows crossovers and plots them on chart as "Long" or "Short".
The MACD itself is not plotted in order to keep your charts cleaner.
By default, all the crossovers are displayed on the chart.
However, you can use only trend-based ones. They are filtered according to the trend (which is plotted and colored using 200 period EMA) and the "zero-line rule" of the MACD.
So if you consider using only trend-based signals, the indicator will only show Long signals on an uptrend and Short signals on a downtrend.
All signals/lines can be turned on/off and styled in the settings menu.
It can be used with all major timeframes and assets (crypto, fx, cfd, stocks, commodities etc).
Consider using it with respect to your trading style, money- and risk-management as well as other strategies and indicators.
If it was useful for you – hit the Like button and share it with your friends - it's free 😉
Bitcoin Comparison to GBTC!This script tells you if GBTC is overvalued or undervalued compared to Bitcoin.
PpSignal Impulse V1.20PpSignal impulse is based on the concept of relative strength index, Rsi its acronym in English.
Although the calculation is similar, it differs in how the force is calculated. To calculate the force we are based on the analysis of the trend through a WMA.
It is important to clarify that you must do a prior analysis of the asset that you are going to trade, such as resistance supports, channels, chart formations, etc.
Buy when the sign is white.
Sell when the signal is red.
You can also perform buy or sell boosts if you activate impulse 2 and 3.
PpSignal Haiken Ashihere is the development of ppsignal Heiken Ashi with a formula of ours.
It also has a Smooth move average.
When HA this green is buying, when red is selling... simple entry system for scalping.
Enjoy it
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
Escaping of Rate from Avarage By Mustafa OZVEREscaping of Rate from Average By Mustafa OZVER
This code shows a location of a rate or price (or etc.) from the average, rated by the standard deviation.
To show that, calculates the ema and standard deviation of our data then calculates the distance between ema and the current data by the standard deviation.
In summary, we can say that this value is the current distance by the long term standard deviation.
This value is between +1 and -1 because we expect the absolute value of the standard distance does not get far from the long term standard deviation.
For scalping, we can use this value as
buy signal when the value is below -1,
sell signal when the value is above +1,
But only this value can not guarantee good results for trading. BE CAREFUL
TFi Pivot Reversal V3The Pivot Reversal Study uses pivot points to create a support and resistance level; based on this levels the script creates virtual stop-market orders to catch the trend if the price is crossing the pivot lines.
A "Pyramiding" input allows to configure up to 3 entries; the script enters an additional position if the price falls by a configurable percentage amount (long), the reverse to short orders.
A configurable profit-target and stop-loss is being used to exit an open position.
An optional Moving Average filter can be used to enable only long or short positions.
The script renders a status box at the last bar, which shows the current position status and result of the built-in trading simulation results.
It shows the following statistic values:
current position PnL - also background turns green if position is in profit and red if in loss
the percentage distance to the profit-target and stop-loss level
the overall number of wins and losses and the win/loss ratio
the overall profit and loss amount (assuming a quantity of 1)
the net-profit and profit-ratio
For the correct simulation of entry/exit prices, the script contains inputs for a percentage entry and exit slippage.
The study also creates configurable alerts, which follow the exact position of the entry/exit markers. The default alert messages contain trading instruction to execute orders via Alertatron; but the message content can be replaced if configuring the alert in the Tradingview environment.
The script was mainly backtested with crypto-coins, e.g. XBTUSD at 15min timeframe. But the script also works with any other type of security and timeframe.
How to access
This strategy is a "Invite Only" script. You can can subscribe or purchase the strategy; please use the link below or send me a message via Tradingview to obtain access to the strategy and study script.
For enabling the script in your Tradingview chart window, click on "Indicators" and select "Invite-Only Scripts".
Full list of alerts
'Alertatron Exit' ... Exit all open positions.
'Alertatron Enter Long' ... Enter long position, w/o stop-loss being used.
'Alertatron Enter Short' ... Enter short position, w/o stop-loss being used.
'Alertatron Enter Long SL' ... Enter long position, w/ stop-loss being used.
'Alertatron Enter Short SL' ... Enter short position, w/ stop-loss being used.
Full list of parameters
"Pivot Left Bars" ... Number of bars on the left of the pivot point - used for pivot /peak detection.
"Pivot Right Bars" ... Number of bars on the right of the pivot point - used for pivot /peak detection.
"MA Filter Fast" ... Moving Average filter fast period.
"MA Filter Slow" ... Moving Average filter slow period.
"Profit Target Option" ... Configure the profit-target either as a fix percentage value or an ATR.
"Profit Target " ... Fix percentage profit-target.
"Profit ATR Period" ... ATR profit-target period.
"Profit ATR Factor" ... ATR profit-target factor/multiplier.
"Stop Loss Option" ... Configure the stop-loss either as a fix percentage value or disable the stop-loss completely.
"Stop Loss " ... Fix percentage stop-loss.
"Rebuy Loss " ... Percentage loss of the initial position before script enter a nw position in the same direction.
"Pyramiding" ... Maximum number of positions.
"Show MA Plots" ... Show/hide Moving average plots.
"Slippage Entry " ... Percentage slippage for entering a position.
"Slippage Exit " ... Percentage slippage for exiting a position.
"Statistic Label" ... Defines the position of the statistic label relatively to the last bar in the chart.
"Backtest Start" ... Backtest start time; area outside this timeframe will be grayed out.
"Backtest Stop" ... Backtest stop time; area outside this timeframe will be grayed out.
"Backtest Mode" ... Closes the currently opened position if chart switches to last bar; please only enable if backtesting, otherwise it leads to unwanted alerts.
Ichimoku Cloud ForecastUsing doubled crypto settings, forecast Tenkan and Kijun lines, assuming price remains neutral (constant).
Tenkan - 14 periods
Kijun - 20 periods
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個資產是上限
為了監控更多資產,可以在第二個圖表加載指標,保存圖表,分別在不同的圖表設置突破預警
---------- 免責聲明 ----------
在要求獲得本指標使用權之前以及在使用本指標之前,用戶認可已經完全了解和接受:本指標僅供學習交流目的, 它不構成任何交易建議或者投資建議。用戶如果將指標用於其他用途,應自行承擔所有風險和責任。
本指標的開發者並非專業投資顧問,因此不對用戶的任何行为負責。
最近的更新會覆蓋之前的說明。請參閱更新來查看指標的新特徵和功能。
OnTheMoveWith this plot one is able to compare the different % change in the given time frame. It calculates the sma of a given period (defval = 7) for the close/open.
Strategy would be to choose (trade) from one to other asset in order to get higher rates when pumping or lower when dumping.
The Symbol & exchange has to be specified.
defSymbols = BTC, ETH and LINK
defExchange = BINANCE
[5F] Bitcoin Hash Rate + Miners revenue-═════════════════════════-
📋 Description :
This script display the Bitcoin' Hash Rate and the Miners revenue based on the data provided by Quandl.
Hashrate is displayed in TH/s : trillion hashes per second with an moving average.
Miners revenue is calculated by : (the number of bitcoins mined per day + transaction fees) * market price
The dates of previous halving are also displayed.
🛠 Note :
There is a multiplier on the miners revenue that you can configurate. It's only used to bring the 2 curves closer together for better visibility but the multiplier don't affect the revenue's data.
You can choose between different types of moving average for the hashrate's signal : SMA, EMA, DEMA, TEMA, WMA, VWMA or TMA.
You can show and hide each elements of the indicator
Thanks to all Pinecoders who share their work with the community.
-═════════════════════════-
Prophetic BUY SELL IndicatorThis premium indicator will help you to do quick scalping on Cryptocurrencies, Forex, and Stocks.
This indicator is very simple to understand.
Green BUY Alert - Buy Signal Market is up
Red SELL Alert - Sell Signal Market is down
Caution:- Do not use it during market being choppy or sideways
Once the BUY signal appears the background changes green and same with SELL it turns red
can change the color according to requirements
It also has a moving average which also changes the color as the candles close above the MA or the below Default color are green and red
Please Like Share and Follow and if required please contact:- @mobudd (TELEGRAM)
or Ping me on trading view
Guys, It takes effort so please do not ask for free access.
You're always welcome to share any type of suggestion & feedback.
Trendy Bar Trend Color LiteLite version of the original Trendy Bar Trend Color
This will only color the candlestick body of your chart
Can be used with solid, hollow, renko, or any other chart type
Custom coloring for Highs, Lows, and consolidation is removed
S2F Price LevelsThis is the indicator that plots Bitcoin's Stock to Flow model price and its significant levels.
Grey: S2F price
Green: S2F bottom (S2F multiple of 0.5)
Blue: S2F mode (S2F multiple of 0.67)
Red: S2F top
Bitcoin Top Finder by DataDaterBitcoin Top Finder is an indicator that detects the absolute top of BTCUSD in each bull cycle (red line). It is also helpful in detecting bottoms of cycle (blue). It is based on cost of electricity and mining hash rate.
If you'd like access to this script, please send me a direct message.
BlackPika Supertrend S1Hello Reader!
This study script is based on the SuperTrend. There are some extra things added to make it able to use more efficiently. They are listed below:
1. Pullback signals: These signals indicate a pull back after a trend reversal and are the most optimum places where you can add to your existing position. They also come with Alerts !
2. Trailing Stop Loss and Take Profit: These further help to reduce the draw-down and can help you to trail profits with more granularity thus securing gains.
How to use ?
----------------
Personally I use it on major pairs on cryptocurrencies like BTCUSD . Usually after the trend flips, there will be pullbacks, You can enter a part of the position when trend reversal is confirmed. Then add more when you get a pullback. To make life simpler, alerts are added for pullback signals as well. These can help acheive good entry price. Entering at pullback signals limits your losses to a great extent, as the trend will flip on the bar close if it goes against you.
You can trade manually or you can automate. All the signals have been provided with Alerts. some signals have been grouped, to reduce the number of the alerts if you wish to.
I wish you all the luck and please comment and Like if you have any doubts.
How to gain access ?
-------------------------
1. You can dm me in trading view
Multi Time Frame Buy&Sell V4.0 [ALERTSETUP]Hi guys,this indicator Developed for Intraday and multi Time Frame Trading. Note: Invite only Script.Request to me Access permission to test this.
*** THIS IS STUDY VERSION ***
Time Frame : can use for 15 min / 30 min / 1h / 4h time
15 min configuration is best result for bitcoin and ethereum .
This can be used : Crypto Currency/ Bitcoins / ethereum ,Forex,currencies ,Index ,Commodity Gold / silver , Oil Market and in Equity / Futures
ETHUSDT Futures 15min
BTCUSDT Futures 15min:
GOLD /USD FOREX 15min:
HOW IT WORKS:
this indicator analyze EMA&SMA support and resistance then combine with pivot point and fibo levels is used to calculate the signals.and finally show entry label on
chart with target point and stop loss
HOW TO USE:
Creating a signal is as simple as adding the indicator called to your chart(buy or sell)label and background color change ( green=buy / red = sell)
green line is target and black line is stop loss.
in top of setting page you can see noise filter option . that can change it to get better result and reduce noise. in setting can set 3 target level and stoploss
NOT:all information show to info panel in chart.
strategy tester : enabled .All you can test this in live market in any segment.
NOT: can to change noise filter in setting setup until to get best result.
Choose any Date Month Year to Current Date and check the results below in the Strategy Tester.
REPAINT/NO REPAINT : No Repaint ,entery labal(buy or sell) and Background Color wont change. In the current candle position wait for the candle to close to see the
stability.
"Set alert": Select "Once per bar close" for your alert options.
There are 5 alerts:
- BUY
- SELL
- BUY OR SELL (for free TV users)
- take profit
- stop loss
To Get access - Send me a private chat message in tradingview.com to get access.Or request in comment section below.
Review and Feedback.Thank you!
Any issues report to me to Fix.Thank you!
Use the link below to obtain access to this indicator:
NB OptimusPrime2Hello Everyone,
Welcome to NB Optimus Prime 2.
This is an educational indicator that makes two colorful calls in your chart thus :
Red = Bear
Green = Bull
The calls are meant to indicate potential downtrends and uptrends respectively.
The signals are made based on aggregated Index prices and moving averages which are then smoothened out. Volume is used to gage momentum of the trend which is then shown by colors on the candle stick. This indicator is best used in combination with other traditional indicators i.e MACD , RSI and other tools that are available on TradingView.
Even though this indicator was designed with Cryptocurrency in mind, it can also be used for Stocks and Forex. I created this for my crypto community as a way to introduce them to trading with indicators.
It should be noted that this indicator should not be considered financial advice in any way or form. This is just an indicator. Please use it responsibly.
PM me to obtain access to this indicator and I will be happy to help you.