This advanced indicator combines multiple technical indicators to detect divergences and provide a comprehensive view of market conditions. By analyzing divergences across RSI, MACD, Stochastic, CCI, Momentum, OBV, and more, traders can gain deeper insights into potential trend reversals and market dynamics. Key Features Scans for regular and hidden...
A variation of the P/S ratio, this script takes the future estimated revenue of the current stock versus it's Market Cap. It then compares the aforementioned Market Cap:Revenue ratio against a market bellwether's corresponding ratio (MSFT by default) to determine the following: - Light green when the ratio is extremely low (Stock is very undervalued) - Green when...
█ Multi Pivot (Support/Resistance) & Previous Period (Open/High/Low/Close) The previous script was deleted because of a copyrighted word. From JayRogers description. █ Multi Pivot Selector Allows you to set up to 3 distinct sets of pivots, each with their own resolution settings and the ability to select how many support|resistance levels are shown. The...
This indicator is a visual percentile rank indicator that can display 1 to 5 sources at one time. The options: “Sources” Choose the number of sources you would like to display. The minimum is 1, the maximum is 5. “Label percent position” The label for the current percentage of where the source candle ranks. “Label position” This displays the source/s you’ve...
A simple indicator showing the current time candles from the SPOT market on Binance and Futures from Bybit.
This script combines three relative strength index (RSI) indicators with different periods, and allows the user to toggle between them to generate overbought and oversold signals. The indicator is named "Triple RSI Indicator with Toggle" and has the short title "TRSI-T." The input parameters for the RSI periods are set by the user and include a short RSI with a...
An example of how to limit the input number of allowed signals using a function containing a condition counter with a reset.
MTF Commodity Oddity Index (CCI+) This chart overlay indicator is based upon the Commodity Channel Index (CCI) and can signal multiple triple-timeframe CCI overbought and oversold confluences directly onto your chart, intended for use as a confluence either for reversal trade entries, or potential trade exits, indicating where price may be probable to...
Quick View of Multiple Currencies & Gold Price on Chart In Chart Currency Tickers will help quick view of Multiple Currencies (Up/Down points & Percentage), you can change symbols on settings as per your requirement മെയിൻ കറൻസികളും സ്വർണവിലയും റിയൽ ടൈം മോണിറ്റർ ചെയ്യുന്നതിനും മാർക്കറ്റ് സെന്റിമെൻറ് അറിയുന്നതിനും അതിനനുസരിച്ച് ട്രേഡിങ്ങ് ഡിസിഷൻ എടുക്കുന്നതിനും...
Plot three linear regression channels using alexgrover 's Computing The Linear Regression Using The WMA And SMA indicator for the linear regression calculations. Settings Length : Number of inputs to be used Source : Source input of the indicator Midline Colour : The colour of the midline Channel One, Two, and Three Multiplicative Factor :...
This indicator demonstrates 6 different steps RMA moving channels. The channels upper and lower lines show the computing RMA of candles high and candles low, respectively. You can fine the best inputs based on your strategies in different stocks and improve your win rate. Please note that, it is better to use it in higher time frames.
A lot of VWAP scripts are anchored and only allow single VWAP additions. This script allows up to 5 simultaneous VWAPs, for example monthly, quarterly, yearly, 3 years, etc. Can also be used on smaller timeframes. The non-anchored part of the script allows it to be constantly rolling, with no resets. I do not endorse this script, it was created at my request :)
This is a very useful Multiple time frame Slow Stochastic for traders who which to entry and exit when the slow stochastic of the different time frame are all in sync. How to use this indicator. Only entry long when the day, 3day, weekly, monthly stochastic are going up. Exit when the day or 3day stochastic reaches 80% level.
First off, huge thanks to @fikira! He was able to adapt what I built to work much more efficiently, allowing for more strategies to be used simultaneously. Simply put, I could not have gotten to this point without you. Thanks for what you do for the TV community. Second, I am fairly new to pinescript writing, so I welcome criticism, thoughtful input and...
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...
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...
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...