ATR Targets - JDA simple visual representation of ATR trading targets.
The indicator shows ATR targets (TP and SL) from the last swing points (if you entered there)
There is an option to chose targets for a long or short position.
JD.
#NotTradingAdvice #DYOR
I build these indicators for myself and provide them open source, to use for free to use and improve upon,
as I believe the best way to learn is toghether.
Stoploss
Move Up StopsThis script creates a stop loss level and then moves it up in 5% increments as prices increase.
Basically, it checks to see if the lowest low of the last 7 days is above a certain level. If yes, it sets the stop at that level. It then checks for the next highest level and keeps going until the price is not above a level. Those variables are then set to the level below them.
Trailing stops are notorious for skewing backtest results. This script avoids that problem. Also, some exchanges do not offer trailing stops, so this script gives you a signal to let you know its time to manually move your stops up.
I will be using this for swing trades involving both crypto and stocks.
Parabolic SARThis is a redesign of the built-in Parabolic SAR indicator. I added a proper input system, an option to highlight initial points for both lines and an option to choose points width. So, customize it as you want.
Parabolic SAR was originally developed by J. Welles Wilder and described in his book "New Concepts in Technical Trading Systems" (1978). It is a trend-following indicator that can be used as a trailing stop loss.
To know which settings for PSAR are the most profitable on your instrument and timeframe you can use this tool
Profitable Parabolic SAR
Profitable SuperTrendIntroduction
I was faced with the fact that many authors contradicted each other about the indicator settings. Each trader offers his(her) own settings, without having an evidence base. Therefore, I decided to make an algorithmic optimizer.
What is this tool?
This tool is a performance optimizer that uses a decision tree-based algorithm under the hood to find the most profitable settings for the SuperTrend indicator. It analyzes a bunch of different ATR Periods (between 3 to 45 ) and ATR Multipliers (between 1 to 8 with a decimal step of 0.1 ) and backtests each combination across the entire history of an instrument. If the more profitable parameters were found, the indicator will switch its values to the found ones immediately.
Instead of manually selecting parameters, just relax - the algorithm will do it for you.
Alerts
It has an alert that notifies when the more profitable settings were found.
NOTE: It does not change what has already been plotted before.
NOTE 2: The implementation of the SuperTrend indicator I used can be found here
Chandelier ExitThis is a redesign of the Chandelier Exit indicator. It removes stupid transitions between Chandelier Exit' states and highlights initial points for both lines.
This indicator was originally developed by Charles Le Beau and popularized by Dr. Alexander Elder in his book "Come Into My Trading Room: A Complete Guide to Trading" (2002).
In short, this is a trailing stop-loss based on the Average True Range (ATR).
Trader Set - Trailing StopThis is the last tool for my methodology. It provides additional levels of support / resistance that you can use for trailing stop. Like every single tool in this toolbox and methodology, the formula being used is unique and totally original and you can't find it any where else.
Please don't contact me for getting access to these tools, they are only available for my students. Right now, the English version of the website and learning material is under development and soon, when they are ready I'll post a comment under every single script related to this methodology for those who are interested in participating for the course.
ATR SL Visualization (on chart)This indicator plots 2 sets of dots (and lines) based on your chosen ATR multiplier (Average True Range).
Generally, when trading on the daily timeframe a good rule of thumb is to use the ATR * 1.5 (the default setting of this indicator).
I created this indicator to quickly test other indicators but I also find it helpful in live trading.
How to use this indicator:
Your trade system provides an entry signal. The red dot (can be connected line in options) would be used as the stop loss for either a long or short.
Then the dot on the other side would be your first 1:1 target.
The blue line is the same ATR multiplier as a target (default but can be modified).
Using an additional tool like the horizontal ray can be helpful to see the exact location the SL might be hit or where the target might hit.
When drawing your ray ensure you’re using the right entry candle.
For instance, in a long scenario you would typically be entering a trade after your signal candle closes. So draw the ray at the point in price on the next candle for both stop loss and target.
Also use these dots (lines) as guides provides an easy way to plot SL and targets if you want to use the Long or Short tool.
For my trade systems I don’t use price targets (I exit when structure or indicators reveal to exit) but I do find it helpful to graph when testing. When something moves in my favor either the ATR or the ATR * 1.5 I take profit and typically move up my stop loss to break even or trailing.
The other strategy that could be possible but have not tested is as long as the SL is making a new high moving up a hard stop to the ATR SL each day the trade goes in your favor.
This should be obvious but if you want to use just the true ATR edit the multiplier to be 1.0
Average True Range (ATR %) Stop Loss CalculatorThis indicator takes the average of a series of ATR to calculate what I would consider an optimum stop loss placement represented in percentage (read below for full overview).
While the data is plotted what is most helpful are the actual numbers presented and for my charts I remove most of the plotting.
This indicator is most helpful on the daily timeframe but can be used for all timeframes such as the 4HR, 1HR or even 15M.
This indicator should not be used alone. It should be used in conjunction with proper price action analysis. It’s also a great indicator if you chart using Value Channels. Ideally you want your stop placement to be below at least one core Value Channel boundary range. In addition to standard support and resistance and some key moving averages the market respects. This also works best when trading with the prevailing BIAS of the instrument (bull or bear).
Cryptos: Generally, that means you’re buying on retracements that fit the end of a structured move. The other option is using this in a clear up trending market where the pull backs are clearly being supported with buying.
FOREX: I built another indicator for FOREX search: ATRPIPS with SL
WTI: Helpful but I have different rules for when I trade WTI. I rely upon VCs and diagnal VCs much more when trading this.
Equities: Helpful but with the increase of volatility as well as uncertainty of Bias of the market-- this should be used as more of a guide than
What is most important is the actual percentage numbers but I've found graphing 1-3 of the actual ATRs is helpful. The rest just uncheck the checkbox in the options.
Indicator Overview:
Value 1 - 3 Period ATR (maroon)
Value 2 - 7 Period ATR (green)
Value 3 - 30 Period ATR (blue)
Value 4 - 90 Period ATR (blue, bold)
Value 5 - 1 Period ATR (green)
Value 6 - 1 Period ATR (red)
Value 6 – Prime Stop Loss Placement (maroon). This is the average of all above ATRs multiplied by 1.5
Value 7 - Move Left (red). Experimental value. This is the difference between (prime stop loss) and 1 day period move. Two ways to use this value. Use as a tighter stop loss placement. The other option is to use as a retrace target for purchase and using the Prime Stop Placement value as you’re stop loss.
All ATRs use the LOW price of the period. After testing both the low and close I’ve settled on the low to capture the most volatility you will typically experience.
Once again, this indicator should be used in conjunction with your proven trade system.
Also, by knowing what the values are within the indicator you could just eye ball what would be the best stop placement depending on the ATR or 1 or 2 ATRs you find most represent the volatility of what you are trading.
I will be expanding on this indicator by bringing in average measured moves as well as volume analysis and most likely with color changes and modifications.
Background:
While using and refining my trade system I've noticed that most moves happen in 3 periods. So we start there. The 7 period is good for a 24 hour market such as crypto (although weekend trading can be a hit or miss) and to some extent FOREX. The longer periods of 30 & 90 are to smooth out the data set. The final value of the 1 period is to bring a little more recency to the calculation.
Why multiply the average by 1.5? I've found in my own trading and system I built to be the best placement (in conjunction with VCs) to ensure you're stop isn't to close and is within the instrument you are trading volatility .
I'm looking at making this more intelligent as well as take into account volume and structured moves.
DD ATR bandsThe top band is ATR added to candle high (with given length and multiplication). The bottom one is analogic.
Created for finding initial stop loss for entry on low timeframes. Use band value at last major high/low to place the stop loss at.
It shows prices with acceptable risk and a reasonable margin for market volatility.
ATR Pips with Stop LossThis indicator shares ATR pips and a calculated 1.5 x stop loss calculation.
1st number is ATR.
2nd number is ATR x 1.5 (a typical SL when trading daily time frame).
The plot lines are really not that important- it's the actual numbers.
What I do is uncheck the plot line checkboxes (ATR & SL) so it doesn't show up, that way I can reduce the indicator window.
This script is a modified script by ATR Pips . Kept the BB section for now as it might be useful, but doubt it.
Future updates:
- editable the multiple for SL
- static daily numbers (right now this shows the timeframe you are viewing, I'd keep that but add a static daily ATR so you have both)
DD ATR stop trailsATR based stop trails.
The top trail is basically lowest ATR since the last candle hit (with given length and multiplication) added to candle high.
The bottom trail is analogic.
LINEdicator - Trendanalysis toolThis indicator creates an trend channel based on an EMA/SMA combo and a Parabolc SAR indicator.
Watch for the peaks and the size of the red/green channel for possible trend change.
Can also be used as an Entry/Exit/Stop-Loss setting tool.
Manual Entry & Bot Trailing Stop AlertsHello all,
Another useful script & indicator with alerts enabled for trailing stoploss in your toolbox!
If you manually start a deal on a bot or even manual trade, you can set your chart time frame, enter the price and the time and date of your entry, then configure an Alert to fire using the “Close Long”/“Close Short” alert trigger.
This indicator features:
Definable Hard Stoploss by % - if price drops to hit this value, immediately trigger a close
Definable “Trail” value using Ticks (one Tick = lowest tradeable unit for your chart)
Supports Longs and Shorts!
Ideal for connecting to your 3commas BitMEX bots for EthUSD or XbtUSD
The indicator plots onto the chart various signals, Red is the Hard Stoploss value, Yellow is your Entry price, Green is the Trailing Stop and White is the live Price Tracker.
Please Note: When you add this indicator to your chart you need to click the Cog/Settings icon to configure it!
Let me know what you think!
Thanks,
Chris
TrendBand NakedSame concept as Trendband Guide script, but now, we can choose any combination of moving average that suite with our own trading style.
Default setting :
Input (candle base on your timeframe)
Breakout Candle : 5 (highest)
Breakdown Candle : 10 (lowest)
Moving Average Line
EMA : default EMA, uncheck for MA
Fast Line : 10
Slow Line : 20
Direction : 50
Long Term : 200
Style
Breakout Line / Breakdown Line : Horizontal line base on breakout or breakdown setting above
Green Triangle : Potential pullback breakout
Red Triangle : Candle make new high but close lower (potential weakness)
Black Triangle : Candle make new low but close higher (potential strength)
Inside Candle : High and low current candle was smaller and within the high and low the previous candle
Background color : Red for positive / uptrend (fast line above slow line) and green for negative/downtrend (fast line below slow line)
RSI Trade Emulting for ProfitYou can get your profit with easy RSI indicator and can also add stop loss rate.
𝙇𝙄𝙌𝙐𝙄𝘿 𝙅𝘼𝘿𝙀 🇸🇨🇷🇮🇵🇹𝙇𝙄𝙌𝙐𝙄𝘿 𝙅𝘼𝘿𝙀 🇸🇨🇷🇮🇵🇹 v0.1
-Unique LJS breakout/reversal system
-Multi timeframe trend restricted trading
-Renko, ADX, MAs
-Risk Management, TP, SL
More to come!
TRENDSTOP-SMAthis is another version of my trendstop(stoploss) script
i made this stop loss indicator running according to simple moving average
it follows the sma line from a % distance determined by user
when sma is crossing up trendstop line means go long (buy)
when sma is crossing down trendstop line means go short (sell)
u can set alert on this indicator
(after u apply it on your chart, right click on indicator,
sma crossing down trend stop for sell, sma crossing up trendstop for buy alert)
i use settings 5 for sma and 1 for stoploss % and seems accurate for 1h and 4h for btc and others
u can adjust it for stocks and for forex as u wish
recommend to use with heiken ashi bars
TENKANSTOPLOSSthis is my script help of mr hikmet sezen. special thanks to him for his patience
i made this stop loss indicator running according to tenkansen of ichimoku
it follows the tenkansen line from a determined % distance by user
when tenkansen is crossing up trendstop meand go long
when tenkansen is crossing down trendstop go short
i use settings 5 for tenkansen and 0.80 for stoploss % and seems accurate for 1h and 4h for btc and others
u can adjust it for stocks and for forex
recommend to use with heiken ashi bars
RSW - Realise Short WavesEnglish:
Works better in short term graphs, like 5mins, 15mins.
RSW aims to give you daytrading and stoploss signals.
Usage:
If crosses zero upwards: buy signal
If crosses zero downwards: stop signal
If crosses 100 upwards: buy signal
If crosses 100 downwards: sell signal
Türkçe:
Kısa vadeli grafiklerde daha verimli çalışır , mesela 5-15 dk.lık
RSW günlük al-sat-stop sinyalleri vermeyi amaçlar.
Kullanımı:
Sıfırı yukarı keserse: al sinyali
Sıfırı aşağı keserse: stop sinyali
100ü yukarı keserse: al sinyali
100ü aşağı keserse: sat sinyali
Stoploss line by ATR Input
ATR peroid : 14
Entry long - Tick , Short - Tick off
Entry price - default Close
Factor of ATR to set Stoploss : 1.5
Timeframe : Daily
Pivot Stop LossHere we intend to use pivot points for stop loss and take profit. This has the added benefit of helping you to visualize support and resistance levels.
ATR Stop Loss VisualizerThis will help you figure out what stop loss settings work best for you. Some people might prefer ATR 14 * 0.5 for shorter timeframes, some might prefer more extreme settings such as ATR 30 * 2 to not get stopped out as often.
Average True Range Stop Loss CalculatorThis indicator takes the average of a series of ATR to calculate what I would consider an optimum stop loss placement represented in percentage (read below for full overview).
While the data is plotted what is most helpful are the actual numbers presented.
This indicator is most helpful on the daily timeframe but can be used for all timeframes such as the 4HR or 1HR.
This indicator should not be used alone. It should be used in conjunction with proper price action analysis. It’s also a great indicator if you chart using Value Channels. Ideally you want your stop placement to be below at least one core Value Channel boundary range. In addition to standard support and resistance and some key moving averages the market respects. This also works best when trading with the prevailing BIAS of the instrument (bull or bear).
Cryptos: Generally, that means you’re buying on retracements that fit the end of a structured move. The other option is using this in a clear up trending market where the pull backs are clearly being supported with buying.
FOREX: I use this in my FOREX swing trades for my stop placements. Keep in mind I primarily trade my trade system and use this indicator to ensure my stop placements I define based on VCs are within the ATR tolerance. I’ve found that ATR * 1.5 is the best for my trade system.
WTI: Helpful but I have different rules for when I trade WTI. I rely upon VCs and diagnal VCs much more when trading this.
Equities: Helpful but with the increase of volatility as well as uncertainty of Bias of the market-- this should be used as more of a guide than
Indicator Overview:
Value 1 (maroon): 3 Period ATR
Value 2 (green): 7 Period ATR
Value 3 (blue): 30 Period ATR
Value 4 (blue, bold): 90 Period ATR
Value 5 (green): 1 Period ATR
Value 6 – Prime Stop Loss Placement (red): Average of all above ATR multiplied by 1.5
Value 7 (red): Difference between Value 6 (prime stop loss) and current period move. This is an experimental value. Two ways to use this value. Use as a tighter stop loss placement. The other option is to use as a retrace target for purchase and using the Prime Stop Placement value as you’re stop loss.
All ATRs use the LOW price of the period. After testing both the low and close I’ve settled on the low to capture the most volatility you will typically experience.
Once again, this indicator should be used in conjunction with your proven trade system.
Also, by knowing what the values are within the indicator you could just eye ball what would be the best stop placement depending on the ATR or 1 or 2 ATRs you find most represent the volatility of what you are trading.
I will be expanding on this indicator by bringing in average measured moves as well as volume analysis and most likely with color changes and modifications.
Background:
While using and refining my trade system I've noticed that most moves happen in 3 periods. So we start there. The 7 period is good for a 24 hour market such as crypto (although weekend trading can be a hit or miss) and to some extent FOREX. The longer periods of 30 & 90 are to smooth out the data set. The final value of the 1 period is to bring a little more recency to the calculation.
Why multiply the average by 1.5? I've found in my own trading and system I built to be the best placement (in conjunction with VCs) to ensure you're stop isn't to close and is within the instrument you are trading volatility.
I'm looking at making this more intelligent as well as take into account volume and structured moves.