This script lets you add up to 8 EMAs (Exponential Moving Averages) that can be set to any timeframe and length. The difference between this and other EMA indicators is that it has a simple label attached to each EMA showing which timeframe it belongs to and what length it is, so you can get that information at a glance while trading without having to remember the...
Supertrend is a trend finding indicator. This indicator helps you to use 3 supertrend indicators in one go
Hi, Here is a 'template', using array's, for multiple orders and different SL/TP levels per trade (This is an example with max 5 open trades) The 'switch' makes sure that the first available position will be used, for example, when 'L1' is closed in the past, and a buy condition is triggered, position 'L1' will be filled, should it be that 'L1', 'L2', 'L3' are...
Hello, This is my version of Super Trend The biggest problem with supertrends is that there are a lot of false signals, which when the trend is uncertain give a lot of losses My task in creating this script was to minimize the number of false sinhals. Smart supertrend is both dependent on ATR, price movmment as well as ADX, CLOUD It works in such a way that...
This indicator can be used as an alternative to the built in Strategy Tester for those who want to (back) test a strategy on multiple tickers simultaneously and see it's performance. Just change the buy and sell conditions in the code to fit your needs. The strategy I've used here is scaling into up to 10 tickers a maximum of 5 times per ticker every time they...
Library "ArrayMultipleDimensionPrototype" A prototype library for Multiple Dimensional array methods index_md_to_1d() new_float(dimensions, initial_size) Creates a variable size multiple dimension array. Parameters: dimensions : int array, dimensions of array. initial_size : float, default=na, initial value of the array. Returns: float...
This indicator was build upon based on Gann Angle and Gann Multiplier as refered of The Tunnel Thru The Air Or Looking Back From 1940, written by WD Gann . Credits to FaizHebat for calculation. Indicator features : 1. Font size from tiny to huge. 2. Table position. 3. Color for cell table and plot can be input or reversed. 4. Plot can be show or hide and also...
Ease to use double EMA indicators with multiple values instead of using slow moving averages
This RSI script includes everything you could want on an RSI. There are multiple timeframes which will give context to market movement, as well as a highlight feature to make it easier to visualize overbought and oversold stocks. Tip: Uncheck the 4 plots with no color in them to remove the extra headers on the indicator.
Hi guys, how ya doing! I know sometimes you'll need multiple timeframe RSI to study your chart, so do I, therefore I'll share my multi RSI tool for you. There are total 3 RSI for you to use, you can turn each ON or OFF I've added more colored value lines for your better view Also provided a choice for smooth line or step line where there's no gap for...
This indicator presents standart RSI and MACD indicators in a single indicator. The appearances of these indicators have been modified a little bit and squeezed into one window. To overcome the scale problem the MACD values has expanded with 1000 and divided by the current price to use both indicators in the same scale. Original values could be determined from...
This indicator is based on the embedded Tradingview EMA script. The difference is having the capability of showing four different EMA in one single indicator. Due to being baseed on the oroiginal EMA script, user can modify the source and length of each EMA as s/he wish. Bu indikatör gömülü Tradingview EMA scripti üzerinden oluşturulmuştur. Diğer indikatörlerden...
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:...
This is an indicator that shows buy and sell signals using multiple oscillators like RSI, Williams %R, Stochastics, and Chande. The green tabs say to buy, and the red tabs say to sell. Hope you like it! The parameters can be tweaked but they're not meant to be tweaked.
This script plots multiple moving averages each source based on its previous MA, all having the same length. Input options: Simple Moving Average ( SMA ) or Exponential Moving Average ( EMA ) One adjustable look back period Choose how many MA's to display, max. 50 One adjustable line width It probably works best for long term views to find trends...
This indicator will use a moving average to create the channel around the price. It has some settings Display Settings Here it's possible to select what the indicator will display, from the middle line to the 3rd band level. Reversion points will appear when the price cross out the selected band Swing back option, when active, will make the indicator display...
This example show how to make multiple take profits in percent.