The Bollinger Bands - Breakout Strategy is a trend-following optimized for short-term trading in the crypto market. This strategy employs the Bollinger Bands, a widely recognized technical indicator, as its primary instrument for pinpointing potential trades. It is capable of executing both long and short positions, depending on whether the market is in a spot or...
The new "Pure Morning 2.0 - Candlestick Pattern Doji Strategy" is a trend-following, intraday cryptocurrency trading system authored by devil_machine. The system identifies Doji and Morning Doji Star candlestick formations above the EMA60 as entry points for long trades. For best results we recommend to use on 15-minute, 30-minute, or 1-hour timeframes, and are...
What does this script do ? This script is for pine script programmers and explains how to implement a dynamic stop-loss strategy. It is different from trailing stop-loss. Trailing stop-loss can only set the retracement value, but this script can take profit on part of the position at a fixed price and allows users to decide whether to take profit on all positions...
This stoploss allows to filter high volatility fake trends; But how we are made it; we are calculating the last spikes value average and calculating the standart deviation, after we added to the standart stoploss formula price+2atr and voila!! Your stop loss is ready. The idea behind this formula: what is explosing our stops? fake-out spikes. We think if we get...
Library "TrailingStops" This library contains functions to output trailing stop lines. f_marketStructureStop(_restartMode, _flipMode, _restartLowIn, _restartHighIn) Parameters: _restartMode - Defines how the stop lines persist. Allowed values are: "Always On" - The stop lines are always present and they just reset when they're crossed. ...
This indicator is "Interactive" which means some inputs can are manually added through the first click after adding the indicator to the chart (SAR Trailing Stop-loss start point). Unlike the normal Parabolic SAR, this indicator allows for the modification of the start point of the Parabolic SAR’s first bar calculation. Normally, the Parabolic SAR automatically...
hello everybody ! ..... this indicator helps you to get a better trading setting. it's similar to the default draw tool from the trading view but the difference is you can add Trail stop and Alert . ..... It also helps to free accounts to set more than 1 Alarm !!! ..... Alert setting just remember after you see set an alert if you change stop or entry,...
This script is designed as an ATR-based trailing stop tool to assist in managing open positions. Once you're involved in a profitable trade, if you add this script to your chart you'll be prompted to select a bar to begin trailing from. You can then adjust the candle lookback distance for swing high/lows (7 by default), the ATR multiplier (1.0 by default), and...
This script is using Average True Range (ATR) and works very well on the Bitcoin 4 hour timeframe to determine when to stop and start your bots. It has a very similar visual to the EMA RSI Indicator found here: This 'ATR Start & Stop Bot' is better because it has less confusion during sideways market movement. As an example - You are using 3commas and have a...
"How to code moving stop-loss mechanism", is one of the most often repeating questions in private messages I receive, so just to focus on this mechanism, I made a spin-off from my previous script: TradingView-Alerts-to-MT4-MT5-dynamic-variables-NON-REPAINTING . The logic here moves the stop-loss each time a trade is running and a new pivot high/low is detected....
This Indicator uses Average True Range (ATR) to determine a safe place to put stop losses to avoid being stop hunted or stopped out of a trade due to a tight stop loss. Default multiplier setting is 1.5. For a more conservative stop loss use 2 and for a tighter stop loss use 1. ATR and stop loss prices are displayed in table at bottom of screen. Use high(red) for...
SL Hunter Tracker coded by Bogdan Vaida SL Hunter Tracker is a meticulous hunter that tracks SL hunters. First it plots the fractals on the chart, then it draws lines from them to the last wick that touched that height. You can add sweep alerts, once per bar close, so that you get notified when a wick was touched. Tested on: EURUSD 30'
This is an alert script using Pinescript version 4. This enables one to set 5 alerts (1 StopLoss, 4 Targets), on 3 different symbols, at using a single alert in the UI. Every visible line will only appear on the symbols that are selected. After setting targets when making an alert, select this indicator as a condition. Change the name to whatever you want, usually...
A simple script using the last three bars(including the current) and draws a line on the chart under that for an easy automated stop loss point
SuperTrend with position sizing calculator. This is based on SuperTrend by Kivanc. I only added the position size calculation and displaying the result.
It is an ATR indicator which filters out outliers. Outliers are values which are higher than the standard deviation of the true range. It may be better than normal ATR for stop loss, because it does not keep large values after pump or dump. It is very useful for high volatile markets like crypto markets.
Trading is a lot about risk management too. I created this script to help with setting and moving a proper stop-loss. It plots an area that is a result of adding and subtracting both average true range and something I call "false range". ►The Average True Range is calculated as the candle's high-low. If there is a gap, it is added to complete the result. ►My own...