Strategy for UT Bot Alerts indicator Using the UT Bot alerts indicator by @QuantNomad, this strategy was designed for showing an example of how this indicator could be used, also, it has the goal to help some people from a group that use to use this indicator for their trading. Under any circumstance I recommend to use it without testing it before in real time.
Backtesting context: 2020-02-05 to 2023-02-25 of BTCUSD 4H by Tvc. Commissions: 0.03% for each entry, 0.03% for each exit. Risk per trade: 2.5% of the total account
For this strategy, 3 indicators are used:
UT Bot Alerts indicator by Quantnomad
One Ema of 200 periods for indicate the trend
Atr stop loss from Gatherio
Trade conditions:
For longs:
Close price is higher than Atr from UT Bot
Ema from UT Bot cross over Atr from UT Bot.
This gives us our long signal. Stop loss will be determined by atr stop loss (white point), break even(blue point) by a risk/reward ratio of 0.75:1 and take profit of 3:1 where half position will be closed. This will be showed as buy (open long position)
The other half will be closed when close price is lower than Atr and Ema from UT Bot cross under Atr. This will be showed as cl buy (close long position)
For shorts:
Close price is lower than Atr from UT Bot
Ema from UT Bot cross over Atr from UT Bot.
This gives us our short signal. Stop loss will be determined by atr stop loss (white point), break even(blue point) by a risk/reward ratio of 0.75:1 and take profit of 3:1 where half position will be closed. This will be showed as sell (open short position)
The other half will be closed when close price is higher than Atr and Ema from UT Bot cross over Atr. This will be showed as cl sell (close short position)
Risk management
For calculate the amount of the position you will use just a small percent of your initial capital for the strategy and you will use the atr stop loss for this.
Example: You have 1000 usd and you just want to risk 2,5% of your account, there is a long signal at price of 20,000 usd. The stop loss price from atr stop loss is 19,000. You calculate the distance in percent between 20,000 and 19,000. In this case, that distance would be of 5,0%. Then, you calculate your position by this way: (initial or current capital * risk per trade of your account) / (stop loss distance).
Using these values on the formula: (1000*2,5%)/(5,0%) = 500usd. It means, you have to use 500 usd for risking 2.5% of your account.
We will use this risk management for apply compound interest.
In settings, with position amount calculator, you can enter the amount in usd of your account and the amount in percentage for risking per trade of the account. You will see this value in green color in the upper left corner that shows the amount in usd to use for risking the specific percentage of your account.
Script functions
Inside of settings, you will find some utilities for display atr stop loss, break evens, positions, signals, indicators, etc.
You will find the settings for risk management at the end of the script if you want to change something. But rebember, do not change values from indicators, the idea is to not over optimize the strategy.
If you want to change the initial capital for backtest the strategy, go to properties, and also enter the commisions of your exchange and slippage for more realistic results.
In risk managment you can find an option called "Use leverage ?", activate this if you want to backtest using leverage, which means that in case of not having enough money for risking the % determined by you of your account using your initial capital, you will use leverage for using the enough amount for risking that % of your acount in a buy position. Otherwise, the amount will be limited by your initial/current capital
---> Do not forget to deactivate Trades on chart option in style settings for a cleaner look of the chart <---
Some things to consider
USE UNDER YOUR OWN RISK. PAST RESULTS DO NOT REPRESENT THE FUTURE.
DEPENDING OF % ACCOUNT RISK PER TRADE, YOU COULD REQUIRE LEVERAGE FOR OPEN SOME POSITIONS, SO PLEASE, BE CAREFULL AND USE CORRECTLY THE RISK MANAGEMENT
Do not forget to change commissions and other parameters related with back testing results!
Strategies for trending markets use to have more looses than wins and it takes a long time to get profits, so do not forget to be patient and consistent !
---> The strategy can still be improved, you can change some parameters depending of the asset and timeframe like risk/reward for taking profits, for break even, also the main parameters of the UT Bot Alerts <----
Profitablesignals
[HTI2] Hiubris Trend Indicator 2 StrategyThis is the Strategy version of the HTI2 Indicator
After testing several strategies for months and comparing them to the standard 'Buy and Hold' method, we've found the best performing strategy for BTCUSDT
We simplified it to make it more user-friendly (We've only added 1 optional exit: a % SL) and left all the inputs adjustable, so it can be optimized for ANY pair!
This is a Trend Indicator! This means that the '% Profitable Trades' is not the main focus, but catching every trend swing. When trying to catch every trend swing, naturally alot of the them might be unprofitable, especially in sideways markets. The idea behind this strategy is to catch all the significant trend movements, which are alot more profitable than all the 'sideway market' losses
For that reason, we recomment backtesting on Timeframes greater than 15min. Initially we suggest you backtest without a Stop-Loss, trying multiple combinations of the 2 inputs (Length 9 to 32 / Multiplier 2 to 12)
After you found a profitable enough combination, you should look at the 'Average Losing Trade' and the 'Largest Losing Trade', then try further improving the results by setting up a Stop-Loss accordingly (if needed)
In our case, we've found that having a 2% SL (on BTCUSDT) really helps alot with those sideways market trend swings. This also allows us to comfortably us a 10x leverage
*** When using the Re-Entry feature, make sure to change the order size to contracts! Do not leave is as '% of Account' !!! ***
Some of our backtesting results
BTCUSDT 30-5 30min, 2% SL vs 'Buy and Hold'
2019 - present 697.42% vs 250%
2018 - 2019 119.42% vs -75%
EURUSD 18-6 30min, 0.6% SL
2019 - present 12.4%
AMZN 13-2 30min, 2% SL
2019- present 279.44%
XAUUSD 18-3 30min, 1.75% SL
2019- present 53.43%
BA 20-6 30min, 1.5% SL
2019- present 251.35%
Volty Expan Close Strategy with Backtest Date RangeInput Information
Length Numeric 5 Number of bars used to determine the average true range.
NumATRs Numeric .75 Factor used to calculate a percentage of the average true range, used to
Long and short entry based on a percentage of price movement beyond the average range.
Profitable and simple strategy..
TradersAI_UTBotCREDITS to @HPotter for the orginal code.
CREDITS to @Yo_adriiiiaan for recently publishing the UT Bot study based on the original code -
I just added some simple code to turn it into a strategy. Now, anyone can simply add the strategy to their chart to see the backtesting results!
While @Yo_adriiiiaan mentions it works best on a 4-hour timeframe or above, I am happy to share that this seems to be working on a 15-minute chart on e-mini S&P 500 Index (using the KeyValue setting at 10)! You can play around with the different settings, and may be you might discover even better settings.
Hope this helps. Btw, if any of you play with different settings and discover great settings for a specific instrument, please share them with the community here - it will be rewarded back multiple times!
Ultimate Pullback StrategyWhat is the Ultimate Pullback Strategy?
This strategy script is based on my Ultimate Pullback Indicator which detects pullback trading opportunities by analyzing price action in a very specific manner.
By combining simple trend filters with various advanced candlestick patterns it detects high-probability trend-continuation setups (and optional exits).
If you use this script to set alerts then you will never miss a pullback trading opportunity ever again!
I personally use this indicator to profitably trade pullback signals in the forex markets on multiple timeframes, from the 15-Minute chart to the 4-Hour and Daily chart.
Note: This strategy companion script is only available for subscribers of The Ultimate Pullback Indicator.
9 Seasons Rainbow Multiple Time Frames Pattern DEMO [9SRDEN]The indicator discovers profitable patterns by associating Price Season of multiple time frames.
Full Name: 9 Seasons Rainbow - Multiple Time Frames Associated Price Wave Pattern Indicator
This is redefined from “9 Seasons Rainbow Indicator DEMO”, with clearer definition of 9 Seasons and user manual.
Version: DEMO
Language: English
Copyright: 2019
---------- How to use the indicator ----------
Go through the manual and related ideas underneath or follow the tutorials list. Look through the profitable patterns and related cases, wait for or set alert for specific profitable pattern.
---------- Definition: 9 Seasons ----------
A life cycle of Price Wave is divided into 9 Seasons. Each time frame, from 5 minute to 1 month, has 9 seasons, Independent of each other:
Bull (Green)
Bull Pullback (Light Green): a pullback or retracement
Resistance / Overbought (Yellow): a resistance area, may become a Top, or be broken through.
Crazy Bought (Lime): Price is going up in a high volatility, could be a valid breakout, or a Bull Trap.
Neutral (White): a wandering season without direction, evolves into Bull or Bear
Bear (Red)
Bear Bounce (Light Red): Price bounces
Support / Oversold (Blue): a support area, may become a Bottom, or be broken through.
Crazy Sold (Fuchsia): Price is going down in a high volatility, could be a valid breakdown, or a Bear Trap.
---------- Some important evolution between seasons ----------
Resistance / Overbought (Yellow) -> Crazy Bought (Lime):
Bull is breaking through a resistance.
Crazy Bought (Lime) -> Resistance / Overbought (Yellow):
This normally indicates a failed breakout, Price goes back to the resistance.
Crazy Bought (Lime) -> Bull Pullback (Light Green):
This normally indicates Price has risen to a new level
Support / Oversold (Blue) -> Crazy Sold (Fuchsia):
Bear is breaking through a support.
Crazy Sold (Fuchsia) -> Support / Oversold (Blue):
This normally indicates a failed breakdown, Price recovers to the support.
Crazy Sold (Fuchsia) -> Bear Bounce (Light Red):
This normally indicates price has dropped to a new level
---------- Rainbow Ribbons for Multiple Time Frames ----------
Each ribbon of a rainbow represents a time frame.
The uppermost ribbon represents the shortest-term time frame - current time period of the chart, which is the time frame for trading.
The lowermost ribbon represent longest-term time frame, which work as environment, together with the other medium-term and long-term time frames.
The difference between two frames is 1.4142 fold (square root of 2), if level 1 is 15 minute, level 2 is 15 minute * (square root of 2) .
Examples of time frames in a rainbow:
For STANDARD in 15M: 15M - 21M - 30M - 42M - 60M(1H) - 85M - 120M(2H) - 170M
For PRO in 15M: 15M - 21M - 30M - 42M - 60M(1H) - 85M - 120M(2H) - 170M - 240M(4H) - 339M - 480M(8H) - 679M
---------- Trading Methods ----------
How to open a Long position?
When a profitable Long pattern appears, open small position first based on signal on shortest-term time frame; after retesting and confirming the support, open 2nd position; when it breaks through the resistance, pullbacks and confirms the breakout, open 3rd position.
How to exit a Long position?
Lift the Stop to a confirmed higher low, so that to take advantages of the bull run as possible.
How to open a Short position?
When a profitable Short pattern appears, open small position first based on signal on shortest-term time frame; after retesting and confirming the resistance, open 2nd position; when it breaks through the support, bounces and confirms the breakdown, add 3rd position.
How to exit a Short position?
Lower the Stop to a confirmed lower high, so that to take advantages of the bear run as possible.
---------- Versions Description ----------
The features may change later without advance notice.
PRO:
Invite-Only, with the following advanced features:
12 Ribbons Rainbow displays 9 Seasons of 12 time frames on a chart.
Advanced alert sets allows set alerts on short-term, medium-term, and long-term time frames.
Capability to input different trading instrument to compare with the current ticker.
Full time periods access allows apply it to broadest time periods, from 1 minute to 1 week (if history data is enough)
More new features in updates.
STANDARD:
Invite-Only, with the following advanced features:
8 Ribbons Rainbow displays 9 Seasons of 8 time frames on a chart.
Advanced alert sets allows set alerts on upper and lower frames.
Broad time periods access allows apply it to the most popular time periods, from 15 minute to 1 week (if history data is enough)
More new features in updates.
DEMO:
DEMO version is for trial purpose, having most of the features.
It is applicable to a list of trading instruments and specific time periods (1 hour to 1 day), which may change later without advance notice.
---------- Access to Indicators ----------
Please use DEMO version for Trial
Asking access to Invite-Only PRO and STANDARD versions:
9seasonsrainbowindicator.blogspot.com
Or contact the author.
---------- Install Invite Only: STANDARD & PRO Version----------
Ask access to STANDARD or PRO version
Open the chart -> Indicators (On the Top) -> Invite-Only Scripts (2nd button of the left bar)
Like/Favorite the indicator
Click to install on the chart
---------- About Loading Time ----------
It may take up to 2 minutes for your browser to load a new setting, depending on the your computer and network speed.
---------- List of the author's Indicators ----------
www.tradingview.com
---------- 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 be responsible for 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.
Cryptocurrency Profitability Rankings PRO Customisable ListA good cryptocurrency may multiply your earnings - with the same effort.
This indicator helps crypto traders to find the trading securities that suit their profitability and volatility preference.
This indicator calculates and generate a ranking of profitability from a user-defined list of cryptocurrencies, based on MACD cycles within user-defined time span.
Multiple time frames: This indicator is designed for day trading, so suggested time frames are: 3m, 5m, 15m, 30m, 1H. Users can try other time frames (< 1D) if they find it useful.
This is PRO version of Cryptocurrency Profitability Rankings with Popular List, developed based on Profitability Meter for Day Trading PRO
PRO Version advanced functions:
Customisable(User-Defined) Cryptocurrency List
Option to select Open or Close price as start point for calculation.
Flexible Time Span Type: Hours and Bars, besides Days
More statistics options: Display price change(%) of latest rising/falling MACD cycle
Free trial for two weeks: Please leave a comment asking for a trial, you should get access within 48 hours. In case it doesn't work, please message the author.
Format Configuration:
Profitability Threshold: a percentage of price movement within a MACD cycle that a user thinks can be used to define profitability, defval: 0.8%.
Select open or close as start point: which can affect the results greatly, as difference between open and close can be significant, especially for big time interval.
Statistics Options
timeSpan: time span for statistics
timeSpanType: time span type for statistics
User-defined cryptocurrencies list: up to 10 items
About Customisable List of Cryptocurrency:
At present, in Pine Language, there is no method to plot a string input variable. Therefore, fixed handles are used to represent each symbol name, eg. "Sym_10". User need to remember the order of the list or refer to "Format".
Make sure to input correct tiers, eg. "BITFINEX:ETHUSD"
Related Indicators:
Profitability Meter for Day Trading PRO - Calculating and evaluating individual trading security's profitability.
About Loading Time: It may take up to 2 minutes for your browser to load a new format setting, depending on the your computer and network speed.
List of the author's Indicators
www.tradingview.com
Disclaim: By using or requesting access to this indicator, you acknowledge that you have read and accepted that this indicator is for study purposes only and it does NOT guarantee you will make money.
I am not financial adviser and I am NOT responsible for any profits or losses you may incur by using this indicator!
Users should make their own decisions, carefully assess risks and be responsible for investment and trading activities.
The latest updates override the previous description. Please check the updates.
加密货币赢利潜力排行指标 PRO 自定义列表
优质的交易币种可能倍增你的收益-在付出同样的努力的情况下。
该指标基于Profitability Meter for Day Trading PRO开发,帮助加密货币交易员找到适合其赢利性和波动率偏好的币种。
该指标根据用户定义的时间跨度内的MACD周期,计算和比对用户自定义的一组虚拟货币,生成一个赢利潜力排名。
多时间维度:本指标为日内交易设计,因此建议使用时间维度:3m,5m,15m,30m,1H; 如果用户需要,也可以用于其他小于1D的维度。
免费试用两周:跟帖评论要求试用,您应该在48小时内获得访问权限。 如果没有获得,请私信开发者。
这是Cryptocurrency Profitability Rankings with Popular List的PRO版本
可自定义加密货币列表,上至10个
可选择开盘价或收盘价作为计算起点。
灵活的时间跨度类型:小时,蜡烛数,天数
更多统计选项:显示最近上涨/下跌的MACD周期的价格变动(%)
格式配置:
盈利能力阈值:用户自定义的MACD单次波动的可赢利的百分比,默认为0.8%
选择开盘或者收盘作为起点:这会对结果产生很大影响,因为开盘价和收盘价之间的差异可能很大,特别是在较大的时间维度。
统计选项
timeSpan:统计功能的时间跨度
timeSpanType:统计功能的时间跨度单位
用户自定义的加密货币列表输入栏
关于自定义的加密货币列表:
目前,在Pine Language中,不能打印字符串输入变量。 因此,使用顺序数字字符代表币种名称,例如。“Sym_10”。 用户需要记住其输入币种的顺序或随时参考“格式设置”中的顺序。
确保输入正确的交易所和币种名称,例如。 “BITFINEX:ETHUSD”。
相关指标:
日内交易盈利潜力指示仪PRO (Profitability Meter for Day Trading PRO):用于计算和评估单个交易品种的盈利能力
关于载入新设置:每次载入新的设置可能需要0-2分钟,取决于用户的电脑配置和网络速度。
试用开发者的其他指标
www.tradingview.com
免责声明:在要求获得本指标使用权之前以及在使用本指标之前,用户认可已经完全了解和接受:本指标仅供教育和研究目的, 它不提供任何赢利的可能性。
本指标的开发者并非专业投资顾问,因此不对用户的任何赢亏负责。
用户应独立判断,审慎评估并自负投资和交易风险!
最新更新会覆盖之前的说明。 请检查更新。
Cryptocurrency Profitability Rankings with Popular ListA good cryptocurrency may multiply your earnings - with the same effort.
This indicator helps crypto traders to find the trading securities that suit their profitability and volatility preference.
This indicator calculates and generate a ranking of profitability from a popular list of crypto currencies, based on MACD cycles within user-defined time span.
Multiple time frames: This indicator is designed for day trading, so suggested time frames are: 3m, 5m, 15m, 30m, 1H. Users can try other time frames (< 1D) if they find it useful.
Developed based on Profitability Meter for Day Trading PRO
About popular list of Cryptocurrency:
The author has the right to change the list from time to time without notice.
PRO Version of this Indicator: (invite-only)
Advanced functions:
Customisable(User-Defined) Cryptocurrency List
Option to select Open or Close price as start point for calculation.
Flexible Time Span Type: Hours and Bars, besides Days
More statistics options: Display price change(%) of latest rising/falling MACD cycle
Format Configuration:
Profitability Threshold: a percentage of price movement within a MACD cycle that a user thinks can be used to define profitability, defval: 0.8%.
Statistics Options
timeSpan: time span for statistics
timeSpanType: time span type for statistics
Related Indicators:
Profitability Meter for Day Trading PRO - Calculating and evaluating individual trading securitie's profitability.
About Loading Time: It may take up to 2 minutes for your browser to load a new format setting, depending on the your computer and network speed.
List of the author's Indicators
www.tradingview.com
Disclaim: By using or requesting access to this indicator, you acknowledge that you have read and accepted that this indicator is for study purposes only and it does NOT guarantee you will make money.
I am not financial adviser and I am NOT responsible for any profits or losses you may incur by using this indicator!
Users should make their own decisions, carefully assess risks and be responsible for investment and trading activities.
The latest updates override the previous description. Please check the updates.
加密货币赢利潜力排行指标 热门列表
优质的交易币种可能倍增你的收益-在付出同样的努力的情况下。
该指标基于Profitability Meter for Day Trading PRO开发,帮助加密货币玩家找到适合其赢利性和波动率偏好的币种。
该指标根据用户定义的时间跨度内的MACD周期,计算和比对一组虚拟货币,生成一个赢利潜力排名。
多时间维度:本指标为日内交易设计,因此建议使用时间维度:3m,5m,15m,30m,1H; 如果用户需要,也可以用于其他小于1D的维度。
关于加密货币的热门列表:
作者有权随时更改列表,恕不另行通知。
该指标的PRO版本:Cryptocurrency Profitability Rankings PRO with Customisable List (Invite-Only)
可自定义加密货币列表,上至10个
可选择开盘价或收盘价作为计算起点。
灵活的时间跨度类型:小时,蜡烛数,天数
更多统计选项:显示最近上涨/下跌的MACD周期的价格变动(%)
格式配置:
盈利能力阈值:用户自定义的MACD单次波动的可赢利的百分比,默认为0.8%
统计选项
timeSpan:统计功能的时间跨度
timeSpanType:统计功能的时间跨度单位
相关指标:
日内交易盈利潜力指示仪PRO (Profitability Meter for Day Trading PRO):用于计算和评估单个交易品种的盈利能力
关于载入新设置:每次载入新的设置可能需要0-2分钟,取决于用户的电脑配置和网络速度。
试用开发者的其他指标
www.tradingview.com
免责声明:在要求获得本指标使用权之前以及在使用本指标之前,用户认可已经完全了解和接受:本指标仅供教育和研究目的, 它不提供任何赢利的可能性。
本指标的开发者并非专业投资顾问,因此不对用户的任何赢亏负责。
用户应独立判断,审慎评估并自负投资和交易风险!
最新更新会覆盖之前的说明。 请检查更新。
Profitability Meter for Day Trading PRO [GO8686]For day traders, keeping a position is risky and costly, a popular strategy is to open a position ONLY when volatility is active, in other words, only when profitability is back.
This indicator reveals the movements of the underlying profitability of a trading security in different time dimensions.
This indicator calculates and displays price change percentage of MACD cycles, highlights those MACD cycles that are over the profitability threshold, helping traders identify range area, the start of a new trend and the fading of a trend.
Multiple time frames: This indicator is designed for day trading, so suggested time frames are: 3m, 5m, 15m, 30m, 1H. Users can try other time frames (< 1D) if it fits their trading practice.
Range area in general: a small green column and a small red column appear alternately, or most columns are gray within the period.
The start of a new trend: an outstanding green or red column means the macd cross brought a price change that was higher than the profitability threshold, which could mean a new trend, especially when it was from a range area.
The fading of a trend: for instance, when green columns are getting smaller and red columns appear, a fading of bull trend could be on the way.
This is PRO version of Profitability Meter for Day Trading
PRO excluded functions:
Alert Function: allowing user to set alert for price change with Profitability, or set alert for statistics results.
Statistics within Customisable Time Span: Percentage of MACD cycles with profitability, the average of price change(%) and MACD cycles count. Users can customize the time range by days,hours or bars (up to the maximum backtracking value that Tradingview allows).
Subscribers of this indicator may apply for two-month free-trial of "Crypto Currency Profitability Rankings PRO with Customisable List"
Free trial of two-week: Please leave a comment asking for a trial, you should get access in 48 hours. In case it doesn't happen, please message the author.
Visibility:Invite-Only
Format Configuration:
Profitability Threshold: a percentage of price movement within a MACD cycle that a user thinks is good to define profitability, defval: 0.8%.
Alertthreshold: Threshold percentage for alert.
timeSpan: Time span for statistics
timeSpanType: Time span type for statistics
Related Indicators:
Crypto Currency Profitability Rankings Standard with Popular List (Protected): The Indicator calculates and compares the profitability of a group of popular crypto currencies - based on MACD cycles and user-defined time span, helping traders to find the most suitable trading security.
Crypto Currency Profitability Rankings PRO with Customisable List (Invite-Only): Contact the author for a free trial.
List of the author's Indicators
www.tradingview.com
Disclaim: By using or requesting access to this indicator, you acknowledge that you have read and accepted that this indicator is for study purposes only and it does NOT guarantee you will make money.
I am not financial advisor and I am NOT responsible for any profits or losses you may incur by using this indicator!
Users should make their own decisions, carefully assess risks and be responsible for investment and trading activities.
The latest updates override the previous description. Please check the updates.
日内交易盈利潜力指示仪PRO
这是日内交易盈利潜力指示仪的PRO版本
PRO专属功能:
预设警报:方便用户为赢利性变动和统计学结果设置警报。
统计功能:过去特定时间段的可赢利波动的百分比,波动百分比平均值和MACD周期计数。用户可以自定义时间幅度:可以用天数,小时数,蜡烛数(上至Tradingview最大回溯值)
本指标用户可以申请免费试用两个月“Crypto Currency Profitability Rankings PRO with Customisable List (Invite Only)”
指标特征描述
本指标帮助交易员认知交易标的在不同时间维度的赢利潜力的变化。
对于日内交易,保持仓位是要承担风险和成本的,一种交易策略是只在波动率被激活至可赢利水平后才开仓位。
本指标计算和展示赢利潜力-基于MACD周期的波动百分比,用颜色来突出高赢利性的波动周期。方便交易员辨识非交易区间,新趋势的开始和旧趋势的衰减。
多时间维度:本指标为日内交易设计,因此建议使用时间维度:3m,5m,15m,30m,1H; 如果用户需要,也可以用于其他不大于1D的维度。
盘整区的一般特征:当波动率消减时,波动率低于可赢利门槛,呈现灰色; 或者小的绿色和红色波动率间隔出现。
新趋势的开始:在盘整后期,新出现的绿色或者红色波动率可能标识着新趋势的开始。
旧趋势的衰减:以上升趋势为例,当绿色波动率逐渐缩小,而红色波动率开始出现时,可能标识着上升趋势衰减。
设置:盈利能力阈值:用户自定义的MACD单次波动的可赢利的百分比,默认为0.8%
免费试用两周:跟帖评论, 要求试用,您应该会在48小时内获得访问权限。 如果没有获得,请私信作者。
相关指标:
Crypto Currency Profitability Rankings Standard with popular list (Protected) 加密货币赢利潜力排行指标 标准版 热门列表: 指标计算和比对一组热门虚拟货币的可赢利属性 - 基于MACD波动周期和用户自定义的时间周期,帮助交易员发掘最适合自己赢利和风险偏好的交易品种。
Crypto Currency Profitability Rankings PRO with Customisable List (Invite-Only): 加密货币赢利潜力排行指标 PRO 自定义列表
试用开发者的其他指标
www.tradingview.com
免责声明:在要求获得本指标使用权之前以及在使用本指标之前,用户认可已经完全了解和接受:本指标仅供教育和研究目的, 它不提供任何赢利的可能性。
本指标的开发者并非专业投资顾问,因此不对用户的任何赢亏负责。
用户应独立判断,审慎评估并自负投资和交易风险!
最新更新会覆盖之前的说明。 请检查更新。