Guided by ICT mentorship and help from TraderTim and its community, I created this versatile indicator to mark a "Premium/Discount" price range. This indicator shows the Premium and Discount Zones in an alternative way, manually setting the start of the band and automatically shows the HTF and LTF FVG present only in the set band, having a cleaning of the graph...
The goal of this script it to provide you an idea to forecast the future momentum by looking at historical volatility. This chart has basically three parts. 1. Three lines are there. The multi color line represents the historical annualized volatility in terms of minimum look back period . The white line represents the historical annualized volatility in terms...
Guided by ICT tutoring, I create this versatile 'One Trading Set Up For Life' indicator This indicator shows a different way of viewing the "Highs and Lows" of Previous Sessions, drawing from the current day until 09:30 AM, the time at which the Highs and Lows of the previous day's sessions can be taken into consideration for a Reversal or for a Take...
Excited to release this indicator! I wanted to do a machine learning, ATR based indicator for a while, but I first had to learn about machine learning algos haha. Now that I have created a KNN based regression methodology (shared in a previous indicator), I can finally do it! So this is a Nearest Known Neighbor or KNN regression based indicator that uses ATR...
The "Data from Data" indicator, developed by OmegaTools, is a sophisticated and versatile tool designed to offer a nuanced analysis of various market dynamics, catering to traders and investors seeking a comprehensive understanding of price movements considering a large amount of data and variables. The uses of this indicator are nonconventional. You can use the...
Sample Code This is a sample code for my Backtest Strategy Optimizer Adapter library. You can find the library at: Backtest Strategy Optimizer Tester With this indicator, you will be able to run one or multiple backtests with different variables (combinations). For example, you can run dozens of backtests of Supertrend at once with an increment factor of...
This indicator is designed to visually represent percentage lines from the open of the day. The % amount is determined by X amount of the last days to create an average...or Average Daily Range (ADR). 1. ADR Percentage Lines: The core function of the script is to apply lines to the chart that represent specific percentage changes from the daily open. It first...
This indicator presents a comprehensive view of the historical candle data within user-defined body percentage ranges. Each column represents a specific body size percentage threshold, starting from as low as 0.01% and extending up to 20%. The rows categorize candles by their closing and opening price differences, effectively sorting them into green (bullish)...
Time-it = Time based indicator The Time-it indicator parses data by the day of week. Every tradeable instrument has its own personality. Some are more volatile on Mondays, and some are more bullish / bearish on Fridays or any day in between. The key metrics Time-it parses is range, open, high, low, close and +volume-. The Time-it parsed data is printed in a...
Trend Line Xross (TLX) Uses User Input Points to draw trendlines and displays the exact intersection point of those trendlines. This is the public indicator of the practical application for this intersection method included in my entry for Pinefest #1. To determine the exact intersection point I am using the y-intercept method as seen below. The code is...
This publication focusses at the intersection of 2 lines, and a trend estimation derived from a comparison of Intersection Point value against current price value. The formula to calculate the Intersection Point (IP) is: change1 = ta.change (valueLine1) change2 = ta.change (valueLine2) sf = (valueLine2 - valueLine1 ) / (change1 - change2) I = ...
Hello everyone, This is my seasonality indicator. I have been working on it for like 2 months, so hope you like it! What it does? The Ultimate Seasonality indicator is designed to provide you, the trader, an in-depth look at seasonality. The indicator gives you the ability to do the following functions: View the most bearish and bullish months over a...
Extreme duration uses a special combination of the RSI and its relative position to deliver a reversal signal. The following are the conditions to generate signals: * Bullish signal: The current 8-period RSI is below 50 and above 35 while the previous 5 RSI's are below 35. * Bearish signal: The current 8-period RSI is above 50 and below 65 while the previous 5...
Machine Learning: Anchored Gaussian Process Regression is an anchored version of Machine Learning: Gaussian Process Regression . It implements Gaussian Process Regression (GPR), a popular machine-learning method capable of estimating underlying trends in prices as well as forecasting them. Users can set a Training Window by choosing 2 points. GPR will be...
## █ Introduction and How it is Different The trading strategy in question is an enhanced version of the SuperTrend indicator, combined with AI elements and an ADX filter. It's a multi-timeframe strategy that incorporates two SuperTrends from different timeframes and utilizes a k-nearest neighbors (KNN) algorithm for trend prediction. It's different from...
This script plots boxes to reflect weekly, monthly and yearly expected moves based on "At The Money" put and call option's implied volatility. Symbols in range: This script will display Expected Move data for Symbols within the range of EAT-GDBC in alphabetical order. Weekly Updates: Each weekend, the script is updated with fresh expected move data, a job that...
This script plots boxes to reflect weekly, monthly and yearly expected moves based on "At The Money" put and call option's implied volatility. Symbols in range: This script will display Expected Move data for Symbols within the range of CLFD - EARN in alphabetical order. Weekly Updates: Each weekend, the script is updated with fresh expected move data, a job that...
This script plots boxes to reflect weekly, monthly and yearly expected moves based on "At The Money" put and call option's implied volatility. Symbols in range: This script will display Expected Move data for Symbols within the range of B - CLF in alphabetical order. Weekly Updates: Each weekend, the script is updated with fresh expected move data, a job that...