Transform Swing Forecast SignalName:
Transform Candle Swing Reversal Explorer
Searchable Name:
Transform Swing Forecast Signal
Short title:
TFX Forecast Signal
Summary
Transform Candle Swing Reversal Explorer is a simplified exploratory script designed to visualize transform-style directional movement, swing/reversal framing, and hypothetical forecast candles on PulseWire charts. It is meant to help users inspect chart structure, directional shifts, and possible path-expansion behavior in a lightweight format.
It is also meant for users who want to better understand transform candles and transform-style movement in a simpler script, and for users who are looking to develop, create, test, or modify their own engine/script from an open source starting point for personal use, instead of needing the full operational engine source to do that. Users who want a pre-built ready-to-test/use operational engine should search for Transform Entry Exit Reversal.
How it works
The script builds a simple causal transform path from raw price and displays it as wickless transform candles plus a transform path line. It uses a lightweight alternating turning-point method to mark possible swing/reversal areas and a simplified forecast model to project hypothetical future candles and targets.
This explorer version is focused on visualization and exploratory chart reading. It does not include the best-fit transform engine, advanced pivot-timing/replay structure, or the full execution/trade-management architecture used in Transform Entry Exit Reversal. The goal is to demonstrate the category and some of its possibilities in a simpler script format.
It is also intended to serve as a lighter open source starting point for users who want to better understand transform candles and transform-style movement, and develop/create, test, or modify their own personal script/engine from that foundation.
Forecast model note
Forecast candles in this script are hypothetical path projections, not literal future predictions. They are intended to show a possible future movement/path-expansion sketch, not an exact real-world directional or target-hit probability.
Features
Wickless transform candle display
Transform path line
Alternating swing/reversal markers
Hypothetical forecast candles
Forecast target lines and labels
Small status table
Simple trend-flip alert
Who it’s for
This script is best suited for traders and researchers who want a lightweight exploratory tool for studying transform-style chart structure, swing/reversal framing, and hypothetical future path behavior.
It is especially suited for users who want to better understand transform candles and transform-style movement in a simpler script, and for users who want to develop, create, test, or modify their own personal script/engine from a lighter open source starting point.
Who it’s not for
This script is not best suited for users looking for advanced replay diagnostics, execution-ready trade management, or a complete transform/pivot engine workflow.
It is also not best suited for users mainly looking for a pre-built ready-to-test/use operational engine, since that is the role of Transform Entry Exit Reversal.
Final note
This is an exploratory swing/reversal visualization script. Its purpose is to demonstrate a simplified transform-candle, swing/reversal, and forecast-candle concept that can help users understand the broader category.
It is also intentionally suited to users who want to better understand transform candles and transform-style movement in a simpler open source script, and create, test, or modify their own personal script/engine, rather than use Transform Entry Exit Reversal directly. Indicator

Transform Candle Swing Reversal ExplorerName:
Transform Candle Swing Reversal Explorer
Short title:
TFC Swing Reversal Explorer
Summary
Transform Candle Swing Reversal Explorer is a simplified exploratory script designed to visualize transform-style directional movement, swing/reversal framing, and hypothetical forecast candles on PulseWire charts. It is meant to help users inspect chart structure, directional shifts, and possible path-expansion behavior in a lightweight format.
It is also meant for users who want to better understand transform candles and transform-style movement in a simpler script, and for users who are looking to develop, create, test, or modify their own engine/script from an open source starting point for personal use, instead of needing the full operational engine source to do that. Users who want a pre-built ready-to-test/use operational engine should search for Transform Candle Pivot Swing Reversal Engine.
How it works
The script builds a simple causal transform path from raw price and displays it as wickless transform candles plus a transform path line. It uses a lightweight alternating turning-point method to mark possible swing/reversal areas and a simplified forecast model to project hypothetical future candles and targets.
This explorer version is focused on visualization and exploratory chart reading. It does not include the best-fit transform engine, advanced pivot-timing/replay structure, or the full execution/trade-management architecture used in Transform Candle Pivot Swing Reversal Engine. The goal is to demonstrate the category and some of its possibilities in a simpler script format.
It is also intended to serve as a lighter open source starting point for users who want to better understand transform candles and transform-style movement, and develop/create, test, or modify their own personal script/engine from that foundation.
Forecast model note
Forecast candles in this script are hypothetical path projections, not literal future predictions. They are intended to show a possible future movement/path-expansion sketch, not an exact real-world directional or target-hit probability.
Features
Wickless transform candle display
Transform path line
Alternating swing/reversal markers
Hypothetical forecast candles
Forecast target lines and labels
Small status table
Simple trend-flip alert
Who it’s for
This script is best suited for traders and researchers who want a lightweight exploratory tool for studying transform-style chart structure, swing/reversal framing, and hypothetical future path behavior.
It is especially suited for users who want to better understand transform candles and transform-style movement in a simpler script, and for users who want to develop, create, test, or modify their own personal script/engine from a lighter open source starting point.
Who it’s not for
This script is not best suited for users looking for advanced replay diagnostics, execution-ready trade management, or a complete transform/pivot engine workflow.
It is also not best suited for users mainly looking for a pre-built ready-to-test/use operational engine, since that is the role of Transform Candle Pivot Swing Reversal Engine.
Final note
This is an exploratory swing/reversal visualization script. Its purpose is to demonstrate a simplified transform-candle, swing/reversal, and forecast-candle concept that can help users understand the broader category.
It is also intentionally suited to users who want to better understand transform candles and transform-style movement in a simpler open source script, and create, test, or modify their own personal script/engine, rather than use Transform Candle Pivot Swing Reversal Engine directly. Indicator

Any Screener (Multiple)I suppose it's time to publish something relatively useful :). Here's the first try, Any Screener.
This script is an advanced version of the Alphatrend - Screener that I've coded as a humble "thank you" to Kıvanç Özbilgiç (KivancOzbilgic), who always inspired me.
INTRODUCTION
I developed this version with a unique method because I couldn't find an example with the following features:
It presents the valid signal status of multiple indicators for 15 different symbols in the form of a report.
It indicates how many bars have passed after the signal has occurred.
It indicates the signal direction with dynamic colors and chars.
It can also be used for data (just indicator value) that is only intended to be displayed as text. (Default color is grey).
Long and short signals can optionally be ploted on the chart.
It includes advanced configuration settings.
USAGE OF PANEL
The screener panel is simple to use. On the far left, assets are listed. The names of the indicators appear at the top. In the column with the name of each indicator, the signals of that indicator appear as green or red. The green ones represent the long signals (uptrend) and the red ones represent the short signals (down trend). The numbers in square brackets indicate how many bars have passed after the last signal has occurred. (For example: According to the indicator at the top, when the green bullish triangle and 21 appeared on allign of BTCUSDT, Bitcoin switched to buy signal 21 bars ago. A tip : If the signal distance is 0, the signal occurred at the current bar. It is recommended to wait for the bar to close before entering the trade). Signal distance is an essential output for both manual and algorithmic trading. Users often require mentioned data the most during real time trading.
THE SCRIPT
There are two sections in the script; indicators and screener.
SECTION 1 : "INDICATORS"
In the indicator section, you'll find efficient details about switch methods, normalization, avoid pyramyding (in momentum oscillators) etc. On the other hand, I intended to present a "how to example" of a multiple screener, so it has to include more than one indicator.
OTT : Optimized Trend Tracker is developed by dear Anıl Özekşi, known as the "Old Fisherman" :). In my opinion, it is a pretty cool trend-following indicator that offers a mathematical elegance. This indicator aim to detect the current market trend direction, the indicator detect an up-trending market when the support line is superior to the OTT, and a down trending market when the support line is inferior to the OTT. It has three parameters; moving average type, length and percentage. In this version when the percentage parameter is set to 0.0, OTT turns into the selected moving average. And the signals are generated by the crossing of the closing price. It means, this screener is able to compile and present status of moving averages as well. Also VAR (VIDYA) and EVWMA has been re-designed, both moving averages no longer start at zero at the beginning of the chart (That was a big problem for backtests).
PSAR : J. Welles Wilder's Parabolic Stop And Reversal is an important trend following indicator. PSAR detects an up-trending market when below the market price and a down-trend when above. It can work in harmony with OTT according to the parameter combinations.
OSCILLATORS : Also optional three momentum oscillators have been added. MFI (Money Flow Index), RSI (Relative Strength Index) and STOCH (Stochastic %k). All three oscillators are widely used in markets and quite successful in explaining price movements by using different sources. Oscillators generate long and short signals based on oversold and overbought parameters.
VOLATILITY & TREND : There are three optional indicators. ADX (Average Directional Index), BBW-N (Normalized Bollinger Bandwidth) and REG-N (Normalized value of standard error of linear regression). These three indicators don't generate any long or short signals. Instead, they are used to measure the strength of trends and volatility. Therefore, only the numerical results (0-100) are displayed in screener panel and it is grey. (Note : The second length parameter of ADX has the same value with the first one. Bollinger Bandwith's multiplier is 2.0. REG-N is a variable that developed by Paul Kirshenbaum for Kirshenbaum Bands.)
SECTION 2 : "SCREENER"
The second section processes the main idea. This Screener model is based on generating an integer direction variable from boolean signals. The direction value serves multiple purposes: calculating the distance of signal, determining the color based on the direction, and creating "clean" data for the security function. The final step is to present the obtained data as text to the user.
HOW CAN I "SCREEN" MY CONDITIONS?
That's piece a cake, delete the Section 1 in the script :). If you change totally 11 variables according to your own strategy, you can create your new screener! The method is explained at lines 169-171.
SINCERELY THANKS
To allanster for patiently answering my primitive questions,
And to KivancOzbilgic for mind blowing suggestions (especially while we're drinking Raki) :)...
DISCLEIMER
This is just an indicator, nothing more. The script is for informational and educational purposes only. The use of the script does not constitute professional and/or financial advice. The responsibility for risks associated with the use of the script is solely owned by the user. Do not forget to manage your risk. And trade as safely as possible. Good luck! Indicator

Strategy

Indicator

Indicator

Indicator

Indicator
