[JL] ATR HL CloudI am playing ATR now.
This script is made to watch ATR and highest-lowest.
ATR is calculated by max of short period and long period.
Up cloud is lowest price plus ATR * Multi
Dn cloud is highest price decrease ATR* Multi
Higher and higher cloud means up trend
Lower and lower cloud means dn trend
Average True Range (ATR)
HMA_ATR StrategyATR with HMA experimental minimalist bot for ETHBTC .
A strategy for use by Automated Algorithm systems.
Different from normal ATR as it uses HMA for smoothing.
Example settings result shown here on chart include commission 0.5%
[EURUSD60] BB Expansion StrategyOverview
This is a strategy that can be used in the EURUSD 60 time frame.
It is a trend-following method that uses Bollinger Bands Expansions.
The idea of using Bollinger Bands expansion is well known to the general public, but I don’t know any strategy that this idea has been PINE coded.
The three main components of this strategy are as follows.
・Long term BB and Short term BB : When the short term BB expands more than the long term BB, it suggests the occurrence of a trend.
・14EMA of 240 t/f : The direction of 14EMA of the upper time frame is used as the trend direction.
・ATR lines : As a stop-loss line and a take-profit line.
Description
Fig. Long entry pattern
Fig. Short entry pattern
・Description of lines
Gray : Large BB (=Long term BB)
White : Small BB (=Short term BB)
Blue or Red line : Upper t/f EMA(default: 14EMA), blue is up-trend, red is down-trend
Yellow : Stop loss line by ATR(the term is 14)
Purple : Take profit line by ATR(the term is 14)
・Description of strategy
First of all, when the small BB expands more than the large BB, this strategy detects the occurrence of a trend.
Second, When the price crosses over or crosses under small BB basis, this strategy entries long or short to trend direction (by upper time frame 14EMA).
The default stop-loss range is three times ATR value, and the default take-profit target is 1.5 times the stop-loss range (=risk reward ratio is 1.5).
Trex [MrD3v]To appreciate dear Mr.Khakestar efforts i have converted his mt4 ATR formula to pine script. All credits goes to him.
Special Thanks To shayankm
Long Step $ Short Step added
DR added
Standard SL added
Eng.SL and Hunter.SL added.
Incompatible default colors with dark theme now are fixed.
Colors can be changed from settings.
All drawing sizes can be modified from settings. (Change the sizes for your mobile device)
Now crypto and fx markets are automatically detected.
Added APR only working on Crypto and FX.
Outputs on "BTCUSD(T), FX, Main metals" are now rounded to pips.
Momentum Trading Strategy (Weekly Chart)The strategy will open position when there is momentum in the stock
The strategy will ride up your stop loss based on the super trend.
The strategy will close your operation when the market price crossed the stop loss.
The strategy will close operation when the line based on the volatility will crossed
V1=PRICE ACTION (INVITE ONLY SCRIPT)
Hello Traders,
Here i bring you my first Price Action Atr based Indictor combined with fib entry and exit trailing levels with minimum risk and maximum profit , as we must have seen at times as we enter the trend reverse and hits our stoploss . Keeping that in mind as i too stuggled and made losses so i decided and focused more on minimizing the stoploss and only on confirmation Long or Short trade is been initiated along with trailing Stoploss as explaned in the images below , why should we give market our money ;) as we are here to make money :D .. There is no holy grail as Stoploss wont be hit but yes it will be way less and all alerts are based on candle close ... Trend Screener is added too which will tell you about the trend .. One can use this on any chart and any timeframe and its very good for scalping too . Vwap and Baseline is added too just incase you want to enter trend manually ... Better results are on 15m and above . Hope you guys will like it and comment if you have any doubts..
-----------------
Disclaimer
Copyright by FaizanNawazz.
The information contained in my scripts/indicators/strategies/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, or individual’s trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
My scripts/indicators are only for educational purposes!
Happy Trading!
Cappuccino IndicatorThis is a indicator I built on the basis of RSI and price action.
It is the Cappuccino-Indicator. It calculates back the estimated price based on RSI with some optional filters and gives signals for buy and sell.
it works as follows:
- the current RSI value is calculated back to a estiamated market price
- shoutout to some developers who made some functions possible, this was a long work, I cannot find Your sources anymore, I'm sorry. Text me I will publish Your credits. You are awesome and I respect Your work.
- The principle is simple. as suggested by RSI Rookies the market is bullish when in certain RSI Levels, and bearish when in other
- This indicator also combines some trend channels for easier spotting good entries
- The Cappuccino Indicator tries to keep you in a trade as long as possible
- It uses ATR based Trailing SL for you to not get rekt
- It is just a piece of software, You're trading on Your own risk
Have fun.
AltTrader BackTester Swing&ScalpDrum Roll!
Major announcement here for the release of the backtesting script!
This script is the backtesting version of AltSignals Alt-Trader Scalp & Swing indicator
This indicator has all the same features but now you can see previous results
Things to note
Make sure the correct take profit % are selected and add up to 100
Make sure you select the correct timeframe to backtest, zoom out on web browser to see more dates
Remember backtesting does not predict the future, the market is an ever changing beast!
NVME Candles Creator Experimental //Note://
This is an experimental indicator that may provide you with useful information or it may not depending on how you use it and more information can be found below!
NVME Candle Creator indicator is an experimental indicator that allows you as the user to build your own candlestick system within a click of a button. The indicator uses data from 5 different chart series including the following: The default candle stick, Heikin Ashi, Renko (ATR Version), Kagi and the Point and Figure chart. Since there are 4 pieces of data from a candle plot such as the open, the close, the high and the low, we are able to edit each individually with our own data using the security() function and the chart series functions that are linked to the those specific charts. This indicator is designed to be used as a second chart alternative without having to take much screen space, however there are other uses to it such as using this indicator to find information about other chart types and possibly creating a noise free chart series using our integrated colour scheme system.
The features of this indicator are the following:
Sources (1-4) : These are customisable by changing the item listed on the drop down menu, the items displayed will be data from the charts such as open, close, high, low, hl2, hl3, and ohcl etc. There are 4 of these inputs as this will change the data that you are grabbing for the series. (Series 1 -> Close, Series 2 -> Open, Series 3 -> High, Series 4 -> Low)
Candle Style (1-4) : This is the chart series we will be using to get the final output of the indicator, this can be changed by selecting a different item in the dropdown menu. The following content of this drop down menu are: Default (Japanese Candlesticks), Heikin Ashi Candlesticks, ATR (Renko Version), Kagi and Point and Figure. These will strongly determine the final output of the indicator as they can change what data will be represented and how it will be displayed.
Length (1-4) : The value in this input field only affects the following candle style options: ATR, Kagi and Point and Figure. The reason is because these chart series include a customisable input in the form of reversal points or ATR value. Changing this value will determine the final design of the indicator as it can make the candles larger or smaller depending on the number inside the box.
Custom Timeframe (1-4) : This toggle will allow you to fetch data from a different timeframe of choice, however disabling this will fetch data from the current timeframe period.
Timeframe Value (1-4) : This input field is only active when the custom timeframe is enabled and this will change the security function so that it grabs data from the timeframe inputted and this can change the indicator's output so that the candles will look different but it doesn't have a significant change compared to the candle style feature.
Colour Filter: (Affects the candles plotted)
Option 1: "Close > Open" - Recolours the candles in a manner where candles will be green if that candle is greater than the open and the candles will be red if the close is less than the open.
Option 2: "Close < Open" - Recolours the candles in a manner where candles will be red if that candle is greater than the open and the candles will be green if the close is less than the open. (May be useful for some settings where the plots are different) - Use this as a colour correction.
Option 3: "None" - The colours will be removed so you will have to manually change it.
Dashboard: This can be turned off or turned on however it doesn't contain anything useful only a reminder that it isn't recommended to use this indicator alone as it is designed as an experimental indicator.
[JL] ATR Labels with FX Risk Position(USD)I always use ATR to set up SL. So I changed ATR Labels to calculate risk dollars based on curency pairs.
I can not update old ATR Labels title. So I publish this new script.
This pip value calculation is based on USD currency.
[JL] ATR LabelsJust need to see ATR values when I made Renko script. So I make this script.
I like number 5 so I use 5 to timeframe.
Calculate ATR for the following:
- Monthly
- Weekly
- Daily
- 5-Hour
- 1-Hour
- 12-Min
Label default displayed on right side and middle of 50 bars.
Position Sizing w/ ADR&ATR TrackingScript to use for position sizing based on portfolio size, max position, and max loss inputs. The option to use custom entry and stop are available, but default to last price for entry, and Low of Day (LoD) for stop. The ATR % is a measure of the low of day to current price as a percentage move.
Credit to LonesomeTheBlue for the base code on position sizing and TheScrutiniser/GlinckEastwoot for ADR formula
-Nelgoth, best of luck
MATR 4H Strategy - UpTradingEN // MATR 4H Strategy - UpTradin
Use 1:
This script is effective for all assets. Find out how to get the best performance. This indicator offers several possibilities:
- Only in TimeFrame 4H.
- The gray curve shows you the trend. You should not trade against it.
- Once the trend is established you can buy or sell according to the Buy and Sell sign.
- When the orange point (warning) appears you must remain attentive to a continuation of the movement or a reversal.
Use 2:
You can program limit orders using the green or red stripe. These are two bands that anticipate the high or low point of the price.
Legend:
- The gray line is an Ema 20 based on a Daily TimeFrame.
- The orange point means a continuation or a reversal.
- Buy means a buy zone.
- Sell means a sales area.
- The green curve allows you to program a limit order to buy.
- The red curve allows you to program a limited order to sell.
Operation:
This script works from an ATR programmable according to your needs and correlated according to an Ema. It also shows you the trend in a single one thanks to an Ema 20 based on Daily data.
FR // MATR 4H Strategy - UpTrading
Utilisation 1 :
Ce script est efficace pour la totalité des actifs. Découvrez comment obtenir le fonctionnement idéal. Cet indicateur offre plusieurs possibilités :
- Uniquement en TimeFrame 4H.
- La courbe grise vous indique la tendance. Il ne faut pas trader contre celle-ci.
- Une fois la tendance établie vous pouvez acheter ou vendre selon le signe Buy et Sell.
- Lorsque le point orange (warning) apparaît vous devez rester attentif à une continuation du mouvement ou d’un retournement.
Utilisation 2 :
Vous pouvez programmer des ordres limites grâce à la bande verte ou rouge. Il s’agit de deux bandes qui anticipent le point haut ou bas du prix.
Légende:
- La courbe grisée est une Ema 20 basée sur un TimeFrame Daily.
- Le point orange signifie une continuation ou un retournement.
- Buy signifie une zone d’achat.
- Sell signifie une zone de vente.
- La courbe verte vous permet de programmer un ordre limite à l’achat.
- La courbe rouge vous permet de programmer un ordre limité à la vente.
Fonctionnement:
Ce script fonctionne à partir d’un ATR programmable suivant vos besoins et corrélé suivant une Ema. Il vous indique également en une seule la tendance grâce à une Ema 20 basée sur des données en Daily.
Open Range Breakout with TSLThis ORB with TSL Indicator Session Time is Indian NSE and BSE Equity Market
This indicator Provide you 2 type Setup
Opening Range Plot Only for Observation
1st Range Breakout = Long
2nd Range Breakout = Short
How to work This Indicator?
When Market is Open This Indicator automatically Plot Opening Range High and Low,
if Market bullish & Candle Close above Opening Range high When This Indicator automatically Plot 1st Range High and Low if You Want to 1st Range High Plot Crossingup any Candle You can Also Add Alerts
if Market Bearish & Candle Close Below Opening Range Low When This Indicator automatically Plot 2nd Range High and Low if You Want to 2nd Range Low Plot CrossingDown any Candle You can Also Add Alerts
If you Have any Suggestion please mention here
Thank you so much
This Also Automatically start trailing SL on basis of ATR
Dynamic Support And Resistance [CC]The Dynamic Support And Resistance Indicator was created by Mike Siroky (Stocks and Commodities pgs 14-18) and this is a handy indicator that will show you useful support and resistance levels no matter how the stock is doing right now. I have color coded the middle line to show buy and sell signals so buy when the line turns green and sell when it turns red.
Let me know if there are any other indicators you want me to publish!
Bonito's Indicator v1What Are Fibonacci Retracement Levels?
Fibonacci retracement levels are horizontal lines that indicate where support and resistance are likely to occur. They are based on Fibonacci numbers. Each level is associated with a percentage. The percentage is how much of a prior move the price has retraced. The Fibonacci retracement levels are 23.6%, 38.2%, 61.8%, and 78.6%. While not officially a Fibonacci ratio, 50% is also used.
3x SuperTrend Strategy (Mel0nTek) V1This is a triple SuperTrend based strategy for lower time frame trades such as day trades and scalping. I have not seen many strategies that combine multiple SuperTrends so I thought I would publish this one since I put it together and have been quite happy with the results. I have found through testing that the best results are on currency exchange markets such as Crypto or Forex on 1-15 min time frames.
The core idea was inspired by a youtube video put out by Trade Pro:
"Trade Pro - HIGHEST PROFIT Triple Supertrend Trading Strategy Proven 100 Trade Results"
I went ahead and set the defaults to the ones he uses in his video for anyone who wants to try a configuration similar to his. They work pretty well in general, however the EMA, SuperTrend ATR multipliers, and P/L ratio can be tuned/optimized to fit the timeframe/market desired. The video is quite good but not a required watch as I will explain below.
The 200EMA is used as a medium-term trend direction indicator.
- Price closing consistently above the 200EMA means that only long positions should be entered.
- Price closing consistently below 200EMA means that only short positions should be entered.
The 3 SuperTrend indicators should be used as direction confirmation for entries. Typically, price above SuperTrend indicates bullish movement, while price below SuperTrend indicates Bearish movement. However by itself, it is not a great indication to enter/exit positions in my experience. By combining 3 of them with slightly longer periods and increased ATR multipliers, we can get much stronger confirmation of trend direction/strength.
The way they are used in this strategy is such that:
- We only want to enter a position if at least 2 out of 3 SuperTrends are on our side.
- 3/3 SuperTrends on our side is the best case, since we are taking trades WITH momentum/price strength.
- The second farthest SuperTrend from entry price is used as a Stop Loss
SuperTrend being on our side is not the only requirement for an entry however. The probability of success is increased with SuperTrend, and a longer EMA on our side, but we want to be sure that we aren't getting in too late/after the movement has already happened.
So we use Stoch RSI to pick our entries where price is oversold/overbought and reversing. That means the Stoch RSI is above 80, or below 20, and our indication to enter the trade is when the 2 lines cross/begin reversing direction.
So with trend direction on our side, we can get really good entries at these oversold/overbought extremes, especially as it's reversing (Stoch RSI K and D are crossing). This allows us to use the SuperTrend as a support/stop loss on our entry since price should be above it.
Then we just target 1.5x our max loss so that even if we only win 50% of the time, we still make a profit.
The explicit rules of this strategy are as follows:
=== Rules ===
long only
- price above EMA200
short only
- price below EMA200
Stop Loss = 2nd SuperTrend line above (short) or below(long) entry candle
Profit = 1.5x SL/risk (Profit Ratio x Max Loss)
=== Entry Setup ===
LONG
- Stoch RSI below 20, cross up
- at least 2 SuperTrend lines below close
SHORT
- Stoch RSI above 80, cross down
- at least 2 SuperTrend lines above close
P.S. Special thanks to Trade Pro for producing so many quality videos, putting strategy claims to the test, and providing me with so many good ideas I apply to my own strategies.
[kai]mATRThis indicator is for calculating the volatility of any interval
mTR (green line): TR is extended to calculate multiple bars at once with magnification setting.
mATR (red line): ATR is extended to calculate multiple bars at once with magnification setting.
dev (blue line): standard deviation
If you turn on "divide source" in the settings, it will be the price volatility.
dev will be the same as BBW
このインジケーターは任意の区間のボラリティを計算するための物です
mTR(緑線) : TRを倍率設定で複数のバーをまとめて計算する用に拡張したものです
mATR(赤線) : ATRを倍率設定で複数のバーをまとめて計算する用に拡張したものです
dev(青線) : 標準偏差
設定で「divide source 価格変動率」をONにすると価格変動率になります
devはBBWと同じになります
[KL] Bollinger bands + RSI StrategyThis strategy is based on two of my previous scripts, one called “RSI14 + 10”; the other one called “Bollinger Bands Consolidation”. At its core, it combines the main setups from each of those two scripts but excludes the auxiliary features that were considered as experimental. This strategy will identify periods of squeeze, and then enter long during consolidation with a trailing stop loss set.
Primary indicator will be the Bollinger Bands. By comparing the width of the BBs with the ATR of the same lookback period (i.e. 2 standard deviations of the 20 recent closing prices vs ATR(20) x2), we begin to look for confirmation for entry whenever the standard deviation of prices is less than the ATR. This can be seen visually in the plots (i.e. default gray lines representing ATRx2 relative to BB center line).
Confirmation for entry will be the RSIs (slow-14, and fast-10). If both are upward sloping, then we assume prices are in an uptrend and may eventually break above upper band. RSIs are typically in mid-range when prices are consolidating, therefore no need to measure it.
Exits will happen in two cases, (1) when trailing stop loss hits, or (2) when RSIs signal that the instrument is overbought. No. 1 is self-explanatory. No. 2 happens, when RSI14 reaches above 70 (can be changed), followed by RSI10 catching up and surpassing RSI14.
NVME Support & ResistanceNVME Support & Resistance is unique compared to other S/R indicators out there because it provides users with automated analysis that can be done within a second and ours generate a highlight block rather than a solid line or dotted line and a highlight block is useful as it covers a bigger range compared to having dots and flat lines. Also, the zones will update corresponding to its lookback period, so if a new support or resistance is found then the block will move until that area is confirmed.
Best with higher timeframes!
This comes with all NVME scripts!
(JS) Interchanging ATR & VWAP BandsOkay so this is pretty simple, but I think it's a great tool for day trading especially. I just took the default VWAP and Keltner channel scripts and combined them together.
The top option allows you to choose which one you'd prefer to use, "Use ATR instead of VWAP" .
The next options, "ATR Source", "KC Length", and "ATR Length" are the parameters for the ATR Bands.
"Number of Bands" allows you to choose how many bands you'd like to be on display (you can choose 1-8).
"Use Expoential MA" and "Band Style" are more default parameters from Keltner Channels used to set up the ATR Bands.
The "ATR Bands" are just stacked Keltner Channels separated by 1 ATR each, whereas the "VWAP Bands" are separated by standard deviation just like the default script from Trading View.
In these example chart, you can see the weekly VWAP with 8 deviation bands and 5 ATR bands with Keltner Channels.