Bitcoin: Top & Bottom Mini-AlgoHere we have a mini-algorithm that tries to show absolute 4-year-cycle top and bottom zones for the case of the BraveNewCoin Liquid Index (BLX) for Bitcoin on the weekly (W) timeframe by using several oscillators as RSI, VPCI etc. employed with a custom logic. When the background gets red we might be near to a cycle peak, and when it gets green we might be near to the absolute bottom of the current cycle. Note that only absolute top/bottoms are indicated (at least since the end of 2013), so that the current strong drop in March 2020 was correctly not tagged, as it wasn't the lowest price of the current cycle.
It is best to combine this mini-algorithm with some of my boundary indicators for BLX, e.g. "Bitcoin: Price Action Integrals", for confluence . For the next peak one could then watch for the mini-algo to go red and for the price to hit the boundary. You can change the background transparency if you like to have this indicator be more unobstrusive on the chart.
For access please contact me via DM on TradingView or on Twitter (linked on my TradingView profile and my signature).
Komut dosyalarını "algo" için ara
BlackPika X1 Algo StrategyBlackPika X1 Algo is a successor to the original BlackPika Algo.
It uses the following main elements:
RSI
ATR
ADX
Volume
Chopiness Filter
Trailing Profit
Fixed Profit
Trailing Stop loss
Fixed Stop Loss
Donchian channels and some more...
The backtest you see includes a commision of 1% and slippage of 1 tick. and the start date is from 2015
All the above mentioned settings are customisable, and can be adapted to your liking, timeframe and Asset.
Hit me up if you have any questions. This is only a backtest version.
All the best in your trading.
Aggressive Buy/Sell AlgoBacktested, high percentage gains aggressive indicator/algo.
Version 1.
I recommend using this script to form your bias for your selected timeframe.
If you are trading solely based off the indicator, each Buy/Sell signal is not an indication to close a previous position.
For example, if you open a position because of a recent sell signal you do not have to close it on the next buy signal.
If you are running an algo however, it is personal preference.
Self-Adjusting Parabolic SARWhat is this tool?
This is an implementation of the well-known Parabolic SAR indicator that can adjust parameters on the fly to achieve a better profitability.
The algorithm was borrowed from Profitable Parabolic SAR and connected to the basic Parabolic SAR implementation. So, now it will switch parameters automatically without any manual work required.
Profitable Parabolic SAR indicator can be found here:
Parabolic SAR indicator can be found here:
Self-Adjusting SuperTrendWhat is this tool?
This is an implementation of the well-known SuperTrend indicator that can adjust parameters on the fly to achieve a better profitability.
The algorithm was borrowed from Profitable SuperTrend and connected to the basic SuperTrend implementation. So, now it will switch parameters automatically without any manual work required.
Alerts
The same alerts as for the basic SuperTrend + special alert to notify user about parameters switching.
Profitable SuperTrend indicator can be found here:
SuperTrend indicator can be found here:
Good luck!
BSTtrend (and a quick note on trading psychology)Hi again :)
Script #2 for tonight, more to come :)
This one is a Pine transcription of a FXCM/LUA script called BSTrend
I used it years ago to trade index on very low timeframes with it. I'm always looking for oscillators that are more reactive than the traditional MACD. And even more reactive than the MACD Zero Lag
This is a proof of concept that Pinescript is my favorite trading programming language vs MT4/LUA/PRT. I just find it easier and the Pinescript community is helping a lot
With the BSTrend you can win but also lose. I see a lot of scripts out there but there is not a better or worst indicator. The key is HOW to use it.
In other words the key is your PSYCHOLOGY, without a rock-solid psychology, you'll end up committing a mistake even with G. himself whispering "BUY NOW", "SELL NOW" to your ears. (wait..... Do you mean this is happening only to me ????)
However, indicators help immensely in reducing the psychology pressure that we have to endure ... sometimes for days..... But better not to overcharge with dozens of indicators per chart and have a tool to detect whenever there is a confluence/convergence of your favorite indicators :) #algorithm #builder
I'll publish an educational post about next week
Those are the exact words that my mentor traders told me 6 years ago when I started trading
PS
____________________________________________________________
Be sure to hit the thumbs up as it shows me that I'm not doing this for nothing and will motivate to deliver more quality content in the future.
- I'm an officially approved PineEditor/LUA/MT4 approved mentor on codementor. You can request a coaching with me if you want and I'll teach you how to build kick-ass indicators and strategies
Jump on a 1 to 1 coaching with me
- You can also hire for a custom dev of your indicator/strategy/bot/chrome extension/python
Double Top Pattern IdentifierI believe the most of users know the Double Top Pattern, so I omit the introduction.
The algorithm uses 10 internal watchers to identify the incomplete M-pattern. If any of the watchers finds the pattern, the signal will be plotted on the chart. You can customize the lookback periods for the watchers as well as you can specify the precision of the difference between two possible tops.
By default, all watchers wait for bar closing to avoid repainting issues. You can switch off this option.
Additionally, you can shift up/down the signal labels to the preferred distance.
NOTE: the orange straight lines are not included.
Double Bottom Pattern IdentifierI think everybody knows the Double Bottom Pattern, so I omit the introduction.
The algorithm uses 8 internal watchers to identify the incomplete W-pattern. If any of the watchers finds the pattern, the signal will be plotted on the chart. You can customize the lookback periods for the watchers as well as you can specify the precision of the difference between two possible bottoms.
By default, all watchers wait for bar closing to avoid repainting issues. You can switch off this option.
Additionally, you can shift down the signal labels to the preferred distance and set an alert for a new pattern found.
NOTE: the blue straight lines are not included.
Profitable Vortex Indicator ScannerIntroduction
The Vortex Indicator is a technical indicator invented by Etienne Botes and Douglas Siepman (Technical Analysis of Stocks & Commodities, V.28:1 (January, 2010): "The Vortex Indicator") to identify the start of a new trend or the continuation of an existing trend within financial markets.
It is composed of two lines, +VI and -VI . +VI represents up trending momentum and -VI represents down trending momentum.
The most basic strategy is to use the crossovers as trade signals:
when +VI crosses above -VI , go Long
when -VI crosses above +VI , go Short
Exit when a crossover occurs in the opposite direction
What is this tool?
This tool is a performance scanner that uses a decision tree-based algorithm under the hood to find the most profitable period's setting for the indicator. It analyzes the range of periods between 2 to 100 and backtests the Vortex Indicator for each period using the strategy mentioned above across the entire history of an instrument.
Settings
Net Profit line is optional and can be hidden through settings.
Alerts
It has an alert that notifies when a more profitable period was detected.
NOTE : It does not change what has already been plotted.
Good luck!
[New series!] [Consistent Losing Strategies] 34 EMA Scalping//---------------------------INTRO------------------------------
Hi All!
Let me introduce myself as a semi-successful forex trader & lover of automation.
I've taken to algo trading and have been hunting down strategies (that usually use indicators) to automate, backtest, and hopefully implement in MT4.
Unfortunately, most strategies are complete bulls*** and the select cases that are shown to "prove" success are limited.
These strategy sources often do not provide useful analytics either.
I want to change that approach to trading! We can really benefit each other and the community by being methodical about backtesting
as well as evaluating our results with some kind of scoring heuristic.
As for what that standardized process looks like..well I'm still working on it.
I'm pretty much on Tv for multiple hours of the day, screening strategies via Pinescript and I'd like to start sharing my progress!
This is a new series I'd like to start on consistently losing strategies. I'll make all the code public, so if you think I've made a blunder
or approached a problem the wrong way, then drop me a DM or paste your fix into the comments.
//---------------------------STRAT------------------------------
34 EMA Scalping strategy (ref. forextradingstrategies4u )
How you're supposed to trade it:
BUY:
1. Market is in an down trend as shown by the 34 EMA
2. Price breaks above a downwards trend line
3. Price breaks above the 34 EMA
4. Look for a very bullish candlestick or chart pattern
SELL:
1. Look for the 34 EMA to show we are in an uptrend
2. Price breaks below an upwards sloping trend line
3. Price breaks below 34 EMA
4. Look for a bearish candlestick or a chart pattern
//---------------------------CONC------------------------------
Q: Why does it fail?
A: I believe this strategy relies too much on subjective input (aka, trendlines).
Q: Why does it fail as an algo?
A: The 34 EMA is no more predictive than any other EMA, although it does a good job at filtering out noise.
Q: Should I try it out?
A: No, it's trash. This is the proof that it is trash.
BTC Precognition - Mtrl_ScientistHello Everyone,
I have been interested in algorithmic trading for a while now, and have picked up coding in Python/C++ 2 years ago, which made it possible for me to understand Pine Script (Trading View's proprietary language) fairly easily. I got interested in Bitcoin in 2013, but have only started actually investing in mid 2017. Making money during a bull run is easy but it's really the bear market that teaches you a lesson. So I went about and tried to avoid losses in future bear markets by digging into the analysis of financial time series. I looked around and found useful books, examples of pine script code, technical analyses from fellow chartists and sought out to combine it all into algorithms that can help prevent losses during the next bear market.
I came up with several profitable scripts, but let this be the first one I'm actually sharing with you guys. It draws data from all major Bitcoin exchanges (Hence this script will ONLY work for BTCUSD ) and is based on CVI, Fractal Adaptive Moving Avergage ( FRAMA ), and some calculus operations to make sense of their relationship.
I tried to tidy the final version up as much as possible, so that it becomes straightforward to use. All you need to look at is when the bar becomes green/red, the bar height is just the integrated area since it's crossed the 0-line and can serve as a threshold on lower time frames to avoid noise.
I've got a degree in Chemistry, so don't take this as financial advice, but please do let me know what you think!
Note:
- This is a re-upload because the first version got pulled due to linking to Twitter
- Script works best with Hekin Ashi candles
Planned features:
- Reduce amount of signals on lower time frames
- Make it work better with normal candles
Suggestions?
OmenImproved momentum-based trading algorithm based on my previous Merlin V6 script. Adjusted trade filtering rules to improve net return and profit factor on both long and short positions.
Works best with mid time-frame Heikin-Ashi data.
SUPER RENKOthis strategy based on trend following system
we are use this indicator in renko for batter result
best result will come in BTCUSD ,do use at after US market open ( mon-fri)
key -features
BUY SELL ENTRY SIGNALS : ( buy once background green , sell once background red)
EXIT : ( exit from buy once background become red , and exit from sell once background become green ) ( you can use as algo also )
BEST FEATURES : ( buying and selling area will be same , you will never get bog loss )
TIPS ; do exit from trade once you will get 400-500 points
BeeQuant - Hive Bars🔶 OVERVIEW
The "Hive Bars" indicator is a truly revolutionary analytical instrument, meticulously engineered to transcend the limitations of conventional price charting and unveil the profound, underlying essence of market dynamics. Imagine possessing a sophisticated visual engine that intelligently reconstructs raw price data into unique, dynamically consolidated "Hive Bars." These specialized constructs intuitively reveal the dominant market momentum and highlight high-conviction signals often obscured by the ubiquitous noise of traditional candlesticks. This indicator acts as a precision filter, illuminating exactly when pivotal shifts are occurring by coloring these reconstructed units with an adaptive, unparalleled accuracy. It is expertly crafted for the discerning trader seeking an undeniable analytical advantage, offering a fresh, meticulously refined perspective that enables the discernment of concealed patterns, fostering more decisive and confident trading actions. Crucially, "Hive Bars" now feature proactive, real-time alert capabilities, ensuring no critical market inflection point ever goes unnoticed.
__________________________________________________________________________
🧠 CONCEPTS
At its intellectual core, the "Hive Bars" indicator operates upon an advanced, proprietary framework that fundamentally reinterprets market data. It presents this refined information through its unique "Hive Bars"—specialized visual constructs that dynamically encapsulate the consolidated spirit and true directional bias of price action, delivering unparalleled clarity.
⬜ Smart Bar Reconstruction: Hive Bars don’t follow time, they follow the market. They are derived through a sophisticated, multi-faceted internal process that precisely captures the dominant price influence and momentum over variable periods. This structure adapts dynamically to changing conditions, letting you see the real pressure behind price moves with consistency that time-based candles can’t match. This proprietary reconstruction creates a new, inherently consistent, and highly focused visual narrative of underlying market flow, effectively stripping away extraneous "noise" and revealing the market's authentic directional intent.
⬜ Multi-Layered Internal Analysis: A dynamic and live, adaptive line powers the core of Hive Bars. It recalibrates constantly, tracking market structure in real time. Every bar is formed in relation to this internal baseline, giving immediate context to price behavior. You choose the data that drives this line—open, close, high, low, or custom blends—to match your style.
⬜ Intelligent Bar Formation Sequences: Bars are created when the market speaks, not when the clock ticks. A built-in pattern engine reads the flow and waits for real structure to form. This allows the indicator to autonomously consolidate price action, presenting a cleaner, more coherent visualization of trend development as it truly unfolds, rather than fragmented snapshots based on time.
⬜ Visual Signal Precision: "Hive Bars" spring to life with an intuitively powerful coloring system. While primary colors (Green for upward bias, Red for downward bias) denote the prevailing market direction, the "Hive Bars" indicator introduces distinctively colored "Signal Hive Bars". These specialized bars emerge when the market price exhibits a particularly robust, high-conviction interaction with the adaptive internal baseline, standing out instantly and often mark key turning points or breakouts you want to act on.
⬜ Daily Reset Option: For intraday traders, there’s a reset feature that clears the internal build-up at the start of each new trading day. This ensures fresh, unbiased perspectives that are meticulously tailored to the distinct market dynamics and cyclic rhythms of the current trading day.
⬜ Adjustable Sensitivity: With Hive Smoothing, you’re in full control. This setting lets you fine-tune how sensitive the bars are to price movement. Want tighter, faster signals? Dial it down. Prefer broader, more filtered setups? Turn it up. You decide when a new Hive Bar forms—and when a Signal Bar confirms. It’s all based on how you trade and how your asset moves. No guesswork, no one-size-fits-all defaults. Hive Bars adapts to your strategy and trading style, not the other way around.
__________________________________________________________________________
✨ FEATURES
The "Hive Bars" indicator is equipped with a comprehensive suite of cutting-edge features, designed for unparalleled clarity, adaptive responsiveness, augmented analytical depth, seamless interoperability with your broader analytical toolkit, and proactive real-time notifications:
🔹Proprietary Hive Bar Reconstruction
Experience a uniquely advanced visual representation of price action that dynamically consolidates market data, leading to enhanced trend and momentum clarity that goes beyond standard charting and candlestick data.
🔹Customizable Internal Analysis Line
Gain precise control over the underlying adaptive baseline's calculation by selecting various internal price source options, ensuring its alignment with your specific analytical focus.
🔹 Smart Alerts for Key Events 🔔
Get notified in real time when:
◦ A new Hive Bar completes – signaling a fresh structural range reset
◦ A new Signal Hive Bar closes – identifying a potential overbought or oversold condition
Built-in alert conditions make it easy to stay ahead of shifts without watching every candle manually.
🔹Intelligent Bar Formation Sequencing
Diamond-shaped markers clearly indicate the start of the indicator's internal combination logic for enhanced visual understanding.
🔹High-Conviction "Signal Hive Bars" (Distinct Colors)
Receive specialized, uniquely colored visual alerts when Hive Bars exhibit strong, decisive movements relative to the adaptive baseline, indicating moments of heightened market conviction and potential opportunity.
🔹Session-Based Reconstruction
Opt for the "Daily New Start" to intelligently reset the indicator's perspective with each new trading day, providing fresh, session-aligned insights tailored for intraday precision.
🔹Unrivaled External Indicator Collaboration
A truly unique and powerful advantage of "Hive Bars" is its capability to seamlessly integrate and profoundly enhance the performance of other external indicators. By outputting clean, smoothed price data, it lets you feed a higher-quality source into tools like RSI, MACD, moving averages etc. Use close for indicators like RSI, and close for moving averages. The result is better clarity, fewer false signals, and a stronger edge across your setup. Hive Bars isn’t just an indicator, it’s an upgrade for everything you use.
🔹Non-Repainting Historical Integrity
Hive Bars never repaints. Each bar is locked in only after all internal conditions are fully met. This means you can trust every historical signal—it won’t shift or vanish after the fact. What you see in hindsight is exactly what was shown in real time.
🔹Universal Timeframe Compatibility
Whether you're scalping on the 1-minute chart or analyzing multi-month trends, Hive Bars delivers consistent, clean insights. Its architecture adapts to any timeframe without losing fidelity, making it a reliable tool for any strategy or style.
🔹Cross-Market Versatility
Hive Bars is engineered to perform with precision across all major markets—whether you're trading forex, commodities, stocks, or indices. Its adaptive logic automatically aligns with the unique volatility and structure of each asset class, delivering consistently reliable insights no matter where you trade.
__________________________________________________________________________
⚙️ USAGE
Integrating the "Hive Bars" indicator into your daily analytical regimen is an intuitive process that will profoundly enhance your ability to discern crucial market dynamics and spot high-conviction opportunities with unprecedented clarity:
💁 Effortless Application
Simply add the "Hive Bars" indicator to any chart within your TradingView platform. Note that it plots on a separate panel below your main price chart to provide its unique visual output without obscuring the primary price action.
📊 Strategic Calibration
Access the indicator's comprehensive settings panel to meticulously calibrate its powerful engines and unlock its full potential:
⚙ "Internal EMA Config"
Configure the internal adaptive baseline by choosing its source (e.g., CLOSE, HL/2) and its specific EMA length. This shapes the core reference point for the dynamic formation of the "Hive Bars."
🤖 "CONFIG Group"
Here, you decide if you want "Daily New Start" for session-based analytical resets (particularly beneficial for intraday strategies). The "Hive Smoothing" input allows you to control a further layer of consolidation for the "Hive Bars."
🟩🟥 "Color": Customize the appearance of both standard "Hive Bars" and "Signal Hive Bars" to suit your visual preferences, enhancing their immediate interpretability.
🧭 Empirical Exploration
Experimentation with these parameters is paramount. Dedicate time to exploring different combinations across various assets and timeframes to discover the optimal configuration that resonates with your unique trading methodology and the inherent volatility of the market being analyzed.
👀 Interpreting the Unveiled Market Reality: Once calibrated, the "Hive Bars" will present a strikingly clear and actionable picture of market dynamics:
+ Green/Red Hive Bars: These visually denote the consolidated directional bias of the market over the reconstructed period. A sustained sequence of Green "Hive Bars" suggests pervasive bullish pressure and an upward path of least resistance, while a series of Red "Hive Bars" indicates dominant bearish control and a clear downward momentum.
+ "Signal Hive Bars" (Distinct Colors): Pay close attention to these specially colored "Hive Bars." They signify critical moments where the reconstructed price action exhibits a particularly strong, high-conviction interaction with its adaptive internal baseline. These often precede or confirm significant market movements and serve as your clearest, most reliable visual triggers for potential shifts in market control.
⛓️ Intermittent Appearance: Observe that "Hive Bars" do not necessarily appear for every single native time unit of your chart. They are intelligently reconstructed and consolidated representations of price action, appearing only when specific internal conditions are met to present a coherent, high-impact view of distinct market phases.
🔗 Harnessing Advanced External Synergy: To unlock a new dimension of analytical power, profoundly enhance your existing indicator suite by integrating the output of "Hive Bars" as the data source for other external indicators. When adding or configuring indicators such as RSI, Stochastic Oscillators, various Moving Averages (EMA, SMA), or any other indicator that prompts for a 'source' input, you can now select the purified output of the "Hive Bars" as your desired data stream.
For oscillators (e.g., RSI, MACD), select the close or a similar relevant output from "Hive Bars" as your source. This allows the oscillator to react to the purified, consolidated momentum of the "Hive Bars" rather than the potentially noisy raw price data, leading to smoother and more meaningful oscillator signals.
For moving averages (e.g., EMA, SMA), utilize the close or other pertinent "Hive Bar" output as your source. This provides an exceptionally smooth, highly responsive, and less choppy average that precisely tracks the true underlying trend as identified by "Hive Bars." This unique capability allows for the construction of powerfully layered and synergistic trading strategies.
📢 Setting Up Proactive Alerts for Critical Events: Leverage the newly incorporated alert capabilities to maintain real-time awareness of pivotal market developments, even when not actively monitoring your charts.
You can now choose to be alerted specifically when a "New Hive Bar Closed" (signifying the definitive completion of a major market phase as identified by the indicator) or when a "New Signal Hive Bar Closed" (highlighting a high-conviction market event that warrants immediate attention due to its pronounced significance).
__________________________________________________________________________
⚠️ LIMITATIONS
While the "Hive Bars" indicator is an incredibly powerful and advanced tool for dissecting market dynamics, it is vital to understand its inherent design parameters and the prevailing platform-specific constraints for optimal and informed utilization:
👉 Visual Gaps in Plotting: Due to current platform limitations pertaining to custom candle plotting functionality, you may occasionally observe visual gaps or intermittent non-contiguous plotting between "Hive Bars" on the chart. They’re not missing data, but a result of strict plotting rules. A bar is only drawn when all internal conditions are met. This ensures accuracy, even if the chart shows some spacing.
👉 Complementary Tool: This indicator excels at providing high-conviction directional insights and identifying significant market phases. However, it is fundamentally designed as a sophisticated complementary tool to a broader trading strategy, not as a standalone, all-encompassing system. Its true power is unlocked when integrated with other analytical methods.
👉 Input Calibration Essential: The efficacy and depth of insights derived from the "Hive Bars" are highly dependent on the careful and thoughtful calibration of its input parameters, including the "Internal EMA Config," "Hive Smoothing" setting. Optimal results necessitate empirical user experimentation and fine-tuning to discover the configurations best suited for specific assets, analytical objectives, and market conditions.
👉 Exclusion of Auxiliary Data: The "Hive Bars" indicator's primary focus is exclusively on transforming and presenting price data. It does not natively incorporate other vital market information such as fundamental economic data, or news events. Integrating these additional analytical layers remains an essential aspect of constructing a truly comprehensive and robust trading strategy.
█ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 『•••• ✎ ••••』 ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ █
🎯 CONCLUSION
The "Hive Bars" indicator offers an unparalleled, intuitively accessible, and highly adaptable framework for instantly grasping true price momentum and direction through its intelligent, non-repainting reconstruction of market data. By transforming chaotic raw data into strikingly clear, high-conviction "Hive Bars" and dynamic signals, and now with proactive alerts to highlight critical moments, it empowers you to cut through distractions and identify market currents with unprecedented ease. Think of it as a custom lens for the market. It filters out the clutter and shows you the real structure—bars formed not by time, but by intent. It's about seeing the unseen, with enhanced clarity and a deeper understanding of market forces, now with the power to supercharge all your other tools and keep you informed. No fluff. No hype. Just an edge you can actually see—and use.
▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣
🚨 RISK DISCLAIMER
Engagement in financial market speculation inherently carries a substantial degree of inherent risk, and the potential for capital diminution, potentially exceeding initial deposits, is a pervasive and non-trivial consideration. All content, algorithmic tools, scripts, articles, and educational materials disseminated by "Hive Bars" are exclusively purposed for informational and pedagogical objectives, strictly for reference. Historical performance data, whether explicitly demonstrated or implicitly suggested, offers no infallible assurance or guarantee of future outcomes. Users bear sole and ultimate accountability for their individual trading decisions and are emphatically urged to meticulously assess their financial disposition, risk tolerance parameters, and conduct independent due diligence prior to engaging in any speculative activity.
BeeQuant - Hive Factra🔶 OVERVIEW
The "Hive Factra" is a groundbreaking analytical instrument designed to unveil the true essence of market movement, transforming complex price action into powerfully consolidated insights. Imagine having a specialized lens that intelligently reconstructs market periods into unique "Hive Factra Bars," revealing underlying momentum and high-conviction signals often obscured in traditional charts. This indicator cuts through the noise, showing you precisely when significant shifts are occurring by coloring these reconstructed bars with an adaptive precision. It's built for traders who seek unfiltered perspective that helps see hidden patterns and make more decisive moves.
__________________________________________________________________________
🧠 CONCEPTS
Markets move in impulses and compressions. Most trend indicators rely on single-frame slope logic, which often flips during minor pullbacks. Hive Factra takes a different route. At its core, the "Hive Factra" operates on a sophisticated framework that reinterprets market data, presenting it through its proprietary "Hive Factra Bars", unique visualizations that capture the consolidated spirit of price action.
⬜ The "Hive Factra" Reconstruction: Unlike standard candles, "Hive Factra Bars" are intelligently re-engineered representations of market activity. They are derived through a proprietary process that captures the dominant price influence over specific periods, presenting a clearer, more focused view of underlying momentum. These unique bars visually consolidate information, making the core directional bias immediately apparent.
⬜ The Adaptive Baseline: An internal, dynamic analysis line constantly adjusts to market flow, serving as a crucial reference point for the "Hive Factra Bars." This adaptive baseline provides real-time context, helping the indicator precisely determine the significance of each reconstructed bar's movement.
⬜ High-Conviction Coloring & Signal Bars: The "Factra Bars" come to life with a discerning coloring system. While they reflect the primary market direction (Green for upward bias, Red for downward bias), the "Hive Factra" introduces specialized "Signal Hive Bars" with distinct colors. These unique bars appear when the consolidated price action exhibits a particularly strong, high-conviction interaction with the adaptive baseline, acting as powerful visual alerts for moments of heightened significance.
⬜ Session-Aligned Insights: For intraday traders, the "Daily New Start" option provides a unique advantage. When enabled, the indicator can reset its internal reconstruction process with each new trading session, offering fresh, unbiased perspectives tailored to the day's distinct market dynamics.
⬜ Dynamic Sensitivity: A configurable "Offset" allows you to fine-tune the indicator's responsiveness and the thresholds for initiating these "Hive Factra Bars" and "Signal Hive Bars." This ensures the indicator aligns perfectly with your individual trading style and the volatility of the asset you're analyzing.
__________________________________________________________________________
✨ FEATURES
The "Hive Factra" is equipped with a suite of cutting-edge features, all meticulously designed for unparalleled clarity, adaptive responsiveness, and augmented analytical depth:
🔹 Proprietary Hive Factra Bars
Experience a unique visual representation of price action that consolidates market data for enhanced trend and momentum clarity.
🔹 Customizable Internal Analysis Line
Control the underlying adaptive baseline's calculation for precise alignment with market flow, utilizing various price source options.
🔹 High-Conviction "Signal Hive Bars" (Distinct Colors)
Receive specialized visual alerts when Factra Bars exhibit strong, decisive movements relative to the adaptive baseline, indicating moments of heightened market conviction.
🔹 Overbought/Oversold Visuals
Signal Hive Bars highlight areas of potential exhaustion, providing intuitive insight into stretched conditions
🔹 Session-Based Reconstruction
Opt for the "Daily New Start" to reset the indicator's perspective with each new trading day, providing fresh, session-aligned insights.
🔹 Dynamic Offset Control
Adjust the "Offset" parameter to fine-tune the sensitivity of the Factra Bar reconstruction and signal generation thresholds, tailoring the indicator to specific market conditions.
🔹 Non-Repainting Logic for Historical Reliability
Each "Hive Factra Bar" is plotted only when its internal reconstruction conditions are fully met and confirmed. This ensures that the historical display of Factra Bars does not repaint, providing a high degree of reliability and trust in past signals and visualizations.
🔹 Cross-Market Versatility
This indicator is engineered to perform with precision across all major markets—whether you're trading forex, commodities, stocks, or indices. Its adaptive logic automatically aligns with the unique volatility and structure of each asset class, delivering consistently reliable insights no matter where you trade.
🔹 Custom Range Start Marker
A subtle diamond-shaped symbol is plotted to indicate the start of the Hive Factra logic cycle. This marks the bar from which the internal price range begins accumulating until a new Hive Factra Bar is confirmed and displayed. Helps visualize the dynamic evaluation period used in Factra’s structural detection.
🔹 Smart Alerts for Key Events
Get notified in real time when:
◦ A new Hive Factra Bar completes – signaling a fresh structural range reset
◦ A new Signal Hive Bar closes – identifying a potential overbought or oversold condition
Built-in alert conditions make it easy to stay ahead of shifts without watching every candle manually.
🔹 Universal Timeframe Compatibility: The "Hive Factra" is meticulously engineered to perform flawlessly across all timeframes, from rapid intraday charts to long-term weekly and monthly views. This universal compatibility ensures you receive consistent, high-quality insights regardless of your analytical horizon.
🔹 Unrivaled External Indicator Collaboration: A truly unique advantage of the "Hive Factra" is its capability to seamlessly integrate and enhance the performance of other external indicators. Its meticulously processed output, can serve as a highly purified and consolidated 'source' for indicators that accept such inputs (e.g., RSI, StochRSI, moving averages), which allows for more insightful data stream into your favorite indicators, potentially unlocking new levels of responsiveness and signal accuracy for your entire analytical setup.
__________________________________________________________________________
⚙️ USAGE
Integrating the "Hive Factra" into your daily analytical regimen is intuitive and will profoundly enhance your ability to discern crucial market dynamics and spot high-conviction opportunities:
💁 Effortless Application
Simply add the "Hive Factra" indicator to any chart within your TradingView platform. Note that it plots on a separate panel below your main price chart to provide its unique visual output without obscuring price.
📊 Tailored Calibration: Access the indicator's settings to unlock its full potential:
⚙ "Internal EMA Config"
Configure the internal adaptive baseline by choosing its source (e.g., Close, HL/2) and length. This shapes the core reference point for the Factra Bars.
⚙ "Hive Factra"
Decide if you want "Daily New Start" for session-based analysis and choose the "Source" type for how the Factra Bars are built.
🤖 "Offset"
Experiment with the "Offset" percentage to adjust the sensitivity of the Factra Bar's reconstruction. A smaller offset will make the Factra Bars appear more frequently, while a larger one will highlight only more significant movements.
🟩🟥 Green/Red Hive Factra Bars
These indicate the consolidated directional bias of the market over the reconstructed period. A sequence of Green bars suggests sustained bullish pressure, while Red bars point to dominant bearish control.
🚀 "Signal Hive Bars" (Unique Colors)
Pay close attention to these specially colored Hive Factra Bars. They signify moments where the reconstructed price action exhibits a high-conviction interaction with its adaptive baseline, often preceding or confirming significant market moves. These are your clearest signals for potential shifts.
✨ Appearance of Hive Factra Bars
Notice that these Bars do not necessarily appear for every single time unit. They intelligently reconstruct and consolidate price action, appearing only when conditions align to present a coherent, high-impact view of market phases.
🪢 Harnessing External Synergy
To unlock a new dimension of analysis, consider integrating "Hive Factra" as the data source for other indicators:
1. When adding indicators like RSI, StochRSI, or others that prompt for a 'source' input, you can select the "Hive Factra" as the input.
2. For oscillators (e.g., RSI, Stochastic), choose the close or similar output from "Hive Factra" as your source. This allows the oscillator to react to the purified, consolidated momentum of the Factra Bars rather than raw price.
For moving averages (e.g., EMA, SMA), use the close or other relevant Factra Bar output as your source. This provides an exceptionally smooth and responsive average that tracks the true underlying trend.
__________________________________________________________________________
⚠️ LIMITATIONS
While the "Hive Factra" is an incredibly powerful tool for dissecting market dynamics, it's vital to understand its design parameters for optimal use. It does not attempt to front-run reversals or predict market turns. Instead, it focuses on framing price behavior so traders can react with context.
👉 Visual Gaps in Plotting: Due to Tradingview platform limitations with custom candle plotting functionality, you may observe visual gaps between "Hive Factra Bars" on the chart. This occurs because the indicator only plots a Hive Factra Bar when its internal conditions for reconstruction are fully met, and there isn't an 'offset' parameter for custom candles to bridge these visual discontinuities. Importantly, this behavior ensures that each plotted Factra Bar is confirmed and does not repaint, providing reliable historical analysis.
👉 Reconstructed Data, Not Raw Price: It's crucial to remember that "Hive Factra Bars" are not traditional candles. They are a derived visualization that intelligently consolidates price data.
👉 Complementary Tool: This indicator excels at providing high-conviction directional insights and identifying significant market phases. However, it is designed as a sophisticated complement to a broader trading strategy, not a standalone system.
👉 Input Calibration Essential: The effectiveness of the "Hive Factra" is highly dependent on careful calibration of its input parameters, especially the "Offset" and internal EMA settings. Optimal results require user experimentation to find settings best suited for specific assets and timeframes.
👉 Exclusion of Auxiliary Data: The "Hive Factra" focuses solely on transforming price data. It does not incorporate other vital market information such as trading volume, market breadth, or fundamental news. Integrating these additional analytical layers remains essential for a comprehensive trading strategy.
█ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 『•••• ✎ ••••』 ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ █
🎯 CONCLUSION
The "Hive Factra" offers an unparalleled, intuitive, and highly adaptable framework for instantly grasping true price momentum and direction through its intelligent reconstruction of market data. By transforming chaotic raw data into strikingly clear, high-conviction "Factra Bars" and dynamic signals, it empowers you to cut through distractions and identify critical market currents with ease. Its revolutionary capability for seamless collaboration with external indicators (like RSI, EMA, etc., by using its purified output as their source) means you can elevate the performance of your entire analytical suite to new levels of precision and clarity. Seamlessly integrate this advanced visual tool within your analytical framework to gain a sharper, more confident perspective, and elevate your strategic decision-making in the markets. It's about seeing the unseen, with enhanced clarity and a deeper understanding of market forces, now with the power to supercharge all your other tools.
▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣
🚨 RISK DISCLAIMER
Engagement in financial market speculation inherently carries a substantial degree of inherent risk, and the potential for capital diminution, potentially exceeding initial deposits, is a pervasive and non-trivial consideration. All content, algorithmic tools, scripts, articles, and educational materials disseminated by "Hive Factra" are exclusively purposed for informational and pedagogical objectives, strictly for reference. Historical performance data, whether explicitly demonstrated or implicitly suggested, offers no infallible assurance or guarantee of future outcomes. Users bear sole and ultimate accountability for their individual trading decisions and are emphatically urged to meticulously assess their financial disposition, risk tolerance parameters, and conduct independent due diligence prior to engaging in any speculative market activity.
BeeQuant - Hive HeikinAshi💠 OVERVIEW
The "Hive HeikinAshi" is your ultimate tool for simplifying the chaotic world of price charts. Imagine a specialized lens that cuts through all the market "noise" – those tiny, confusing movements – and reveals the clear, underlying current of price action. This indicator transforms standard, sometimes choppy, candlestick charts into a powerful, trend-focused visualization. It’s designed to help every trader, whether you're a discretionary trader seeking cleaner structures or a quant enthusiast looking for visual cues to complement models, Hive HeikinAshi provides a simplified yet highly informative lens through which to read price action.
Its main advantage lies in its seamless compatibility with external indicators — offering a next-level smoothing foundation that enhances the clarity and reliability of any existing trend, momentum, or signal-based system layered on top of it.
__________________________________________________________________________
🧠 CONCEPTS
At its core, the "Hive HeikinAshi" isn't just another way to look at candles; it's a profound re-interpretation of price dynamics. It employs a sophisticated internal process to distill raw market movements into a more coherent, trend-identifying display, making the market's story incredibly easy to read.
The "Hive" Transformation: Unlike traditional candlesticks that show every small price fluctuation, the "Hive HeikinAshi" candles are intelligently constructed to smooth out the data. They are derived from a multi-point calculation process, creating a new, more consistent visual representation of price. This transformation helps to reduce the "visual clutter" and make trend following a much more intuitive experience. You'll see the forest, not just the trees.
⬜ Highlights dominant price direction by filtering reactive fluctuations
⬜ Visually separates impulsive vs corrective behavior with clear color transitions
⬜ Enables quicker discretionary recognition of trend shifts without complex overlays
⬜ Ideal for confirming momentum zones and stable trending phases
⬜ The Intelligent Filter. An optional yet powerful "Filter" mechanism has been integrated, providing an additional layer of analytical discernment.
⬜ Designed to integrate natively with trend-following, oscillator, or signal indicators — enabling amplified precision across diverse trading systems
A significant advantage of the "Hive HeikinAshi" is its inherent ability to minimize distracting "noise" from typical candle wicks. While standard candles can often show long, confusing wicks that obscure the true body direction, our specialized candles are engineered to emphasize the core directional move. This intelligent design allows you to focus on the momentum generated by the candle's body, rather than getting sidetracked by fleeting price extremes, thereby providing a cleaner, more reliable visual of trend strength.
__________________________________________________________________________
✨ FEATURES
Hive HeikinAshi includes several key features designed for both clarity and functionality:
🔹Multi-Bar Averaging
Generates a visually balanced candle structure using averaged pricing across configurable recent bars.
🔹 Wickless Visualization
Candles are rendered without upper/lower shadows, enhancing trend detection and reducing signal confusion.
🔹 Signal Filter
Adaptive color filter using a dynamic high/low lookback logic
🔹 Directional Color Coding
Clean green/red coloring helps instantly interpret bullish or bearish pressure.
🔹 Adjustable History Depth
Customize how many bars are considered in the smoothing process to match your style and timeframe.
🔹 Invisible Price Feed Outputs
Underlying smoothed OHLC values are available for custom strategies or overlays.
🔹Non-Repainting Logic for Historical Reliability
Each "Hive HeikinAshi" is plotted only when its internal reconstruction conditions are fully met and confirmed. This ensures that the historical display of HeikinAshi does not repaint, providing a high degree of reliability and trust in past signals and visualizations.
🔹Cross-Market Versatility
This indicator is engineered to perform with precision across all major markets—whether you're trading forex, commodities, stocks, or indices. Its adaptive logic automatically aligns with the unique volatility and structure of each asset class, delivering consistently reliable insights no matter where you trade.
__________________________________________________________________________
⚙️ USAGE
Using Hive HeikinAshi is simple and effective:
📥 Add to Chart
Once access is granted, apply the indicator to any timeframe or asset directly from your TradingView invite-only indicators list.
⚙️ Tweak “No. of Bars”
This setting controls how far back the smoothing engine looks.
• Lower values = more responsive, shorter-term smoothing
• Higher values = steadier candles, better for macro trends
🎚️ Next, consider the "Filter" option:
Turn this on to activate the advanced filtering mechanism. Then, adjust the "lookback bars" (from 1 to 10). A smaller number here will make the filter more responsive to immediate "Hive HeikinAshi" candle extremes, while a larger number will require a more sustained breakout from the recent filtered range. Experiment to discover the optimal "sweet spot" that best reveals the underlying market flow for your specific strategy. The tooltip guides you to this optimal setting.
Disable "Filter": If turned off, the candles will revert to a more direct HeikinAshi coloration based purely on their calculated open and close, without the additional layer of range filtering.
🔍 Interpreting Candles
• 🟢 Green Candle: Bullish continuation zone
• 🔴 Red Candle: Bearish pressure dominates
• Lack of wick = strong directional conviction
Combine with your favorite indicators — Hive HeikinAshi acts as a foundation to reduce noise and enhance clarity across tools like EMAs, MACD, VWAP, and more.
__________________________________________________________________________
⚠️ LIMITATIONS
While Hive HeikinAshi provides clear visual advantages, it is important to understand its scope:
👉 Not a Signal Generator: This indicator excels at identifying and confirming trends, making it less suitable for pinpointing exact, high-frequency entry and exit points that require unadulterated real-time price. It prioritizes overall directional clarity.
👉 Lag by Design: Due to multi-bar data smoothing, candles reflect stable price behavior but not ultra-short-term fluctuations.
👉 No Volume or Macro Inputs: Hive HeikinAshi focuses purely on price structure — it does not include volume, news, or external conditions.
👉 Filter Calibration: While the "Filter" enhances clarity, its effectiveness is dependent on appropriate "lookback bars" calibration. Users should understand that adding filtering inherently balances responsiveness with a more refined signal, and finding the optimal setting is part of the analytical process.
█ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 『•••• ✎ ••••』 ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ █
🎯 CONCLUSION
Hive HeikinAshi is a powerful visual companion for modern traders seeking smoother, clearer price trends. By combining directional clarity with reduced chart clutter, it allows you to interpret the market with less noise and more confidence. Seamlessly integrate this advanced visual tool within your analytical framework to gain a sharper, more confident perspective, and elevate your strategic decision-making in the markets. It's about seeing the unseen, with clarity.
▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣
🚨 RISK DISCLAIMER
Engagement in financial market speculation inherently carries a substantial degree of inherent risk, and the potential for capital diminution, potentially exceeding initial deposits, is a pervasive and non-trivial consideration. All content, algorithmic tools, scripts, articles, and educational materials disseminated by "Hive HeikinAshi" are exclusively purposed for informational and pedagogical objectives, strictly for reference. Historical performance data, whether explicitly demonstrated or implicitly suggested, offers no infallible assurance or guarantee of future outcomes. Users bear sole and ultimate accountability for their individual trading decisions and are emphatically urged to meticulously assess their financial disposition, risk tolerance parameters, and conduct independent due diligence prior to engaging in any speculative market activity.
BeeQuant - Hive Visualizer💠 OVERVIEW
The " Hive Visualizer " is a game-changing, invite-only tool, expertly designed to give every trader, from beginner to experienced, instant and clear visual clues about what price is doing. Its main job is to easily show you the highest and lowest points price has reached recently. Think of it as a smart, automated helper that colors your candles to reveal powerful market moves. This helps you quickly see if prices are getting stronger or weaker right on your chart. It's a groundbreaking, high-quality tool that cuts through the noise, making it simple to spot key moments when the market is about to make a big move up or down, giving you an edge.
__________________________________________________________________________
🧠 CONCEPTS
The core philosophy behind Hive Visualizer is rooted in contextual volatility exposure and directional bias reinforcement. Through a sophisticated internal mechanism that evaluates local maxima/minima behavior within a compact temporal field, the indicator provides adaptive color‑based candle transitions that align with latent directional pressure.
1. Uses localized equilibrium breach detection to monitor directional intent and exhaustion points.
2. Embeds a dynamically updating framework that reacts to both trend continuation and structural reversals.
3. Avoids false positives by disregarding noisy fluctuations below system‑defined relevance thresholds.
4. Provides non‑repainting, fully forward‑confirmed visual outputs for reliable retrospective analysis.
Hive Visualizer is not designed to be predictive. Instead, it allows traders to observe the evolution of price structure in a cleaner and more digestible format, supporting high-confidence discretionary execution or automated model overlays.
__________________________________________________________________________
✨ FEATURES
The "Hive Visualizer" comes with a suite of smart features, all designed for amazing clarity, quick reactions, and deeper understanding, making your charting experience truly effortless:
🔹 Easy Range Customization
A super easy "Smoother" setting lets you perfectly adjust how the indicator reacts to recent price changes. This means you can fine-tune it to match exactly how you like to trade
🔹 Instant, Clear Signals
The simple Green and Red candles give you immediate, unmistakable visual cues about strong upward or downward moves, providing insights you can grasp in a heartbeat.
🔹 Smart Continuity in Quiet Times
The clever way it keeps the same color for candles that aren't breaking out offers valuable, subtle insights into those periods when the market is just moving sideways or finding its balance, helping you see the hidden dynamics.
🔹 Seamless Chart Integration
This indicator works like a transparent overlay, appearing directly on your price chart without getting in the way or changing your original candles. It fits perfectly, making your analysis smooth and uninterrupted.
🔹 Clean and Focused Visuals
The indicator’s simple design focuses only on coloring the main candle body and border to clearly highlight important breakouts. This keeps your chart clean and effective, showing you only what truly matters.
🔹 Cross-Market Versatility
This indicator is engineered to perform with precision across all major markets—whether you're trading forex, commodities, stocks, or indices. Its adaptive logic automatically aligns with the unique volatility and structure of each asset class, delivering consistently reliable insights no matter where you trade.
__________________________________________________________________________
⚙️ USAGE
Using and making the "Hive Visualizer" a part of your trading routine is incredibly simple and designed to significantly boost how you understand the market:
Getting Started: Once you have access, just add the "Hive Visualizer" indicator to any chart and timeframe you want on TradingView. It's that easy.
Tuning the "Smoother" Setting: Go into the indicator's settings and play with the "Smoother" number. This is a crucial step to make it react just right for you.
Smaller numbers (like 1-3 bars) will make the indicator very quick to react to the most recent, short-term ups and downs, perfect for fast trading.
Larger numbers (like 5-10+ bars) will give you a wider view, smoothing out small changes and highlighting bigger, more important breakouts, ideal for longer-term analysis. Spend a little time trying different settings to find what works best for your chosen asset and your trading style – it's like finding the perfect lens for your market view.
Understanding the Colors: Once you've set it up, here's how to quickly understand what the "Hive Visualizer" is telling you: New Green Candle: This means a strong sign that buyers are in control and prices are likely to keep moving up, giving you confidence in bullish moves.
New Red Candle: This indicates as a strong signal that sellers are dominating and prices are likely to keep moving down, preparing you for bearish shifts.
__________________________________________________________________________
⚠️ LIMITATIONS
👉 Visual Guide, Not a Bot: Use as part of a broader strategy—it won’t auto‑trade for you
👉 Retroactive Insight: It reflects past price action; it doesn’t predict the future.
👉 Setting‑Dependent: Effectiveness relies on your “Smoother” choice—too low = noise; too high = lag.
👉 Price‑Range Focused: Highlights trends and range only — doesn’t analyze volume, news, or other complex factors.
👉 This tool enhances trend validation but isn’t a standalone signal generator.
█ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 『•••• ✎ ••••』 ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ █
🎯 CONCLUSION
The "Hive Visualizer" offers an incredibly easy-to-use and adaptable way to see price strength and weakness with crystal clarity on your charts. By giving you instant, clear feedback on whether prices are powerfully breaking out or falling below a recent historical range, it truly empowers you to quickly understand market momentum and spot key turning points. Seamlessly add this smart visual tool into your current trading methods to gain a sharper, more insightful view, and elevate your trading decisions. It's about seeing the market with new eyes.
▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣
🚨 RISK DISCLAIMER
Engagement in financial market speculation inherently carries a substantial degree of inherent risk, and the potential for capital diminution, potentially exceeding initial deposits, is a pervasive and non-trivial consideration. All content, algorithmic tools, scripts, articles, and educational materials disseminated by "Hive Visualizer" are exclusively purposed for informational and pedagogical objectives, strictly for reference. Historical performance data, whether explicitly demonstrated or implicitly suggested, offers no infallible assurance or guarantee of future outcomes. Users bear sole and ultimate accountability for their individual trading decisions and are emphatically urged to meticulously assess their financial disposition, risk tolerance parameters, and conduct independent due diligence prior to engaging in any speculative market activity.
Liquidity Sweep Filter Strategy [AlgoAlpha X PineIndicators]This strategy is based on the Liquidity Sweep Filter developed by AlgoAlpha. Full credit for the concept and original indicator goes to AlgoAlpha.
The Liquidity Sweep Filter Strategy is a non-repainting trading system designed to identify liquidity sweeps, trend shifts, and high-impact price levels. It incorporates volume-based liquidation analysis, trend confirmation, and dynamic support/resistance detection to optimize trade entries and exits.
This strategy helps traders:
Detect liquidity sweeps where major market participants trigger stop losses and liquidations.
Identify trend shifts using a volatility-based moving average system.
Analyze volume distribution with a built-in volume profile visualization.
Filter noise by differentiating between major and minor liquidity sweeps.
How the Liquidity Sweep Filter Strategy Works
1. Trend Detection Using Volatility-Based Filtering
The strategy applies a volatility-adjusted moving average system to determine trend direction:
A central trend line is calculated using an EMA smoothed over a user-defined length.
Upper and lower deviation bands are created based on the average price deviation over multiple periods.
If price closes above the upper band, the strategy signals an uptrend.
If price closes below the lower band, the strategy signals a downtrend.
This approach ensures that trend shifts are confirmed only when price significantly moves beyond normal market fluctuations.
2. Liquidity Sweep Detection
Liquidity sweeps occur when price temporarily breaks key levels, triggering stop-loss liquidations or margin call events. The strategy tracks swing highs and lows, marking potential liquidity grabs:
Bearish Liquidity Sweeps – Price breaks a recent high, then reverses downward.
Bullish Liquidity Sweeps – Price breaks a recent low, then reverses upward.
Volume Integration – The strategy analyzes trading volume at each sweep to differentiate between major and minor sweeps.
Key levels where liquidity sweeps occur are plotted as color-coded horizontal lines:
Red lines indicate bearish liquidity sweeps.
Green lines indicate bullish liquidity sweeps.
Labels are displayed at each sweep, showing the volume of liquidated positions at that level.
3. Volume Profile Analysis
The strategy includes an optional volume profile visualization, displaying how trading volume is distributed across different price levels.
Features of the volume profile:
Point of Control (POC) – The price level with the highest traded volume is marked as a key area of interest.
Bounding Box – The profile is enclosed within a transparent box, helping traders visualize the price range of high trading activity.
Customizable Resolution & Scale – Traders can adjust the granularity of the profile to match their preferred time frame.
The volume profile helps identify zones of strong support and resistance, making it easier to anticipate price reactions at key levels.
Trade Entry & Exit Conditions
The strategy allows traders to configure trade direction:
Long Only – Only takes long trades.
Short Only – Only takes short trades.
Long & Short – Trades in both directions.
Entry Conditions
Long Entry:
A bullish trend shift is confirmed.
A bullish liquidity sweep occurs (price sweeps below a key level and reverses).
The trade direction setting allows long trades.
Short Entry:
A bearish trend shift is confirmed.
A bearish liquidity sweep occurs (price sweeps above a key level and reverses).
The trade direction setting allows short trades.
Exit Conditions
Closing a Long Position:
A bearish trend shift occurs.
The position is liquidated at a predefined liquidity sweep level.
Closing a Short Position:
A bullish trend shift occurs.
The position is liquidated at a predefined liquidity sweep level.
Customization Options
The strategy offers multiple adjustable settings:
Trade Mode: Choose between Long Only, Short Only, or Long & Short.
Trend Calculation Length & Multiplier: Adjust how trend signals are calculated.
Liquidity Sweep Sensitivity: Customize how aggressively the strategy identifies sweeps.
Volume Profile Display: Enable or disable the volume profile visualization.
Bounding Box & Scaling: Control the size and position of the volume profile.
Color Customization: Adjust colors for bullish and bearish signals.
Considerations & Limitations
Liquidity sweeps do not always result in reversals. Some price sweeps may continue in the same direction.
Works best in volatile markets. In low-volatility environments, liquidity sweeps may be less reliable.
Trend confirmation adds a slight delay. The strategy ensures valid signals, but this may result in slightly later entries.
Large volume imbalances may distort the volume profile. Adjusting the scale settings can help improve visualization.
Conclusion
The Liquidity Sweep Filter Strategy is a volume-integrated trading system that combines liquidity sweeps, trend analysis, and volume profile data to optimize trade execution.
By identifying key price levels where liquidations occur, this strategy provides valuable insight into market behavior, helping traders make better-informed trading decisions.
Key use cases for this strategy:
Liquidity-Based Trading – Capturing moves triggered by stop hunts and liquidations.
Volume Analysis – Using volume profile data to confirm high-activity price zones.
Trend Following – Entering trades based on confirmed trend shifts.
Support & Resistance Trading – Using liquidity sweep levels as dynamic price zones.
This strategy is fully customizable, allowing traders to adapt it to different market conditions, timeframes, and risk preferences.
Full credit for the original concept and indicator goes to AlgoAlpha.
3Commas Multicoin Scalper LITE [SwissAlgo]
Introduction
Are you tired of tracking cryptocurrency charts and placing orders manually on your Exchange?
The 3Commas Multicoin Scalper LITE is an automated trading system designed to identify and execute potential trading setups on multiple cryptocurrencies ( simultaneously ) on your preferred Exchange (Binance, Bybit, OKX, Gate.io, Bitget) via 3Commas integration.
It analyzes price action, volume, momentum, volatility, and trend patterns across two categories of USDT Perpetual coins: the 'Top Major Coins' category (11 established cryptocurrencies) and your Custom Category (up to 10 coins of your choice).
The indicator sends real-time trading signals directly to your 3Commas bots for automated execution, identifying both trend-following and contrarian trading opportunities in all market conditions.
Trade automatically all coins of one or more selected categories:
----------------------------------------------
What it Does
The 3Commas Multicoin Scalper LITE is a technical analysis tool that monitors multiple cryptocurrency pairs simultaneously and connects with 3Commas for signal delivery and execution.
Here's how the strategy works:
🔶 Technical Analysis : Analyzes price action, volume, momentum, volatility, and trend patterns across USDT Perpetual Futures contracts simultaneously.
🔶 Pattern Detection : Identifies specific candle patterns and technical confluences that suggest potential trading setups across USDT.P contracts of the selected category.
🔶 Signal Generation : When technical criteria are met at bar close, the indicator creates deal-start signals for the relevant pairs.
🔶 3Commas Integration : Packages these signals and delivers them to 3Commas through TradingView alerts, allowing 3Commas bots to receive specific pair information ('Deal-Start' signals).
🔶 Category Management : Each TradingView alert monitors an entire category, allowing selective activation of different crypto categories.
🔶 Visual Feedback : Provides color-coded candles and backgrounds to visualize technical conditions, with optional pivot points and trend visualization.
Candle types
Signals
----------------------------------------------
Quick Start Guide
1. Setup 3Commas Bots : Configure two DCA bots in 3Commas (All USDT pairs) - one for LONG positions and one for SHORT positions.
2. Define Trading Parameters : Set your budget for each trade and adjust your preferred sensitivity within the indicator settings.
3. Create Category Alerts : Set up one TradingView alert for each crypto category you want to trade.
That's it! Once configured, the system automatically sends signals to your 3Commas bots when predefined trading setups are detected across coins in your selected/activated categories. The indicator scans all coins at bar close (for example, every hour on the 1H timeframe) and triggers trade execution only for those showing technical confluences.
Important : Consider your total capital when enabling categories. More details about the setup process are provided below (see paragraph "Detailed Setup & Configuration").
----------------------------------------------
Built-in Backtesting
The 3Commas Multicoin Scalper LITE includes backtesting visualization for each coin. When viewing any USDT Perpetual pair on your chart, you can visualize how the strategy would have performed historically on that specific asset.
Color-coded candles and signal markers show past trading setups, helping you evaluate which coins responded best to the strategy. This built-in backtesting capability can support your selection of assets/categories to trade before deploying real capital.
As backtesting results are hypothetical and do not guarantee future performance, your research and analysis are essential for selecting the crypto categories/coins to trade.
The default strategy settings are: Start Capital 1,000$, leverage 10X, Commissions 0.1% (average Taker Fee on Exchanges for average users), Order Amount 200$ for Longs/Shorts, Slippage 4
Example of backtesting view
----------------------------------------------
Key Features
🔶 Multi-Exchange Support : Compatible with BINANCE, BYBIT, BITGET, GATEIO, and OKX USDT Perpetual markets (USDT.P)
🔶 Category Options : Analyze cryptocurrencies in the Top Major Coins category or create your custom watchlist
🔶 Custom Category Option : Create your watchlist with up to 10 custom USDT Perpetual pairs
🔶 3Commas Integration : Seamlessly connects with 3Commas bots to automate trade entries and exits
🔶 Dual Strategy Approach : Identifies both "trend following" and "contrarian" potential setups
🔶 Confluence-Based Signals : Uses a combination of multiple technical factors - price spikes, price momentum, volume spikes, volume momentum, trend analysis, and volatility spikes - to generate potential trading setups
🔶 Risk Management : Adjustable sensitivity/risk levels, leverage settings, and budget allocation for each trade
🔶 Visual Indicators : Color-coded candles and trading signals provide visual feedback on market conditions
🔶 Trend Indication : Background colors showing ongoing uptrends/downtrends
🔶 Pivot Points & Daily Open : Optional display of pivot points and daily open price for additional context
🔶 Liquidity Analysis : Optional display of high/low liquidity timeframes throughout the trading week
🔶 Trade Control : Configurable limit for the maximum number of signals sent to 3Commas for execution (per bar close and category)
5 Available Exchanges
Pick coins/tokens and defined your Custom Category
----------------------------------------------
Methodology
The 3Commas Multicoin Scalper LITE utilizes a multi-faceted approach to identify potential trading setups:
1. Price Action Analysis : Detects abnormal price movements by comparing the current candle's range to historical averages and standard deviations, helping identify potential "pump and dump" scenarios or new-trends start
2. Price Momentum : Evaluates the relative strength of bullish vs. bearish price movements over time, indicating the build-up of buying or selling pressure.
3. Volume Analysis: Identifies unusual volume spikes by comparing current volume to historical averages, signaling strong market interest in a particular direction.
4. Volume Momentum : Measures the ratio of bullish to bearish volume, revealing the dominance of buyers or sellers over time.
5. Trend Analysis : Combines EMA slopes, RSI, and Stochastic RSI to determine overall trend direction and strength.
6. Volatility : Monitors the ATR (Average True Range) to detect periods of increased market volatility, which may indicate potential breakouts or reversals
7. Candle Wick Analysis : Evaluates upper and lower wick percentages to detect potential rejection patterns and reversals.
8. Pivot Point Analysis : Uses pivot points (PP, R1-R3, S1-S3) for identifying key support/resistance areas and potential breakout/breakdown levels.
9. Daily Open Reference: Analyzes price action relative to the daily open for potential setups related to price movement vs. the opening price
10. Market Timing/Liquidity : Evaluates high/low liquidity periods, specific days/times of heightened risk, and potential market manipulation timeframes.
11. Boost Factors : Applies additional weight to certain confluence patterns to adjust global scores
These factors are combined into a "Global Score" ranging from -1 to +1 , applied at bar close to the newly formed candles.
Scores above predefined thresholds (configurable via the Sensitivity Settings) indicate strong bullish or bearish conditions and trigger signals based on predefined patterns. The indicator then applies additional filters to generate specific "Trend Following" and "Contrarian" trading signals. The identified signals are packaged and sent to 3Commas for execution.
Pivot Points
Trend Background
----------------------------------------------
Who This Strategy Is For
The 3Commas Multicoin Scalper LITE may benefit:
Crypto Traders seeking to automate their trading across multiple coins simultaneously
3Commas Users looking to enhance their bot performance with technical signals
Busy Traders who want to monitor market opportunities without constant chart-watching
Multi-strategy traders interested in both trend-following and reversal trading approaches
Traders of Various Experience Levels from intermediate traders wanting to save time to advanced traders seeking to optimize their operations
Perpetual Futures Traders on major exchanges (Binance, Bybit, OKX, Gate.io, Bitget)
Swing and Scalp Traders seeking to identify short to medium-term profit opportunities
----------------------------------------------
Visual Indicators
The indicator provides visual feedback through:
1. Candlestick Colors :
* Lime: Strong bullish candle (High positive score)
* Blue: Moderate bullish candle (Medium positive score)
* Red: Strong bearish candle (High negative score)
* Purple: Moderate bearish candle (Medium negative score)
* Pale Green/Red: Mild bullish/bearish candle
2. Signal Markers :
* ↗: Trend following Long signal
* ↘: Trend following Short signal
* ⤴: Contrarian Long signal
* ⤵: Contrarian Short signal
3. Optional Elements :
* Pivot Points: Daily support/resistance levels (R1-R3, S1-S3, PP)
* Daily Open: Reference price level for the current trading day
* Trend Background: Color-coded background suggesting potential ongoing uptrend/downtrend
* Liquidity Highlighting: Background colors indicating typical high/low market liquidity periods
4. TradingView Strategy Plots and Backtesting Data : Standard performance metrics showing entry/exit points, equity curves, and trade statistics, based on the signals generated by the script.
----------------------------------------------
Detailed Setup & Configuration
The indicator features a user-friendly input panel organized in sequential steps to guide you through the complete setup process. Tooltips for each step provide additional information to help you understand the actions required to get the strategy running.
Informative tables provide additional details and instructions for critical setup steps such as 3Commas bot configuration and TradingView alert creation (to activate trading on specific categories).
1. Choose Exchange, Crypto Category & Sensitivity
* Select your USDT Perpetual Exchange (BINANCE, BYBIT, BITGET, GATEIO, or OKX) - i.e. the same Exchange connected in your 3Commas account
* Choose your preferred crypto category, or define your watchlist
* Choose from three sensitivity levels: Default, Aggressive, or Test Mode (test mode is designed to generate more signals, a potentially helpful feature when you are testing the indicator and alerts)
2. Setup 3Commas Bots and integrate them with the algo
* Create both LONG and SHORT DCA Bots in 3Commas
* Configure bots to accept signals for 'All USDT Pairs' with "TradingView Custom Signal" as deal start condition
* Enter your Bot IDs and Email Token in the indicator settings
* Set a maximum budget for LONG and SHORT trades
* Choose whether to allow LONG trades, SHORT trades, or both, according to your preference and market analysis
* Set maximum trades per bar/category (i.e. the max. number of simultaneous signals that the algo may send to your 3Commas bots for execution at every bar close - every hour if you set the 1H timeframe)
* Access the detailed setup guide table for step-by-step 3Commas configuration instructions
3Commas integration
3. Choose Visuals
* Toggle various optional visual elements to add to the chart: category metrics, fired alerts, coin metrics, daily open, pivot points
* Select a color theme: Dark or Light
4. Activate Trading via Alerts
* Create TradingView alerts for each category you want to trade
* Set alert condition to "3Commas Multicoin Scalper" with "Any alert() function call"
* Set the content of the message field to: {{Message}}, deleting the default content shown in this text field, to enable proper 3Commas integration (any other text than {{Message}}, would break the delivery trading signals from Tradingview to 3Commas)
* View the alerts setup instruction table for visual guidance on this critical step
Alerts
Fired Alerts (example at a single bar)
Fired Alerts (frequency)
Important Configuration Notes
Ensure that the TradingView chart's exchange matches your selected exchange in the indicator settings and your 3Commas bot settings.
You must configure the same leverage in both the script and your 3Commas bots
Your 3Commas bots must be configured for All USDT pairs
You must enter the exact Bot IDs and Email Token from 3Commas (these remain confidential - no one, including us, has access to them)
If you activate multiple categories without sufficient capital, 3Commas will display " insufficient funds " errors - align your available capital with the number of categories you activate (each deal will use the budget amount specified in user inputs)
You are free to set your Take Profit % / trailing on 3Commas
We recommend not to use DCA orders (i.e. set the number of DCA orders at zero)
Legend of symbols and plots on the chart
----------------------------------------------
FAQs
General Questions
❓ Q: What features are included in this indicator? A: This indicator provides access to the "Top Major Coins" category and a custom category option where you can define up to 10 pairs of your choice. It includes multi-exchange support, 3Commas integration, a dual strategy approach, visual indicators, trade controls, and comprehensive backtesting capabilities. The indicator is optimized to manage up to 2 trades per hour/category with leverage up to 10x and trade sizes up to 500 USDT - everything needed for traders looking to automate their crypto trading across multiple pairs simultaneously.
❓ Q: What is Global Score? A: The Global Score serves as a foundation for signal generation. When a candle's score exceeds certain thresholds (defined by your Risk Level setting), it becomes a candidate for signal generation. However, not all high-scoring candles generate trading signals - the indicator applies additional pattern recognition and contextual filters. For example, a strongly positive score (lime candle) in an established uptrend may trigger a "Trend Following" signal, while a strongly negative score (red candle) in a downtrend might generate a "Trend following Short" signal. Similarly, contrarian signals are generated when specific reversal patterns occur alongside appropriate Global Score values, often involving wick analysis and pivot point interactions. This multi-layer approach helps filter out false positives and identify higher-probability trading setups.
❓ Q: What's the difference between "Trend following" and "Contrarian" signals in the script? A: "Trend Following" signals follow the identified trends while "Contrarian" signals anticipate potential trend reversals.
❓ Q: Why don't I see any signals on my chart? A: Make sure you're viewing a USDT Perpetual pair from your selected exchange that belongs to the crypto category you've chosen to analyze. For example, if you've selected the "Top Major Coins" category with Binance as your exchange, you need to view a chart of one of those specific pairs (like BINANCE:BTCUSDT.P) to see signals. If you switch exchanges, for example from Binance to Bybit, you need to pull a Bybit pair on the chart to see backtesting data and signals.
❓ Q: Does this indicator guarantee profits? A: No. Trading cryptocurrencies involves significant risk, and past performance is not indicative of future results. This indicator is a tool to help you identify potential trading setups, but it does not and cannot guarantee profits.
❓ Q: Does this indicator repaint or use lookahead bias? A: No. All trading signals generated by this indicator are based only on completed price data and do not repaint. The system is designed to ensure that backtesting results reflect as closely as possible what you should experience in live trading.
While reference levels like pivot points are kept stable throughout the day using lookahead on, the actual buy and sell signals are calculated using only historical data (lookahead off) that would have been available at that moment in time. This ensures reliability and consistency between backtesting and real-time trading performance.
Technical Setup
❓ Q: What exchanges are supported? A: The strategy supports BINANCE, BYBIT, BITGET, GATEIO, and OKX USDT Perpetual markets (i.e. all the Exchanges you can connect to your 3Commas account for USDT Perpetual trading, excluding Coinbase Perpetual that offers USDC pairs, instead of USDT).
❓ Q: What timeframe should I use? A: The indicator is optimized for the 1-hour (1H) timeframe but may run on any timeframe.
❓ Q: How many coins can I trade at once? A: You can trade all coins within the selected category. You can activate categories by setting up alerts.
❓ Q: How many alerts do I need to set up? A: You need to set up one alert for each crypto category you want to trade. We recommend starting with one category, testing the results carefully, monitoring performance daily, and perhaps activating additional categories in a second stage.
❓ Q: Are there any specific risk management features built into the indicator? A: Yes, the indicator includes risk management features: adjustable maximum trades per hour/category, the ability to enable/disable long or short signals depending on market conditions, customizable trade size for both long and short positions, and different sensitivity/risk level settings.
❓ Q: What happens if 3Commas can't execute a signal? A: If 3Commas cannot execute a signal (due to insufficient funds, bot offline, etc.), the trade will be skipped. The indicator will continue sending signals for other valid setups, but it doesn't retry failed signals.
❓ Q: Can I run this indicator on multiple charts at once? A: Yes, but it's not necessary. The indicator analyzes all coins in your selected categories regardless of which chart you apply it to. For optimal resource usage, apply it to a single chart of a USDT Perpetual pair from your selected exchange. To stop trading a category, simply delete the alert created for that category.
❓ Q: How frequently does the indicator scan for new signals? A: The indicator scans all coins in your selected categories at the close of each bar (every hour if you selected the 1H timeframe).
----------------------------------------------
⚠️
Disclaimer
This indicator is for informational and educational purposes only and does not constitute financial advice. Trading cryptocurrencies involves significant risk, including the potential loss of all invested capital, and past performance is not indicative of future results.
Always conduct your own thorough research (DYOR) and understand the risks involved before making any trading decisions. Trading with leverage significantly amplifies both potential profits and losses - exercise extreme caution when using leverage and never risk more than you can afford to lose.
The Bot ID and Email Token information are transmitted directly from TradingView to 3Commas via secure connections. No third party or entity will ever have access to this data (including the Author). Do not share your 3Commas credentials with anyone.
This indicator is not affiliated with, endorsed by, or sponsored by TradingView or 3Commas.
3Commas Multicoin Scalper PRO [SwissAlgo]Introduction
Are you tired of tracking dozens of cryptocurrency charts and placing orders manually on your Exchange?
The 3Commas Multicoin Scalper PRO is an automated trading system designed to simultaneously identify and execute potential trading setups on multiple cryptocurrencies on your preferred Exchange (Binance, Bybit, OKX, Gate.io, Bitget) via 3Commas integration.
It analyzes price action, volume, momentum, volatility, and trend patterns across 180+ USDT Perpetual coins divided into 17 crypto categories , providing real-time signals directly to your 3Commas bots for automated trade execution. This indicator aims to identify potential trend-following and contrarian setups in both bull and bear markets.
-------------------------------------
What it Does
The 3Commas Multicoin Scalper PRO is a technical analysis tool that monitors multiple cryptocurrency pairs simultaneously and connects with 3Commas for signal delivery and execution.
Here's how the strategy works:
🔶 Technical Analysis : Analyzes price action, volume, momentum, volatility, and trend patterns across multiple USDT Perpetual Futures contracts simultaneously.
🔶 Pattern Detection : Identifies specific candle patterns and technical confluences that suggest potential trading setups across all USDT.P contracts of the selected categories
🔶 Signal Generation : When technical criteria are met at bar close, the indicator creates deal-start signals for the relevant pairs.
🔶 3Commas Integration : Packages these signals and delivers them to 3Commas through TradingView alerts, allowing 3Commas bots to receive specific pair information ('Deal-Start' signals).
🔶 Category Management : Each TradingView alert monitors an entire category (approximately 11 pairs), allowing selective activation of different crypto categories.
🔶 Visual Feedback : Provides color-coded candles and backgrounds to visualize technical conditions, with optional pivot points and trend visualization.
Candle types:
Signals:
-------------------------------------
Quick Start Guide
1. Setup 3Commas Bots : Configure two DCA bots in 3Commas (All USDT pairs) - one for LONG positions and one for SHORT positions.
2. Define Trading Parameters : Set your budget for each trade and adjust your preferred sensitivity within the indicator settings.
3. Create Category Alerts : Set up one TradingView alert for each crypto category you want to trade.
That's it! Once configured, the system automatically sends signals to your 3Commas bots when predefined trading setups are detected across coins in your selected/activated categories. The indicator scans all coins at bar close (for example, every hour on the 1H timeframe) and triggers trade execution only for those showing technical confluences.
Important : The more categories you activate by setting TradingView alerts, the more signals your 3Commas bots will receive. Consider your total capital when enabling multiple categories. More details about the setup process are provided below (see paragraph "Detailed Setup & Configuration")
-------------------------------------
Built-in Backtesting
The 3Commas Multicoin Scalper PRO includes backtesting visualization for each coin. When viewing any USDT Perpetual pair on your chart, you can visualize how the strategy would have performed historically on that specific asset.
Color-coded candles and signal markers show past trading setups, helping you evaluate which coins responded best to the strategy. This built-in backtesting capability can support your selection of assets/categories to trade before deploying real capital.
As backtesting results are hypothetical and do not guarantee future performance, your research and analysis are essential for selecting the crypto categories/coins to trade.
The default strategy settings are: Start Capital 1.000$, leverage 25X, Commissions 0.1% (average Taker Fee on Exchanges for average users), Order Amount 200$ for Longs/150$ for Shorts, Slippage 4
-------------------------------------
Key Features
🔶 Multi-Exchange Support : Compatible with BINANCE, BYBIT, BITGET, GATEIO, and OKX USDT Perpetual markets (USDT.P)
🔶 Wide Asset Coverage : Simultaneously analyzes 180+ cryptocurrencies across 17 specialized crypto categories
🔶 Custom Category Option : Create your watchlist with up to 10 custom USDT Perpetual pairs
🔶 3Commas Integration : Seamlessly connects with 3Commas bots to automate trade entries and exits
🔶 Dual Strategy Approach : Identifies both "trend following" and "contrarian" potential setups
🔶 Confluence-Based Signals : Uses a combination of multiple technical factors - price spikes, price momentum, volume spikes, volume momentum, trend analysis, and volatility spikes - to generate potential trading setups
🔶 Risk Management : Adjustable sensitivity/risk levels, leverage settings, and budget allocation for each trade
🔶 Visual Indicators : Color-coded candles and trading signals provide visual feedback on market conditions
🔶 Trend Indication : Background colors showing ongoing uptrends/downtrends
🔶 Pivot Points & Daily Open : Optional display of pivot points and daily open price for additional context
🔶 Liquidity Analysis : Optional display of high/low liquidity timeframes throughout the trading week
🔶 Trade Control : Configurable limit for the maximum number of signals sent to 3Commas for execution (per bar close and category)
Available Exchanges
Categories
Custom Category
Trend following/contrarian signals
-------------------------------------
Methodology
The 3Commas Multicoin Scalper PRO utilizes a multi-faceted approach to identify potential trading setups:
1. Price Action Analysis : Detects abnormal price movements by comparing the current candle's range to historical averages and standard deviations, helping identify potential "pump and dump" scenarios or new-trends start
2. Price Momentum : Evaluates the relative strength of bullish vs. bearish price movements over time, indicating the build-up of buying or selling pressure.
3. Volume Analysis: Identifies unusual volume spikes by comparing current volume to historical averages, signaling strong market interest in a particular direction.
4. Volume Momentum : Measures the ratio of bullish to bearish volume, revealing the dominance of buyers or sellers over time.
5. Trend Analysis : Combines EMA slopes, RSI, and Stochastic RSI to determine overall trend direction and strength.
6. Volatility : Monitors the ATR (Average True Range) to detect periods of increased market volatility, which may indicate potential breakouts or reversals
7. Candle Wick Analysis : Evaluates upper and lower wick percentages to detect potential rejection patterns and reversals.
8. Pivot Point Analysis : Uses pivot points (PP, R1-R3, S1-S3) for identifying key support/resistance areas and potential breakout/breakdown levels.
9. Daily Open Reference: Analyzes price action relative to the daily open for potential setups related to price movement vs. the opening price
10. Market Timing/Liquidity : Evaluates high/low liquidity periods, specific days/times of heightened risk, and potential market manipulation timeframes.
11. Boost Factors : Applies additional weight to certain confluence patterns to adjust global scores
These factors are combined into a "Global Score" ranging from -1 to +1 , applied at bar close to the newly formed candles.
Scores above predefined thresholds (configurable via the Sensitivity Settings) indicate strong bullish or bearish conditions and trigger signals based on predefined patterns. The indicator then applies additional filters to generate specific "Trend Following" and "Contrarian" trading signals. The identified signals are packaged and sent to 3Commas for execution.
Pivot Points
Daily open
Market Trend
Liquidity patterns by weekday
-------------------------------------
Who This Strategy Is For?
The 3Commas Multicoin Scalper PRO may benefit:
Crypto Traders seeking to automate their trading across multiple coins simultaneously
3Commas Users looking to enhance their bot performance with advanced technical signals
Busy Traders who want to monitor many market opportunities without constant chart-watching
Multi-strategy traders interested in both trend-following and reversal trading approaches
Traders of Various Experience Levels from intermediate traders wanting to save time to advanced traders seeking to scale their operations
Perpetual Futures Traders on major exchanges (Binance, Bybit, OKX, Gate.io, Bitget)
Swing and Scalp Traders seeking to identify short to medium-term profit opportunities
-------------------------------------
Visual Indicators
The indicator provides visual feedback through:
1. Candlestick Colors :
* Lime: Strong bullish candle (High positive score)
* Blue: Moderate bullish candle (Medium positive score)
* Red: Strong bearish candle (High negative score)
* Purple: Moderate bearish candle (Medium negative score)
* Pale Green/Red: Mild bullish/bearish candle
2. Signal Markers :
* ↗: Trend Following Long signal
* ↘: Trend Following Short signal
* ⤴: Contrarian Long signal
* ⤵: Contrarian Short signal
3. Optional Elements :
* Pivot Points: Daily support/resistance levels (R1-R3, S1-S3, PP)
* Daily Open: Reference price level for the current trading day
* Trend Background: Color-coded background suggesting potential ongoing uptrend/downtrend
* Liquidity Highlighting: Background colors indicating typical high/low market liquidity periods
4. TradingView Strategy Plots and Backtesting Data : Standard performance metrics showing entry/exit points, equity curves, and trade statistics, based on the signals generated by the script.
-------------------------------------
Detailed Setup & Configuration
The indicator features a user-friendly input panel organized in sequential steps to guide you through the complete setup process. Tooltips for each step provide additional information to help you understand the actions required to get the strategy running.
Informative tables provide additional details and instructions for critical setup steps such as 3Commas bot configuration and TradingView alert creation (to activate trading on specific categories).
1. Choose Exchange, Crypto Category & Sensitivity
* Select your USDT Perpetual Exchange (BINANCE, BYBIT, BITGET, GATEIO, or OKX) - i.e. the same Exchange connected in your 3Commas account
* Browse and choose your preferred crypto category, or define your watchlist
* Choose from three sensitivity levels: Default, Aggressive, or Test Mode (test mode is designed to generate way more signals, a potentially helpful feature when you are testing the indicator and alerts)
2. Setup 3Commas Bots and integrate them with the algo
* Create both LONG and SHORT DCA Bots in 3Commas
* Configure bots to accept signals for 'All USDT Pairs' with "TradingView Custom Signal" as deal start condition
* Enter your Bot IDs and Email Token in the indicator settings
* Set a maximum budget for LONG and SHORT trades
* Choose whether to allow LONG trades, SHORT trades, or both, according to your preference and market analysis
* Set maximum trades per bar/category (i.e. the max. number of simultaneous signals that the algo may send to your 3Commas bots for execution at every bar close - every hour if you set the 1H timeframe)
* Access the detailed setup guide table for step-by-step 3Commas configuration instructions
3Commas integration
3. Choose Visuals
* Toggle various optional visual elements to add to the chart: category metrics, fired alerts, coin metrics, daily open, pivot points
* Select a color theme: Dark or Light
4. Activate Trading via Alerts
* Create TradingView alerts for each category you want to trade
* Set alert condition to "3Commas Multicoin Scalper" with "Any alert() function call"
* Set the content of the message filed to: {{Message}}, deleting the default content shown in this text field, to enable proper 3Commas integration (any other text than {{Message}}, would break the delivery trading signals from Tradingview to 3Commas)
* View the alerts setup instruction table for visual guidance on this critical step
Alerts
Fired Alerts
Important Configuration Notes
Ensure that the TradingView chart's exchange matches your selected exchange in the indicator settings and your 3Commas bot settings.
You must configure the same leverage in both the script and your 3Commas bots
Your 3Commas bots must be configured for All USDT pairs
You must enter the exact Bot IDs and Email Token from 3Commas (these remain confidential - no one, including us, has access to them)
If you activate multiple categories without sufficient capital, 3Commas will display " insufficient funds " errors - align your available capital with the number of categories you activate (each deal will use the budget amount specified in user inputs)
You are free to set your Take Profit % / trailing on 3Commas
We recommend not to use DCA orders (i.e. set the number of DCA orders at zero)
Legend of symbols
-------------------------------------
FAQs
General Questions
❓ Q: What is Global Score? A: The Global Score serves as a foundation for signal generation. When a candle's score exceeds certain thresholds (defined by your Risk Level setting), it becomes a candidate for signal generation. However, not all high-scoring candles generate trading signals - the indicator applies additional pattern recognition and contextual filters. For example, a strongly positive score (lime candle) in an established uptrend may trigger a "Trend Following" signal, while a strongly negative score (red candle) in a downtrend might generate a "Trend Following Short" signal. Similarly, contrarian signals are generated when specific reversal patterns occur alongside appropriate Global Score values, often involving wick analysis and pivot point interactions. This multi-layer approach helps filter out false positives and identify higher-probability trading setups.
❓ Q: What's the difference between "Trend following" and "Contrarian" signals in the script? A: "Trend Following" signals follow the identified trends while "Contrarian" signals anticipate potential trend reversals.
❓ Q: Why can't I configure all the parameters? A: We've designed the solution to be plug-and-play to prevent users from getting lost in endless configurations. The preset values have been tested against their trade-offs in terms of financial performance, average trade duration, and risk levels.
❓ Q: Why don't I see any signals on my chart? A: Make sure you're viewing a USDT Perpetual pair from your selected exchange that belongs to the crypto category you've chosen to analyze. For example, if you've selected the "Top Major Coins" category with Binance as your exchange, you need to view a chart of one of those specific pairs (like BINANCE:BTCUSDT.P) to see signals. If you switch exchanges, for example from Binance to Bybit, you need to pull a Bybit pair on the chart to see backtesting data and signals.
❓ Q: Does this indicator guarantee profits? A: No. Trading cryptocurrencies involves significant risk, and past performance is not indicative of future results. This indicator is a tool to help you identify potential trading setups, but it does not and cannot guarantee profits.
❓ Q: Does this indicator repaint or use lookahead bias? A: No. All trading signals generated by this indicator are based only on completed price data and do not repaint. The system is designed to ensure that backtesting results reflect as closely as possible what you should experience in live trading.
While reference levels like pivot points are kept stable throughout the day using lookahead on, the actual buy and sell signals are calculated using only historical data (lookahead off) that would have been available at that moment in time. This ensures reliability and consistency between backtesting and real-time trading performance.
Technical Setup
❓ Q: What exchanges are supported? A: The strategy supports BINANCE, BYBIT, BITGET, GATEIO, and OKX USDT Perpetual markets (i.e. all the Exchanges you can connect to your 3Commas account for USDT Perpetual trading, excluding Coinbase Perpetual that offers UDSC pairs, instead of USDT).
❓ Q: What timeframe should I use? A: The indicator is optimized for the 1-hour (1H) timeframe but may run on any timeframe.
❓ Q: How many coins can I trade at once? A: You can trade all coins within each selected category (up to 11 coins per category in standard categories). You can activate multiple categories by setting up multiple alerts.
❓ Q: How many alerts do I need to set up? A: You need to set up one alert for each crypto category you want to trade. For example, if you want to trade both the "Top Major Coins" and the "DeFi" categories, you'll need to create two separate alerts, one for each category. We recommend starting with one category, testing the results carefully, monitoring performance daily, and perhaps activating additional categories in a second stage.
❓ Q: Are there any specific risk management features built into the indicator? A: Yes, the indicator includes risk management features: adjustable maximum trades per hour/category, the ability to enable/disable long or short signals depending on market conditions, customizable trade size for both long and short positions, and different sensitivity/risk level settings.
❓ Q: What happens if 3Commas can't execute a signal? A: If 3Commas cannot execute a signal (due to insufficient funds, bot offline, etc.), the trade will be skipped. The indicator will continue sending signals for other valid setups, but it doesn't retry failed signals.
❓ Q: Can I run this indicator on multiple charts at once? A: Yes, but it's not necessary. The indicator analyzes all coins in your selected categories regardless of which chart you apply it to. For optimal resource usage, apply it to a single chart of a USDT Perpetual pair from your selected exchange. To stop trading a category delete the alert created for that category.
❓ Q: How frequently does the indicator scan for new signals? A: The indicator scans all coins in your selected categories at the close of each bar (every hour if you selected the 1H timeframe).
3Commas Integration
❓ Q: Do I need a 3Commas account? A: Yes, a 3Commas account with active DCA bots (both LONG and SHORT) is required for automated trade execution. A paid subscription is needed, as multipair Bots and multiple simultaneous deals are involved.
❓ Q: How do I set the leverage? A: Set the leverage identically in both the indicator settings and your 3Commas DCA bots (the max supported leverage is 50x). Always be careful about leverage, as it amplifies both profits and losses.
❓ Q: Where do I find my 3Commas Bot IDs and Email Token? A: Open your 3Commas DCA bot and scroll to the "Messages" section. You'll find the Bot ID and Email Token within any message (e.g., "Start Deal").
Display Settings
❓ Q: What does the Sensitivity setting do? A: It adjusts the sensitivity of signal generation. "Default" provides a balanced approach with moderate signal frequency. "Aggressive" lowers the thresholds for signal generation, potentially increasing trade frequency but may include more noise. "Test Mode" is the most sensitive setting, useful for testing alert configurations but not recommended for live trading. Higher risk levels may generate more signals but with potentially lower average quality, while lower risk levels produce fewer but potentially better signals.
❓ Q: What does "Show fired alerts" do? A: The "Show fired alerts" option displays a label on your chart showing which signals have been fired and sent to 3Commas during the most recent candle closes. This visual indicator helps you confirm that your alerts are working properly and shows which coins from your selected category have triggered signals. It's useful when setting up and testing the system, allowing you to verify that signals are being sent to 3Commas as expected and their frequency over time.
❓ Q: What does "Show coin/token metrics" do? A: This toggle displays detailed technical metrics for the specific coin/token currently shown on your chart. When enabled, it shows statistics for the last closed candle for that coin.
❓ Q: What does "Show most liquid days/times" do? A: This toggle displays color-coded background highlighting to indicate periods of varying market liquidity throughout the trading week. Green backgrounds show generally higher liquidity periods (typically weekday trading hours), yellow highlights potentially manipulative periods (often Sunday/Monday overnight), and gray indicates low liquidity periods (when major markets are closed or during late hours).
⚠️ Disclaimer
This indicator is for informational and educational purposes only and does not constitute financial advice. Trading cryptocurrencies involves significant risk, including the potential loss of all invested capital, and past performance is not indicative of future results.
Always conduct your own thorough research (DYOR) and understand the risks involved before making any trading decisions. Trading with leverage significantly amplifies both potential profits and losses - exercise extreme caution when using leverage and never risk more than you can afford to lose.
The Bot ID and Email Token information are transmitted directly from TradingView to 3Commas via secure connections. No third party or entity will ever have access to this data (including the Author). Do not share your 3Commas credentials with anyone.
This indicator is not affiliated with, endorsed by, or sponsored by TradingView or 3Commas.
Destroyer LifeDestroyer Life Strategy - High-Frequency Long & Short Trading
Overview:
The Destroyer Life strategy is an advanced cryptocurrency trading algorithm designed for high-frequency execution on the 15-second timeframe. It combines CRT (Candle Range Trend) and Turtle Soup trading logic with multi-timeframe analysis to optimize entries and exits for both long and short trades. This strategy is specifically optimized for high-volatility crypto pairs, such as SOL/USD on MEXC, ensuring precise execution with minimal drawdown.
Key Features:
15-Second Timeframe Execution: Optimized for ultra-short-term trading.
Long & Short Strategy: Simultaneously identifies profitable buy and sell opportunities.
CRT & Turtle Soup Logic: Leverages price action patterns for enhanced trade accuracy.
Higher Timeframe Analysis (HTF): Incorporates liquidity zones, fair value gaps (FVG), and breaker blocks for context-aware trading.
Dynamic Position Sizing: Uses an adjustable leverage multiplier for risk-controlled trade sizing.
Commission Optimization: Ensures profitability even with trading fees.
Strict Risk Management: Implements exit conditions based on liquidity structure and trend reversals.
Strategy Performance (Backtested on SOL/USD - MEXC):
Overall Profitability: ~80% win rate in backtesting.
Net Profit: $3,151.12 (6.30% ROI).
Gross Profit: $3,795.68 (7.59%).
Gross Loss: $644.56 (1.29%).
Long Trades Profit: $1,459.05 (2.92%).
Short Trades Profit: $1,692.07 (3.38%).
Commission Paid: $924.82.
Minimum Trade Holding Period: 1-minute cooldown between trades.
Trading Logic:
Entry Conditions:
Long Trades: Triggered when the price enters a liquidity void and aligns with higher timeframe bullish bias.
Short Trades: Triggered when price approaches a resistance level with bearish higher timeframe confluence.
CRT & Turtle Soup Patterns: Identifies reversals by analyzing breakout and fake-out structures.
Exit Conditions:
Long Positions Close: Upon price exceeding a 3.88% profit threshold or reversing below an HTF structure.
Short Positions Close: Upon reaching a similar 3.88% threshold or showing strong bullish signals.
Dynamic Position Sizing:
Uses a leverage-based calculation that adapts trade size based on volatility.
Liquidity Awareness:
Tracks Mitigation Blocks (MB), Fair Value Gaps (FVG), Buy/Sell-Side Liquidity (BSL/SSL) to determine optimal execution.
Best Use Cases:
Scalpers & High-Frequency Traders: Those looking for rapid trade execution with short holding periods.
Crypto Traders Focused on Low Timeframes: Optimized for 15-second price action.
Traders Utilizing Liquidity Concepts: Built to exploit liquidity traps and inefficiencies.
Risks & Considerations:
High-Frequency Execution Requires Low Latency: Ensure your broker or exchange supports fast order execution.
Backtested Results May Vary: Real-time performance depends on market conditions.
Commission & Fees Impact Profits: Consider exchanges with low fees to maximize strategy efficiency.
Final Thoughts:
The Destroyer Life Strategy is designed for serious traders looking to take advantage of high-volatility markets with a structured, liquidity-based approach. By combining price action, liquidity concepts, and adaptive risk management, it provides a solid framework for executing high-probability trades on crypto markets.
🚀 Ready to take your trading to the next level? Try Destroyer Life today and dominate the markets!
AlgoBuilder [Mean-Reversion] | FractalystWhat's the strategy's purpose and functionality?
This strategy is designed for both traders and investors looking to rely and trade based on historical and backtested data using automation.
The main goal is to build profitable mean-reversion strategies that outperform the underlying asset in terms of returns while minimizing drawdown.
For example, as for a benchmark, if the S&P 500 (SPX) has achieved an estimated 10% annual return with a maximum drawdown of -57% over the past 20 years, using this strategy with different entry and exit techniques, users can potentially seek ways to achieve a higher Compound Annual Growth Rate (CAGR) while maintaining a lower maximum drawdown.
Although the strategy can be applied to all markets and timeframes, it is most effective on stocks, indices, future markets, cryptocurrencies, and commodities and JPY currency pairs given their trending behaviors.
In trending market conditions, the strategy employs a combination of moving averages and diverse entry models to identify and capitalize on upward market movements. It integrates market structure-based moving averages and bands mechanisms across different timeframes and provides exit techniques, including percentage-based and risk-reward (RR) based take profit levels.
Additionally, the strategy has also a feature that includes a built-in probability function for traders who want to implement probabilities right into their trading strategies.
Performance summary, weekly, and monthly tables enable quick visualization of performance metrics like net profit, maximum drawdown, profit factor, average trade, average risk-reward ratio (RR), and more.
This aids optimization to meet specific goals and risk tolerance levels effectively.
-----
How does the strategy perform for both investors and traders?
The strategy has two main modes, tailored for different market participants: Traders and Investors.
Trading:
1. Trading:
- Designed for traders looking to capitalize on bullish trending markets.
- Utilizes a percentage risk per trade to manage risk and optimize returns.
- Suitable for active trading with a focus on mean-reversion and risk per trade approach.
◓: Mode | %: Risk percentage per trade
3. Investing:
- Geared towards investors who aim to capitalize on bullish trending markets without using leverage while mitigating the asset's maximum drawdown.
- Utilizes pre-define percentage of the equity to buy, hold, and manage the asset.
- Focuses on long-term growth and capital appreciation by fully investing in the asset during bullish conditions.
- ◓: Mode | %: Risk not applied (In investing mode, the strategy uses 10% of equity to buy the asset)
-----
What's is FRMA? How does the triple bands work? What are the underlying calculations?
Middle Band (FRMA):
The middle band is the core of the FRMA system. It represents the Fractalyst Moving Average, calculated by identifying the most recent external swing highs and lows in the market structure.
By determining these external swing pivot points, which act as significant highs and lows within the market range, the FRMA provides a unique moving average that adapts to market structure changes.
Upper Band:
The upper band shows the average price of the most recent external swing highs.
External swing highs are identified as the highest points between pivot points in the market structure.
This band helps traders identify potential overbought conditions when prices approach or exceed this upper band.
Lower Band:
The lower band shows the average price of the most recent external swing lows.
External swing lows are identified as the lowest points between pivot points in the market structure.
The script utilizes this band to identify potential oversold conditions, triggering entry signals as prices approach or drop below the lower band.
Adjustments Based on User Inputs:
Users can adjust how the upper and lower bands are calculated based on their preferences:
Upper/Lower: This method calculates the average bands using the prices of external swing highs and lows identified in the market.
Percentage Deviation from FRMA: Alternatively, users can opt to calculate the bands based on a percentage deviation from the middle FRMA. This approach provides flexibility to adjust the width of the bands relative to market conditions and volatility.
-----
What's the purpose of using moving averages in this strategy? What are the underlying calculations?
Using moving averages is a widely-used technique to trade with the trend.
The main purpose of using moving averages in this strategy is to filter out bearish price action and to only take trades when the price is trading ABOVE specified moving averages.
The script uses different types of moving averages with user-adjustable timeframes and periods/lengths, allowing traders to try out different variations to maximize strategy performance and minimize drawdowns.
By applying these calculations, the strategy effectively identifies bullish trends and avoids market conditions that are not conducive to profitable trades.
The MA filter allows traders to choose whether they want a specific moving average above or below another one as their entry condition.
This comparison filter can be turned on (>) or off.
For example, you can set the filter so that MA#1 > MA#2, meaning the first moving average must be above the second one before the script looks for entry conditions. This adds an extra layer of trend confirmation, ensuring that trades are only taken in more favorable market conditions.
⍺: MA Period | Σ: MA Timeframe
-----
What entry modes are used in this strategy? What are the underlying calculations?
The strategy by default uses two different techniques for the entry criteria with user-adjustable left and right bars: Breakout and Fractal.
1. Breakout Entries :
- The strategy looks for pivot high points with a default period of 3.
- It stores the most recent high level in a variable.
- When the price crosses above this most recent level, the strategy checks if all conditions are met and the bar is closed before taking the buy entry.
◧: Pivot high left bars period | ◨: Pivot high right bars period
2. Fractal Entries :
- The strategy looks for pivot low points with a default period of 3.
- When a pivot low is detected, the strategy checks if all conditions are met and the bar is closed before taking the buy entry.
◧: Pivot low left bars period | ◨: Pivot low right bars period
2. Hunt Entries :
- The strategy identifies a candle that wicks through the lower FRMA band.
- It waits for the next candle to close above the low of the wick candle.
- When this condition is met and the bar is closed, the strategy takes the buy entry.
By utilizing these entry modes, the strategy aims to capitalize on bullish price movements while ensuring that the necessary conditions are met to validate the entry points.
-----
What type of stop-loss identification method are used in this strategy? What are the underlying calculations?
Initial Stop-Loss:
1. ATR Based:
The Average True Range (ATR) is a method used in technical analysis to measure volatility. It is not used to indicate the direction of price but to measure volatility, especially volatility caused by price gaps or limit moves.
Calculation:
- To calculate the ATR, the True Range (TR) first needs to be identified. The TR takes into account the most current period high/low range as well as the previous period close.
The True Range is the largest of the following:
- Current Period High minus Current Period Low
- Absolute Value of Current Period High minus Previous Period Close
- Absolute Value of Current Period Low minus Previous Period Close
- The ATR is then calculated as the moving average of the TR over a specified period. (The default period is 14).
Example - ATR (14) * 2
⍺: ATR period | Σ: ATR Multiplier
2. ADR Based:
The Average Day Range (ADR) is an indicator that measures the volatility of an asset by showing the average movement of the price between the high and the low over the last several days.
Calculation:
- To calculate the ADR for a particular day:
- Calculate the average of the high prices over a specified number of days.
- Calculate the average of the low prices over the same number of days.
- Find the difference between these average values.
- The default period for calculating the ADR is 14 days. A shorter period may introduce more noise, while a longer period may be slower to react to new market movements.
Example - ADR (20) * 2
⍺: ADR period | Σ: ADR Multiplier
3. PL Based:
This method places the stop-loss at the low of the previous candle.
If the current entry is based on the hunt entry strategy, the stop-loss will be placed at the low of the candle that wicks through the lower FRMA band.
Example:
If the previous candle's low is 100, then the stop-loss will be set at 100.
This method ensures the stop-loss is placed just below the most recent significant low, providing a logical and immediate level for risk management.
Application in Strategy (ATR/ADR):
- The strategy calculates the current bar's ADR/ATR with a user-defined period.
- It then multiplies the ADR/ATR by a user-defined multiplier to determine the initial stop-loss level.
By using these methods, the strategy dynamically adjusts the initial stop-loss based on market volatility, helping to protect against adverse price movements while allowing for enough room for trades to develop.
Each market behaves differently across various timeframes, and it is essential to test different parameters and optimizations to find out which trailing stop-loss method gives you the desired results and performance.
-----
What type of break-even and take profit identification methods are used in this strategy? What are the underlying calculations?
For Break-Even:
Percentage (%) Based:
Moves the initial stop-loss to the entry price when the price reaches a certain percentage above the entry.
Calculation:
Break-even level = Entry Price * (1 + Percentage / 100)
Example:
If the entry price is $100 and the break-even percentage is 5%, the break-even level is $100 * 1.05 = $105.
Risk-to-Reward (RR) Based:
Moves the initial stop-loss to the entry price when the price reaches a certain RR ratio.
Calculation:
Break-even level = Entry Price + (Initial Risk * RR Ratio)
Example:
If the entry price is $100, the initial risk is $10, and the RR ratio is 2, the break-even level is $100 + ($10 * 2) = $120.
FRMA Based:
Moves the stop-loss to break-even when the price hits the FRMA level at which the entry was taken.
Calculation:
Break-even level = FRMA level at the entry
Example:
If the FRMA level at entry is $102, the break-even level is set to $102 when the price reaches $102.
For TP1 (Take Profit 1):
- You can choose to set a take profit level at which your position gets fully closed or 50% if the TP2 boolean is enabled.
- Similar to break-even, you can select either a percentage (%) or risk-to-reward (RR) based take profit level, allowing you to set your TP1 level as a percentage amount above the entry price or based on RR.
For TP2 (Take Profit 2):
- You can choose to set a take profit level at which your position gets fully closed.
- As with break-even and TP1, you can select either a percentage (%) or risk-to-reward (RR) based take profit level, allowing you to set your TP2 level as a percentage amount above the entry price or based on RR.
When Both Percentage (%) Based and RR Based Take Profit Levels Are Off:
The script will adjust the take profit level to the higher FRMA band set within user inputs.
Calculation:
Take profit level = Higher FRMA band length/timeframe specified by the user.
This ensures that when neither percentage-based nor risk-to-reward-based take profit methods are enabled, the strategy defaults to using the higher FRMA band as the take profit level, providing a consistent and structured approach to profit-taking.
For TP1 and TP2, it's specifying the price levels at which the position is partially or fully closed based on the chosen method (percentage or RR) above the entry price.
These calculations are crucial for managing risk and optimizing profitability in the strategy.
⍺: BE/TP type (%/RR) | Σ: how many RR/% above the current price
-----
What's the ADR filter? What does it do? What are the underlying calculations?
The Average Day Range (ADR) measures the volatility of an asset by showing the average movement of the price between the high and the low over the last several days.
The period of the ADR filter used in this strategy is tied to the same period you've used for your initial stop-loss.
Users can define the minimum ADR they want to be met before the script looks for entry conditions.
ADR Bias Filter:
- Compares the current bar ADR with the ADR (Defined by user):
- If the current ADR is higher, it indicates that volatility has increased compared to ADR (DbU).(⬆)
- If the current ADR is lower, it indicates that volatility has decreased compared to ADR (DbU).(⬇)
Calculations:
1. Calculate ADR:
- Average the high prices over the specified period.
- Average the low prices over the same period.
- Find the difference between these average values in %.
2. Current ADR vs. ADR (DbU):
- Calculate the ADR for the current bar.
- Calculate the ADR (DbU).
- Compare the two values to determine if volatility has increased or decreased.
By using the ADR filter, the strategy ensures that trades are only taken in favorable market conditions where volatility meets the user's defined threshold, thus optimizing entry conditions and potentially improving the overall performance of the strategy.
>: Minimum required ADR for entry | %: Current ADR comparison to ADR of 14 days ago.
-----
What's the probability filter? What are the underlying calculations?
The probability filter is designed to enhance trade entries by using buyside liquidity and probability analysis to filter out unfavorable conditions.
This filter helps in identifying optimal entry points where the likelihood of a profitable trade is higher.
Calculations:
1. Understanding Swing highs and Swing Lows
Swing High: A Swing High is formed when there is a high with 2 lower highs to the left and right.
Swing Low: A Swing Low is formed when there is a low with 2 higher lows to the left and right.
2. Understanding the purpose and the underlying calculations behind Buyside, Sellside and Equilibrium levels.
3. Understanding probability calculations
1. Upon the formation of a new range, the script waits for the price to reach and tap into equilibrium or the 50% level. Status: "⏸" - Inactive
2. Once equilibrium is tapped into, the equilibrium status becomes activated and it waits for either liquidity side to be hit. Status: "▶" - Active
3. If the buyside liquidity is hit, the script adds to the count of successful buyside liquidity occurrences. Similarly, if the sellside is tapped, it records successful sellside liquidity occurrences.
5. Finally, the number of successful occurrences for each side is divided by the overall count individually to calculate the range probabilities.
Note: The calculations are performed independently for each directional range. A range is considered bearish if the previous breakout was through a sellside liquidity. Conversely, a range is considered bullish if the most recent breakout was through a buyside liquidity.
Example - BSL > 55%
-----
What's the range length Filter? What are the underlying calculations?
The range length filter identifies the price distance between buyside and sellside liquidity levels in percentage terms. When enabled, the script only looks for entries when the minimum range length is met. This helps ensure that trades are taken in markets with sufficient price movement.
Calculations:
Range Length (%) = ( ( Buyside Level − Sellside Level ) / Current Price ) ×100
Range Bias Identification:
Bullish Bias: The current range price has broken above the previous external swing high.
Bearish Bias: The current range price has broken below the previous external swing low.
Example - Range length filter is enabled | Range must be above 1%
>: Minimum required range length for entry | %: Current range length percentage in a (Bullish/Bearish) range
-----
What's the day filter Filter, what does it do?
The day filter allows users to customize the session time and choose the specific days they want to include in the strategy session. This helps traders tailor their strategies to particular trading sessions or days of the week when they believe the market conditions are more favorable for their trading style.
Customize Session Time:
Users can define the start and end times for the trading session.
This allows the strategy to only consider trades within the specified time window, focusing on periods of higher market activity or preferred trading hours.
Select Days:
Users can select which days of the week to include in the strategy.
This feature is useful for excluding days with historically lower volatility or unfavorable trading conditions (e.g., Mondays or Fridays).
Benefits:
Focus on Optimal Trading Periods:
By customizing session times and days, traders can focus on periods when the market is more likely to present profitable opportunities.
Avoid Unfavorable Conditions:
Excluding specific days or times can help avoid trading during periods of low liquidity or high unpredictability, such as major news events or holidays.
Increased Flexibility: The filter provides increased flexibility, allowing traders to adapt the strategy to their specific needs and preferences.
Example - Day filter | Session Filter
θ: Session time | Exchange time-zone
-----
What tables are available in this script?
Table Type:
- Summary: Provides a general overview, displaying key performance parameters such as Net Profit, Profit Factor, Max Drawdown, Average Trade, Closed Trades and more.
Avg Trade: The sum of money gained or lost by the average trade generated by a strategy. Calculated by dividing the Net Profit by the overall number of closed trades. An important value since it must be large enough to cover the commission and slippage costs of trading the strategy and still bring a profit.
MaxDD: Displays the largest drawdown of losses, i.e., the maximum possible loss that the strategy could have incurred among all of the trades it has made. This value is calculated separately for every bar that the strategy spends with an open position.
Profit Factor: The amount of money a trading strategy made for every unit of money it lost (in the selected currency). This value is calculated by dividing gross profits by gross losses.
Avg RR: This is calculated by dividing the average winning trade by the average losing trade. This field is not a very meaningful value by itself because it does not take into account the ratio of the number of winning vs losing trades, and strategies can have different approaches to profitability. A strategy may trade at every possibility in order to capture many small profits, yet have an average losing trade greater than the average winning trade. The higher this value is, the better, but it should be considered together with the percentage of winning trades and the net profit.
Winrate: The percentage of winning trades generated by a strategy. Calculated by dividing the number of winning trades by the total number of closed trades generated by a strategy. Percent profitable is not a very reliable measure by itself. A strategy could have many small winning trades, making the percent profitable high with a small average winning trade, or a few big winning trades accounting for a low percent profitable and a big average winning trade. Most mean-reversion successful strategies have a percent profitability of 40-80% but are profitable due to risk management control.
BE Trades: Number of break-even trades, excluding commission/slippage.
Losing Trades: The total number of losing trades generated by the strategy.
Winning Trades: The total number of winning trades generated by the strategy.
Total Trades: Total number of taken traders visible your charts.
Net Profit: The overall profit or loss (in the selected currency) achieved by the trading strategy in the test period. The value is the sum of all values from the Profit column (on the List of Trades tab), taking into account the sign.
- Monthly: Displays performance data on a month-by-month basis, allowing users to analyze performance trends over each month.
- Weekly: Displays performance data on a week-by-week basis, helping users to understand weekly performance variations.
- OFF: Hides the performance table.
Profit Color:
- Allows users to set the color for representing profit in the performance table, helping to quickly distinguish profitable periods.
Loss Color:
- Allows users to set the color for representing loss in the performance table, helping to quickly identify loss-making periods.
These customizable tables provide traders with flexible and detailed performance analysis, aiding in better strategy evaluation and optimization.
-----
User-input styles and customizations:
To facilitate studying historical data, all conditions and rules can be applied to your charts. By plotting background colors on your charts, you'll be able to identify what worked and what didn't in certain market conditions.
Please note that all background colors in the style are disabled by default to enhance visualization.
-----
How to Use This Algobuilder to Create a Profitable Edge and System:
Choose Your Strategy mode:
- Decide whether you are creating an investing strategy or a trading strategy.
Select a Market:
- Choose a one-sided market such as stocks, indices, or cryptocurrencies.
Historical Data:
- Ensure the historical data covers at least 10 years of price action for robust backtesting.
Timeframe Selection:
- Choose the timeframe you are comfortable trading with. It is strongly recommended to use a timeframe above 15 minutes to minimize the impact of commissions/slippage on your profits.
Set Commission and Slippage:
- Properly set the commission and slippage in the strategy properties according to your broker or prop firm specifications.
Parameter Optimization:
- Use trial and error to test different parameters until you find the performance results you are looking for in the summary table or, preferably, through deep backtesting using the strategy tester.
Trade Count:
- Ensure the number of trades is 100 or more; the higher, the better for statistical significance.
Positive Average Trade:
- Make sure the average trade value is above zero.
(An important value since it must be large enough to cover the commission and slippage costs of trading the strategy and still bring a profit.)
Performance Metrics:
- Look for a high profit factor, and net profit with minimum drawdown.
- Ideally, aim for a drawdown under 20-30%, depending on your risk tolerance.
Refinement and Optimization:
- Try out different markets and timeframes.
- Continue working on refining your edge using the available filters and components to further optimize your strategy.
Automation:
- Once you’re confident in your strategy, you can use the automation section to connect the algorithm to your broker or prop firm.
- Trade a fully automated and backtested trading strategy, allowing for hands-free execution and management.
-----
What makes this strategy original?
1. Incorporating direct integration of probabilities into the strategy.
2. Utilizing built-in market structure-based moving averages across various timeframes.
4. Offering both investing and trading strategies, facilitating optimization from different perspectives.
5. Automation for efficient execution.
6. Providing a summary table for instant access to key parameters of the strategy.
-----
How to use automation?
For Traders:
1. Ensure the strategy parameters are properly set based on your optimized parameters.
2. Enter your PineConnector License ID in the designated field.
3. Specify the desired risk level.
4. Provide the Metatrader symbol.
5. Check for chart updates to ensure the automation table appears on the top right corner, displaying your License ID, risk, and symbol.
6. Set up an alert with the strategy selected as Condition and the Message as {{strategy.order.alert_message}}.
7. Activate the Webhook URL in the Notifications section, setting it as the official PineConnector webhook address.
8. Double-check all settings on PineConnector to ensure the connection is successful.
9. Create the alert for entry/exit automation.
For Investors:
1. Ensure the strategy parameters are properly set based on your optimized parameters.
2. Choose "Investing" in the user-input settings.
3. Create an alert with a specified name.
4. Customize the notifications tab to receive alerts via email.
5. Buying/selling alerts will be triggered instantly upon entry or exit order execution.
-----
Terms and Conditions | Disclaimer
Our charting tools are provided for informational and educational purposes only and should not be construed as financial, investment, or trading advice. They are not intended to forecast market movements or offer specific recommendations. Users should understand that past performance does not guarantee future results and should not base financial decisions solely on historical data.
Built-in components, features, and functionalities of our charting tools are the intellectual property of @Fractalyst Unauthorized use, reproduction, or distribution of these proprietary elements is prohibited.
By continuing to use our charting tools, the user acknowledges and accepts the Terms and Conditions outlined in this legal disclaimer and agrees to respect our intellectual property rights and comply with all applicable laws and regulations.