PROFIT + ALERTS V2This is an Alert indicator for PROFIT + strategy.
Use it with the strategy to create and receive notifications when the strategy generates buy / sell signals.
To get access to the indicator and its strategy pm me.
------------------------------------------------------
Это алерт индикатор для стратегии PROFIT +
для получения уведомлений когда стратегия генерирует buy / sell сигналы.
Для получения доступа к индикатору и стратегии пишите в личные сообщения.
Average Directional Index (ADX)
PROFIT + V2We are glad to introduce you our new strategy PROFIT +.
The strategy PROFIT + is based on price and volume correlation analysis.
The entries are quick with tight stop loss. Best suits fot those who like
to get quick profit in the beginning of the price move.
It was tested on BTC , Bitmex exchange on 1 hour timeframe,
but it can also be used on 30, 15 and 10 minutes tf.
There is also ALERT INDICATOR for the strategy to receive notification
when there is a buy/sell signal.
To get acces to the strategy pm me.
-------------------------------------------------------------------------
Рады представить нашу новую торговую стратегию PROFIT+.
Стратегия PROFIT + основана на анализе корреляции цены и объёма.
Входы в стратегии быстрые с коротким стопом. Больше подходит для
тех кто любит забирать быстрый профит в самом начале движения.
Стратегия была тестирована на инструменте BTC биржа BITMEX
на 1 часовом таймфрейме, но она также работает на 30, 15 и 10 минутных тф.
Для стратегии также доступен ИНДИКАТОР АЛЕРТ для получения оповещения
при появлении buy/sell сигналов.
Для получения доступа к стратегии пишите мне в личные сообщения.
Ichimoku with ADXMy first attempt at coding a strategy in pine script.
The strategy tests for a confluence of bull / bear signals and executes a trade when these are met.
It uses the ADX as a screen against fake breakouts.
Stochastic Pop and Drop Signals [Bitduke]It's a long/short signals for modified Stochastic Pop and Drop strategy.
About
It's the strategy of 2 indicators: Stochastic Oscillator to define the bias and Average Directional Index to confirm it.
Signals
Strategy flips long / short depending of indicator signals. There can be multiple signals of the same type, for example, 2 longs in a row, only the first of them matters, others you should handle in your websocket script or manually.
Testing
Tested on different sources for data, oscillator periods and different levels in relation to the crypto market.
So, it shows good results with two tight thresholds at 55 and 45 level.
The bar chart below the defining the bullish and bearish periods (green and red) and gives a signal to enter the trade (purple bars).
Backtesting
Backtested on XBTUSD , BTCPERP ( FTX ) pairs. You may notice it shows good results on 3h timeframe.
Relatively low drawdown
~ 10% (from 2019 to date) FTX
~ 22% (4 years from 2016) Bitmex
Bitmex 3h (2017 - 2020) :
i.imgur.com
FTX 3h (2019 - 2020):
i.imgur.com
Possible Improvements
- Regarding trading algorithm it would be good to check with strategy with ADX somehow. Maybe for the better entries
- As for Risk Management system, it can be improved by adding trailing stop to the strategy.
Link: school.stockcharts.com
Ichimoku Cloud & ADX & MACD with TSL [tg1]Hi There! Used the time at home during the corona to learn Pinescript and work on this strategy. Its finetuned for BTCUSDT on mid-high timeframe, can be used for other TF/markets, but be extra careful).
The strategy is mainly build around Ichimoku Kinko Hyo and its Tenkan and Kijun crosses. It aims to only buy/sell when there is a strong trend in any direction (using MAs, ADX and ATR) and enters a trade based on these conditions:
1) Tenkan > Kijun
2) Close > Kumo
3) MACD > Signal
4) ADX > Custom value
The same applies for shorts, just the other way around.
I added a TSL based on either % or ATR fixed % for improved risk management. Let me know if any questions.
MTF Average Directional Index Range DetectorHigher Timeframe ADX to detect range/trending market while trading lower time frames.
Change the resolution in the parameters. You must use a time frame equal or higher to the current time frame.
Red = Range
Green = Trending
Use the alerts to get notified when the color changes.
Adjust the Threshold parameter to change the value from which the color changes.
Click Add to favorites to get the indicator on your chart (it will appear in the Indicators->Favorites tab).
Leave a like if you find it useful!
Ichimoku Cloud & ADX & DMI & MACD [tg1]Hi There! Sharing my strategy that is mainly build on Ichimoku Kinko Hyo and its Tenkan and Kijun crosses.
In addition, I added a few other indicators to have less false breakout signals. See more details below:
Long conditions :
1) Tenkan crosses over Kijun
2) Tenkan & Kijun > Kumo
3) Close > Kumo
4) Chikou > Kumo (-n periods)
5) ADX > Custom value
6) DI+ > DI-
7) MACD > Signal
8) SMA > 200
Short conditions are simply the other way around. This indicator has been mainly tested and tuned for BTCUSDT.
Estrategia de Monitor - RSI/EMAThis indicator, competes the signals of two of the most important and reliable indicators for monitoring price trends, the Squeeze Monitor and the RSI.
For a better visualization of the relationship of the indicators with the price, the Squeeze Monitor is presented in colored bars that represent the trend of the indicator. The RSI is combined with the EMA of the RSI that supports its directionality.
As additional support for decision making, the ADX is also plotted, as an element to project the force of the next movement.
The indicator settings are presented in the configuration of the indicator. The following parameters can be adjusted there:
** Monitor Parameters **
Monitor Length Squeeze -> "Long. Monitor"
** ADX parameters **
ADX Longitug -> "Long. ADX"
ADX Smoother -> "Suavizador ADX"
ADX Variation Factor -> "Factor Var. ADX"
This parameter defines the minimum variation for the
ADX address highlighting
** RSI parameters **
RSI Length -> "Long. RSI"
RSI Smoothing -> "Suavizador RSI"
RSI EMA Length -> "Long. EMA del RSI"
Finally, the Script consolidates the information, based on the trends of the indicators, and changes the color of the candle body. The color code considers Green for the uptrend, Red for the Downtrend and Yellow in transition processes (not operable).
Directional Movement Index TrendThis DMI I modified to see the trend more clearly, and the ADX line changes according to the trend force, which is perfectly configurable, the configuration I left my default configuration, in case you want to modify it because you see the trend in different values, feel free, and basically the columns are the average of DI and also indicate the trend more clearly.
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Esse DMI eu modifiquei para ver a tendência com maior clareza, e a linha do ADX ela muda de acordo com a força de tendência, a qual é perfeitamente configurável, a configuração eu deixei a minha configuração padrão, caso você queira modificar porque você vê a tendência em valores diferentes, sinta-se livre, e basicamente as colunas são a média de DI e indicam também com mais clareza a tendência.
Wolfs ADX + DII have created an alternative visualisation of the ADX + DI indicator created by MasaNakamura, credits to them for providing the source code! :-)
The histogram represents the distance between the DI+ and the DI-. The crossing of the histogram is equal to the crossing of the DI lines.
The ADX line is coloured based on the threshold.
This creates a clean representation of the ADX + DI.
[PX] ADX BoxesHello guys,
today I would like to share an indicator that I had in my mind for quite some time. I call it ADX Boxes.
How does it work?
What the indicator does is very simple. Whenever the ADX falls below a certain threshold (which can be managed in the user input settings) a box will appear. The box will continue to grow as long as the ADX stays below the threshold. Once the ADX goes back above the threshold, the box will stop growing and will set its right border.
There are two modes, which can be used to determine the upper and lower border of the box. The first one is called "Extremes", which plots the borders the highest high and lowest low for the range below the threshold. The second one is called "Avg. High/Low", which plots the borders at the average high and average low within the range.
Furthermore, the indicator contains an option to show the average value of the detected range below the ADX threshold.
Just like all my other indicator scripts, this one comes with different styling options for boxes in progress, settled boxes and the average value.
Hopefully, some of you find it useful.
Make sure you leave a follow and a like :)
Happy trading!!
ORTI Average Directional Index (Static Timeframe Multi-Period)The " ORTI Average Directional Index (Static Timeframe Multi-Period) " is now a public script, based into an existing study named " Average Directional Index ", but with some better functions about time frame and its measurament. As a redesigned and recalculated set of the common plotted average, a technical analysis metric.
The cherry on the top for this version is, when you want to get a predetermined count in (ranges) units of time, as: minutes, hours or days, in any graph you could get a static average, and this count will be automatically respected. For example, an average could be configurated to know a trend per day, week or month... or whatever comes to mind, and at every single chart that you move through (5m, 15m, 1h, 4h, etc), you will see the same average to make your own "trend analysis" into a micro/macro market view.
But now, with the option to convert the "Simple Moving Average" to adapt into 9 different kinds of "Moving Averages", to have a much more robust indicator which in turn would serve both as "Bollinger Bands" and by any of the most used "Moving Averages", a hybrid basically.
The following options to convert the "Simple Moving Average" ( SMA ) to:
• Double Exponential Moving Average ( DEMA )
• Exponential Moving Average ( EMA )
• Hull Moving Average ( HMA )
• Least Square Moving Average ( LSMA )
• Running Moving Average ( RMA )
• Smoothed Moving Average ( SMMA )
• Volume-weighted Moving Average ( VWMA )
• Weighted Moving Average ( WMA )
The Average Directional Index ( ADX ) along with the Negative Directional Indicator ( -DI ) and the Positive Directional Indicator ( +DI ) are momentum strength indicators that evolved for use in stock trading. Commodities trader J. Welles Wilder pioneered their use. Technical traders who use charting techniques want to know when first spotting a shifting trend how strong that trend is and how likely it is to sustain itself over time. The ADX helps investors determine trend strength as they plan their investment strategies.
For more technical information look at Investopedia .
Note: The previous calculation example is not the default, the parameters can be adjusted according to the criteria of the merchant.
ARKADIY_ALERTS v1.0
This is an alert indicator for ARKADIY v 1.0 strategy .
Use it along with the strategy to receive alerts when the strategy generates buy/sell signals.
The strategy and the alert indicator are invite only.
To get access please write in coomments or pm me.
------------------------------------------------------------------
Данный индикатор является алертом для стратегии ARKADIY v 1.0 .
Используйте его вместе со стратегией для получение уведомлений когда будут генерироваться сигналы на покупку/продажу.
Индикатор и стратегия ограничены по доступу.
Для получения доступа пишите в комментарии и в сообщениях.
ARKADIY V1.0This strategy is made for trading Bitcoin (BTC) using data from BITMEX exchange on 4 hour timeframe.
There is also a special indicator for the strategy to receive alerts on your tradingview platform which is very handful to enter the market as soon as there is a buy/sell signal.
Strategy is based on Pine script v.4 and it uses several indicators and oscillators (modified RSI, CCI, ADX, TRIX and EMA) to generate a buy/sell signal for BTC.
There is no repaint, which means that a signal will not disappear when price goes in wrong direction.
And this is one of the advantages of the strategy over other 90% strategies.
The strategy is a SWING strategy, which means that a signal for opening a position (buy or sell) at the same time closes previous position.
Because of its specificity the strategy doesn’t have take profit/stop loss options and doesn’t use leverage.
The strategy has a backtest statistics on TradingView. 2018 – 1197%, 2019 – 79%, until March 13, 2020 – 88% of net profit.
Max drawdown (the sum of non-profitable trades until receiving a profitable trade) during a year not more than 14%.
To get access to the strategy write in comments and in private messages.
_____________________________________________________________________________________________________________
Данная стратегия работает на инструменте биткоин ( BTC ) по котировкам биржи BITMEX на 4 часовом таймфрейме, а также имеет удобные алерты для сигналов на сделку (будильник).
Это позволит Вам заниматься своими делами, не следя за тем, что происходит на рынке, но в нужное время совершить сделку, получив предупреждение на телефон / компьютер.
Стратегия построена на последней версии Pine Script, в ее основе лежит совокупность множества индикаторов и правил (модифицированные RSI, CCI, ADX, TRIX and EMA), которые в определенный момент дают сигнал на покупку или продажу BTC . Стратегия протестирована с использованием аргумента "Recalculate After Order is Filled" и подразумевает "non-repaint" базис. Другими словами, если стратегия показала вход в сделку (по итогу закрытия свечи) - то сигнал так и остается без изменений. Это выгодно отличает данную стратегию от 90% таковых в Trading View и дает уверенность, что появившийся сигнал не исчезнет в случае, если рынок пойдет в противоположную сторону.
Данная стратегия относится к сегменту SWING стратегий, когда один сигнал является одновременно закрытием одной сделки и открытием противоположной.
В связи со спецификой стратегии она не использует стоп-ордера, поэтому предполагает торговлю без плечей.
Ваш риск ограничен временным интервалом от момента, как цена пошла в противоположную сторону, до момента пока стратегия не дала сигнал на перекладку в новую сделку.
Статистика, подтвержденная бэктестом в Trading View, за последние пару лет: 2018 - 197%, 2019 - 79%, на 13.03.20 - 88%. Это данные по Чистой прибыли на вложенный капитал.
Максимальная длящаяся просадка (совокупность минусовых сделок до момента возникновения плюсовой сделки) в течение года составляет не более 18%
Основные отличия от индикаторов наших коллег:
+ Результаты бэктеста не в excell, а в платформе Trading View – прозрачная статистика по сделкам
+ Построен на принципах non-repaint basis – сигналы не исчезают и не появляются из неоткуда
+ Работает на 4Н таймфрейме. Это значит сделки не могут быть чаще, чем в раз в 4 часа. Занимайтесь своими делами, пока стратегия стоит на страже рыночного анализа. Она сама Вам сообщит, когда нужно открыть / закрыть сделку.
+ Разберется любой! Стратегия построена по принципу one-click setup
+ Поддержка с возможностью организации телефонного звонка.
Для предоставления доступа к данной стратегии - пожалуйста пишите в комментариях запрос с копией в личные сообщения. Мы быстро с Вами свяжемся.
RedK_Directional Index / K xDMIHere's a modern take on the famous DMI/ADX. i first wrote this on another platform few years ago, so i'm happy to be able to share it on TradingView
quick refresher: what does DMI/ADX tell us:
------------------------------------------------------
in simple terms, at the core of this indicator, there are 3 main calculations / lines: the Plus Directional Index ( +DI ) which represents how much the bulls are able to push the high of a bar compared to previous one, the Minus Directional Index ( -DI ), showing how much the bears are able to push the low of a bar from previous one, then the Average Directional index ( ADX ) line, which creates an oscillator of the +DI and -DI to represent the strength of a trend -- usually the lines will be colored accordingly (bulls = green, bears = red, and any different color for the ADX )
Similar to my version of the RSI , we take a classic concept, then use the computing and visualization "super powers" available to us today, to extend and improve on what those masters created in the past. I guess they sort of expected us to do exactly that :)
this "extended" version of DMI/ADX provides couple of highly needed features (in my opinion) -- let's explore:
trying as much as possible to avoid jargon - pls forgive me if i failed in some places.
-------------------------------------------------------------------------------------------------
1 - the big change: the ability to visualize the ADX in a way that makes some more sense.
- the original calculation restricted the ADX to oscillate below zero - i'm sure they had a good reason to build it that way in the past - but to me, it becomes super hard to interpret what the ADX line means, especially when a negative trend (the bears) take over. by removing that restriction and allowing the ADX to oscillate up or down (and we're free to do that, so the indicator shows *us* what *we need* to see), we end up with an improved representation of the trend and the trend strength.
- also the original calculation applies a moving average (default 14 bars) of a moving average (another 14 of the Directional Indexes, which represent the strength of bulls vs bears) to calculate the ADX - that makes the ADX very "removed" from the base price values - i change that, and just smooth the initial +Di / -Di then calculate the ADX from there. again, this shows me the outcome of the (relatively) immediate moves.
2 - i use weighted average WMA () in all my averaging calculations .. i believe this type of average is the best to express the importance of recent days / bars vs the ones further in the past, compared to other averaging techniques
3 - ability to make the DMI volume-weighted .. but contrary to my RSI , this is not set by default.
4 - couple of options to view the unrestricted ADX (as an area or as histogram/columns .. which i call Vertical Bars) for improved visualization
other stuff:
5 - a "step" option for the ADX .. you can set the step option to an increment of, say 5 or 10. this is in case you prefer to see the trend more in "quality" terms - so the equivalent of weak, medium, strong, v. strong...etc -- since in reality, a number like 47.7683 doesn't really mean anything specific
6 - optional "strong trend" adjustable level
Settings & usage suggestion:
-----------------------------------
i prefer to use the defaults (length = 7, smoothing = 3, ..etc) -- i believe these are more suitable to the much faster trading that we have now. you can review the comparison chart and see if this works for you, and adjust as you need.
from a "signal" standpoint, you can use the xDMI as you use the classic DMI/ADX, bulls (or bears) are in control when the corresponding DI line crosses the other going up, *AND* moving above the "strong trend" level that you can set as an extra filter (usually a value between 20 to 30), while ADX will show the quality/strength of the trend.
i suggest you also utilize this indicator with other trend / momentum confirmation methods, and additional analysis and not in isolation - as well as inspecting the prevailing / longer time frame to ensure you're acting in the direction of the broader move / trend.
the above chart includes a side-by-side comparison between our new xDMI with the classic DMI/ADX using the same settings - then we add at the bottom panel also the xDMI, but with my default (faster) settings and showing other visualization options that can be utilized - the Moving Averages on the top / price panel is just to help put the price movement into perspective in terms of trend and trend strength.
The code is open and commented - please feel free to use, share, comment & provide feedback. if you're a DMI fan, and you find this useful in your trading, i would be more than happy to hear about it
Good luck!
Buy & Sell XRPBTC:BINANCE 2H Trading BotBuy & Sell Alert system for BINANCE:TRXBTC
Goal is to Beat Buy & Hold on the 2H (see backtest below)
Built upon the Supertrend, ADX and Tilson T3 indicators.
A trailing Stop loss in integrated to the script, as well as a Take profit system.
To get the indicator, please use the link below, thanks!
Ultimate Momentum IndicatorThis is an indicator I've been playing with for a while, based on my previous MACD w/ RSI Warning indicator. This one takes it a step further, including information from MACD, RSI, ADX, and Parabolic SAR. These four indicators are represented in this indicator as follows:
MACD: The histogram itself is a normal MACD histogram. Nothing strange about it, and you can adjust the settings for it just as you would a normal MACD.
RSI: Any time the RSI is outside of normal ranges (which can be adjusted in the settings), the bar on the histogram will turn amber to warn you. The actual RSI value is also shown in a label to the left side of the indicator.
ADX: Crosses are drawn along the 0 line to indicate ADX. Blue means the ADX is below the trending level (adjustable in the settings), and orange means it is above that level. Darker colors indicate the ADX has gone up since the previous bar, while lighter colors indicate it has gone down. The actual ADX value is also shown in the label to the left side of the indicator.
Parabolic SAR: At the outside point of each bar in the histogram, a colored dot is drawn. If the dot is green, the Parabolic SAR (settings adjustable) is currently below the closing price. If the dot is red, the SAR is above the closing price.
I must stress that this indicator is not a replacement for any one of the indicators it includes, as it's really only pulling small bits of information from each. The point of this indicator is to give a cohesive picture of momentum at a quick glance. I encourage you to continue to use the normal versions of whichever of the basic indicators you already use, especially if those indicators are a key part of your strategy. This indicator is designed purely as a way to get a bird's eye view of the momentum.
Pretty much every normally adjustable value can be adjusted in the settings for each of the base indicators. You can also set:
The RSI warning levels (30 and 70 by default)
The ADX Crossover, i.e. the point at which you consider the ADX value to indicate a strong trend (25 by default)
The offset for the label which shows the actual RSI & ADX values (109 by default, which happens to line up with my chart layout--yours will almost certainly need to be different to look clean)
All of the colors, naturally
As always, I am open to suggestions on how I might make the indicator look cleaner, or even other indicators I might try to include in the data this indicator produces. My choice of indicators to base this one from is entirely based on the ones I use and know, but I'm sure there are other great indicators that may improve this combination indicator even more!
unRekt - Dogs of WarThis indicator includes StochRSI, RSI and a double RSI-EMA. By combining StochRSI with the RSI , it becomes very powerful for directional moves. The double EMA-RSI powerful in itself, helps filter out typical noise by showing trend strength allowing for greater profits by holding the trade longer.
Stochastic Pop and Drop by Jake Bernstein v1 [Bitduke]I found a simple strategy by Jake Bernstein, modified it a little and created a strategy with Risk Management System (SL+TP); After that I test it on the different cryptocurrency pairs.
About the Indicator
Basically it's the strategy of 2 indicators: Stochastic Oscillator to define the bias and Average Directional Index to confirm it.
One again, It uses Stochastic Oscillator to define the trading bias. In particular, the trading bias was deemed bullish when the weekly 14-period Stochastic Oscillator was above some default value (in him paper - 50) and rising and vice versa.
Once the trading bias is established, Steckler used the Average Directional Index (ADX) to define a slowdown in the trend. ADX measures the strength of the trend and a move below 20 signals a weak trend.
Modifications
I didn't implement Average Directional Index (ADX) and test just different sources for data, oscillator periods and different levels in relation to the crypto market.
So, it shows good results with two tight thresholds at 55 and 45 level.
The bar chart below the defining the bullish and bearish periods (green and red) and gives a signal to enter the trade (purple bars).
Backtesting
Backtested on XBTUSD , BTCPERP (FTX) pairs. You may notice it shows good results on 3h timeframe.
Relatively low drawdown
~ 10% (from 2019 to date) FTX
~ 22% (4 years from 2016) Bitmex
I backtested on the different altcoin pairs as well, but the results were just not good.
Relatively good results were shown by some index pairs from the FTX exchange ( FTX:SHITPERP ), but I think there is a few data for backtesting to be asure in them.
Bitmex 3h (2017 - 2020) :
i.imgur.com
FTX 3h (2019 - 2020):
i.imgur.com
Possible Improvements
- Regarding trading algorithm it would be good to check with strategy with ADX somehow. Maybe for the better entries
- As for Risk Management system, it can be improved by adding trailing stop to the strategy.
Link: school.stockcharts.com
200 EMA Filtered Parabolic SARThis script uses Parabolic SAR with the 200 EMA to determine long and short trends. Only long signals are given when the price is above the 200MA and shorts when it is below. Signals are further filtered using ADX to reduce noise.
Suitable for trading bots where open positions in the same type are set to be ignored.
Alerts are built in.
30 Min Scalp SystemA scalping script for the 30 min chart that is designed and tuned to be used with trading bots such as ProfitView or Autoview. I personally trade with this on Bitmex.
This trading system is built upon 4 established trading indicators that compliment each other. All signals are filtered in a number of ways to avoid chop and only trigger when a strong trend or crossover is identified.
Alerts are included for longs, shorts and exits in both directions.
Recommended setup:
- Trade with leverage and take 75%-80% out at 0.5% profit, leaving the rest to run
- Initial stop-loss of 1%, initiating a trailing stop of 0.75% when TP is hit
- Ensure bots are set to ignore open orders in the same direction
I use this in conjunction with ProfitView where I run three custom scripts to manage my position entries, monitor profit levels, dynamically move my stop and then exit positions where appropriate.
Note: Exit signals are show here even when trades aren't open because it's only possible to hide these when using a strategy script. This is coded as an indicator so that alerts can be sent to your chosen bot.
Disclaimer: The signals aren't perfect but no script is. The above cannot be considered financial advice and I take no responsibility from any losses incurred. A test account is recommended to verify the win rate before trading on a live platform.
[KICK] Ultimate ADXDMIThis indicator is a version of the ADX and DMI indicators optimized for maximum information conveyance related to trending price action in a compact space.
Use the ADX barchart to determine strength of trend. There are various configurable thresholds for this measurement as well as peak marking within the exhaustion zone. The higher the values in the bar chart, the stronger the trend. Low values indicate non-trending or choppy price action.
Use the DMI line graphs (as well as the color codes on the ADX barchart) to determine trending direction. You can offset the DI+ and DI- lines so that they are not directly on top of the ADX chart. When the DI+ is on top (blue line by default) the trend is up and when the DI- line (yellow by default) is on top the trend is down. The colors of the ADX chart also indicate direction with red indicating down and green indicating up. The "pale" shades indicate a nacent/immature trend, "bright" shades indicate a solid trend, and the "darker" shades indicate a strong trend that is mature. Look for these mature trends to "top out" and have their peaks marked when the trend has exhausted itself (note that the peak indicators will repaint 1-2 candles in the past after the "high" is confirmed).
You can specify up to 3 additional timeframes to monitor in the dot map below the ADX chart that will give you a generalized idea of the trend on those larger timeframes. In these heat maps, the color red indicates a down trend and green an up trend. The brighter colors denote strong trends while the darker colors are weaker. Grey dots in the heat map indicate no strong trend present. Some users actually prefer to turn off the main ADX and DMI visualizations and only display the multi-timeframe heatmap as a way of checking higher timeframe trends before entering their trades.
Use the link below to watch a tutorial video, request a trial, or purchase for access.
ADX-RSI RainorThis is a strategy based on the RSI and ADX indicators, used together to output an input and output signal from the trade.
Within the parameters we can identify the length and tolerance of each indicator separately, the length is due to the basic parameter in each of the indicators, on the other hand the tolerance is a threshold where it is determined when it is overbought / oversold in RSI and in ADX is the minimum value for the strategy to consider strength in the trend
the entry strategy is when it is above the thresholds in the 2 indicators and the exit with profit is when the force is less than the ADX threshold
As a note on the RSI threshold, it is considered as follows: oversold is from 0 to the threshold and overbought is from 100 to 100-threshold. Therefore if we take the default value (42) the neutral zone is from 42 to 58
I hope you liked it, if so you can support me with some observation or a like
[PX] ADX and DI v4Hey guys,
I recently used the "ADX and DI" indicator in a variety of my own scripts. Because I keep on developing version 4 scripts and the "ADX and DI" indicator is developed in one of the previous PineScript versions, I had to update the old script every time I wanted to use it. I decided to publish the updated version and also changed a few things:
- ADX color is now orange
- Instead of plotting the DI+ and DI- lines, it's filling the space between the two (can be changed in the "style"-section)
Maybe some of you find it useful. If so, leave a like or follow :)
Happy trading,
paaax
P.S: The original indicator was developed by the user @MasaNakamura. Thanks for your great work!