Multi Asset Histogram Indicator Overview: The "Multi Asset Histogram" indicator provides a comprehensive visualization of the performance of multiple assets relative to each other. By calculating a score for each asset and displaying it in a histogram format, this indicator helps traders quickly identify the trends, dominant asset and the average performance...
I have developed a Pine Script indicator on TradingView designed to demonstrate how to automate execution for ten instruments. This example utilizes a straightforward, Simple Moving Average (SMA) indicator. You can use it as a template, but use your indicator. The indicator computes long/short signals based on the crossing of the SMA using the security...
The Phaser indicator is a tool to help identify inflection points by looking at price relative to past prices across multiple timeframes and assets. Phase 1 looks for the price to be higher or lower than the closing price of the bar 4 bars earlier and is complete when 9 consecutive bars meet this criterion. A completed Phase 1 is considered perfect when the...
This script allows you to quickly scan the market by displaying the RSI values of up to 280 tickers at once and visualizing them in an easy-to-understand format using labels with heatmap coloring. 📊 Source The script can display the RSI from a custom timeframe (MTF) and custom length for the following data: - Price - OBV (On Balance Volume) - Open Interest (for...
💎 GENERAL OVERVIEW Introducing our new Market Structures Screener! This screener can provide information about the latest market structures in up to 5 tickers. You can also customize the styling of the screener. Features of the new Market Structures Screener : Find Latest Market Structures Across 5 Tickers Break Of Structure (BOS) Change of Character...
💎 GENERAL OVERVIEW Introducing our new Liquidity Grab Screener! This screener can provide information about the latest liquidity grabs in up to 5 tickers. You can also customize the algorithm that finds the liquidity grabs and the styling of the screener. Features of the new Liquidity Grab Screener : Find Latest Liquidity Grabs Accross 5 Tickers Price,...
💎 GENERAL OVERVIEW Introducing our new Fair Value Gap Screener! This screener can provide information about the latest Fair Value Gaps in up to 5 tickers. You can also customize the algorithm that finds the Fair Value Gaps and the styling of the screener. Features of the new Fair Value Gap (FVG) Screener : Find Latest Fair Value Gaps Accross 5 Tickers ...
💎 GENERAL OVERVIEW Introducing our new Order Blocks Screener! This screener can provide information about the latest order blocks in up to 5 tickers. You can also customize the algorithm that finds the order blocks and the styling of the screener. Features of the new Order Blocks Screener : Find Latest Order Blocks Accross 5 Tickers Latest Status,...
█ OVERVIEW This screener allow you to watch up to 240 any tickers you need to check RSI overbought and oversold using multiple periods, including the percentage of RSIs of different periods being overbought/oversold, as well as the average between these multiple RSIs. █ THANKS LuxAlgo for his RSI over multi length I made function for this RSI and screener...
It's a part of a script taken from the lux_Algo indicator and optimized with the BTCUSDT symbol to display the real status of sessions since the crypto market is always open. Key Features: Customizable Sessions: Choose from major global financial centers, including New York, London, Tokyo, and Sydney. Customize the parameters for each session according to your...
## Introduction **The Versatile RSI and Stochastic Multi-Symbol Screener** **Unlock a wealth of trading opportunities with this customizable screener, designed to pinpoint potential overbought and oversold conditions across 17 symbols, with alert support!** ## Description This screener is suitable for tracking multiple instruments continuously. With the...
The RSI Heatmap Screener is a versatile trading indicator designed to provide traders and investors with a deep understanding of their selected assets' market dynamics. It offers several key features to facilitate informed decision-making: █ Custom Asset Selection: The user can choose up to 30 assets that you want to analyze, allowing for a tailored...
This script offers in-depth Z-Score analytics on price and volume for 200 symbols. Utilizing visualizations such as scatter plots, histograms, and heatmaps, it enables traders to uncover potential trade opportunities, discern market dynamics, pinpoint outliers, delve into the relationship between price and volume, and much more. A Z-Score is a statistical...
Hi, this is a watchlist and screener indicator designed for traders in the field of cryptocurrencies who want to monitor developments in other currency pairs and indices. The indicator consists of two tables. One of them is the table containing indices such as BTC dominance, total, total2, which allows you to track market developments and changes. In this table,...
Hi, this is a watchlist and screener indicator for Forex and Stocks. This indicator is designed for traders who trade in the forex markets and monitor developments in indices and other currency pairs. It includes information on 14 indices such as the volatility index, Baltic dry index, etc. You can customize the indices as you wish. The indices table contains...
Example of how to input multiple symbols at once using a CSV list of ticker IDs. The input list is extracted into individual ticker IDs which are then each used within an example screener function that calculates their rate of change. The results for each of the rate of changes are then plotted. For code brevity this example only demonstrates using up to 4...
This indicator visualizes the cumulative percentage changes or returns of 30 symbols over a given period and offers a unique set of tools and data analytics for deeper insight into the performance of different assets. Multi Asset Performance indicator (also called “Spaghetti”) makes it easy to monitor the changes in Price, Open Interest, and On Balance Volume...
Strategy - Relative Volume Gainers Overview: This trading strategy, called "Relative Volume Gainers," is designed for Long Entry opportunities in the stock market. The strategy aims to identify potential trading candidates based on specific technical conditions, including volume, price movements, and indicator alignments. Strategy Rules: The strategy is...