This script is focused on shorting during downtrends and utilises two strength based indicators to provide confluence that the start of a short-term downtrend has occurred - catching the opportunity as soon as possible. This script can work well on coins you are planning to hodl for long-term and works especially well whilst using an automated bot that can...
Indicator to show the data on short sellers for cryptocurrencies. Color coded as the following: Orange=Shortsellers are Shorting Blue =Shortsellers are Covering Red =Others are Selling Green =Others are Buying Includes lines to show the range that shortsellers have recently (within the last 1024 bars) been operating in to give indication on how...
The Ichimoku Cloud is a collection of technical indicators that show support and resistance levels, as well as momentum and trend direction. It does this by taking multiple averages and plotting them on a chart. It also uses these figures to compute a “cloud” that attempts to forecast where the price may find support or resistance in the future. The Ichimoku...
The red line is used for short positions. The green line is used for long positions. The indicator allows you to see the long and short positions at the same time. The long or short position is left to you to decide. The only thing to watch out for is stop loss. If you do this, you will be successful. Good luck. Description for Turkish users: kırmızı çizgi kısa...
//@version=4 //Long-Short Lines Trailing Stop Loss Indicator - kıvancozbilgic with their contributions by emrekurttekin study("Trailing Stop Loss", "TSL", overlay=true) res = input(title="Time Frame", type=input.resolution, defval="") LK1 = valuewhen(low > low , low , 1) LTSL = security(syminfo.tickerid, res, LK1) SK1 = valuewhen(high < high , high , 1) STSL =...
This strategy is oriented towards shorting during downside moves, whilst ensuring the asset is trading in a higher timeframe downtrend, and exiting after further downside. This script can work well on coins you are planning to hodl for long-term and works especially well whilst using an automated bot that can execute your trades for you. It allows you to hedge...
This script is for a complete strategy to win maximum profit on trades whilst keeping losses at a minimum, using sound risk management at no greater than 1.5% The 3x EMA Strategy uses the following parameters for trade activation and closure. 1/ Daily Time Frame for trend confirmation 2/ 4 Hourly Time Frame for trend confirmation 3/ 1 Hourly Time Frame for trend...
Boom Hunter Pro is the ultimate indicator for targeting perfect long entries and epic shorts. Boom Hunter comes with a super fast oscillator that uses Ehlers Early Onset Trend (EOT). This is the Center Of Gravity Oscillator (COG) with a super smoothing filter and a roofing filter. This indicator is tuned for 1 hour charts but can be used on any time frame. ...
This is a simple RSI based signal indicator. It is intended for algorithmic trading by bots. For the best results leave it on 1-Hour time-frame. It also works best on bitcoin and stocks, not so much oil. GBP/USD and AUD/USD it fairs well too. When RSI touches 70 it gives a Buy signal and when RSI touches 30 it gives a sell signal. The position is then held out...
This script is designed to aid in back-testing and trade execution. It displays three sets of values - the teal colored value is the current ATR, the green colored value is your stop loss distance (in pips) below the most recent swing low for long trades , and the red colored value is your stop loss distance (in pips) above the most recent swing high for short...
This indicator works with Follow Line Indicator , evaluates the angle for possible additions or reductions of the position. Many settings to play with: s3.tradingview.com - FOLLOW LINE CURRENT CHART RESOLUTION - FOLLOW LINE HIGHER TIME FRAME - FILTER HIGHER TIME FRAME - NO FILTER HIGHER TIME FRAME - ANGLE CONFIGURATION - ANGLE LEVELS - BUY / SELL - OPTIONS...
INTRO / NOTES: This script is based on Market Cipher B Oscillator by Falcon The difference in this script is that only the useful points are printed on the indicator, namely Long and Short Trade Execution signals to be used by a bot, namely the PT Bot. The script also differs from the original that it has been upgraded to Pinescript v4 This oscillator can be used...
This script allows you to set breakout alerts. An alert will be triggered only when price breaks and closes beyond the specified prices. You will get an alert on the first candle that closes beyond the levels you set.
Leledc Exhaustion Bar indicator created by glaz converted to Pine 4, plotshape was added.
Send MACD alert through email (available for free/pro user): // 3 - buy // -2 - short // 0 - close position // 1 - ignore Example buy signal Alert: STRAT3. BINANCE:BTCUSDTPERP, price = 31080 Example sell signal Alert: STRAT-2. BINANCE:BTCUSDTPERP, price = 31080 Example close signal Alert: STRAT0. BINANCE:BTCUSDTPERP, price = 31080 Example ignore signal Alert:...