At the heart of this endeavor is a passion for continuous improvement in the art of trading █ Introduction and How it is Different The "Multi-Step FlexiSuperTrend - Strategy " is an advanced trading strategy that integrates the well-known SuperTrend indicator with a nuanced and dynamic approach to market trend analysis. Unlike conventional SuperTrend strategies...
The code is mainly developed for me to stimulate the multi-step taking profit function for strategies. The result shows the drawdown can be reduced but at the same time reduced the profit as well. It can be a heuristic for futures leverage traders. █ Introduction and How it is Different The "Strategic Multi-Step Supertrend" is a trading strategy designed to...
The Wall Street Cheat Sheet Indicator is a unique tool designed to help traders identify the psychological stages of the market cycle based on the well-known Wall Street Cheat Sheet. This indicator integrates moving averages and RSI to dynamically label market stages, providing clear visual cues on the chart. Key Features: Dynamic Stage Identification: The...
"The Kaufman Adaptive Moving Average (KAMA) Strategy" is a trend-following system that leverages the adaptive qualities of the Kaufman Adaptive Moving Average (KAMA). This strategy is distinguished by its ability to adjust dynamically to market volatility, enhancing trading accuracy by minimizing the effects of false and delayed signals often associated with the...
█ Introduction and How it is Different Z-score: a statistical measurement of a score's relationship to the mean in a group of scores. Simple but effective approach. The "Price Based Z-Trend - Strategy " leverages the Z-score, a statistical measure that gauges the deviation of a price from its moving average, normalized against its standard deviation. This...
█ Introduction and How it is Different The "Stablecoin Supply - Indicator" differentiates itself by focusing on the aggregate supply of major stablecoins—USDT, USDC, and DAI—rather than traditional price-based metrics. Its premise is that fluctuations in the total supply of these stablecoins can serve as leading indicators for broader market movements, offering...
Hi Traders ! Introduction: I have recently been exploring the world of automated algorithmic trading (as I prefer more objective trading strategies over subjective technical analysis (TA)) and would like to share one of my automation compatible (PineConnecter compatible) scripts “Session Breakout Scalper”. The strategy is really simple and is based on time...
This Pine Script code is designed to create a custom technical indicator called "Worm" that helps identify trends in the market based on momentum. Let's break down the code and its settings: Indicator Title and Overlay: The indicator is named "Worm (Clean)" and is set to be overlaid on the price chart. Input Settings: The code defines various input settings,...
BINANCE:BTCUSDT.P BINANCE:ETHUSDT.P Introducing the first publicly available suite of indicators for Bitcoin and Ethereum by Sofex - the High-End Indicators & Backtesting System. 🔬 Trading Philosophy The High-End Indicators & Backtesting system offers both trend-following and mean-reversal algorithms to provide traders with a deep insight into the...
BINANCE:FETBUSD The DCA Detective | v1.0 strategy revolutionizes the realm of DCA (Dollar Cost Averaging) trading, integrating advanced trade initiation predicated on savvy Technical Analysis (TA) signals. This strategy's distinctive feature rests in its capacity to leverage TA signals or preset percentage levels to trigger safety orders, providing adaptability...
Strategy: Using 10 and 200 Simple moving averages, we capitalize on price pullbacks on a general uptrend to scalp 1 - 5% rebounds. 200 MA is used as a general indicator for bullish sentiment, 10 MA is used to identify pullbacks in the short term for buy entries. An optional bonus: market crash of 20% from 52 days high is regarded as a buy the dip signal. An...
Mean Reverse Grid Algorithm - The Quant Science™ is a dynamic grid algorithm that follows the trend and run a mean reverting strategy on average percentage yield variation. DESCRIPTION Trades on different price levels of the grid, following the trend. The grid consists of 10 levels, 5 higher and 5 lower. The grids together create a channel, this channel...
DCA Average Arbitrage - The Quant Science™ is a quantitative algorithm based on a DCA model that uses averaging to create a statistical arbitrage system. DESCRIPTION The algorithm can be set long or short. 1. Long algorithm: opens long positions with 100% of the capital every time the price deviates negatively for a certain percentage distance from the...
Hi Traders! Welcome to Protervus Trading Toolkit (PTT) , a comprehensive set of tools to help you building, backtesting, and even automating your strategy. Important : the data and screenshots I publish are solely for presentation and explanation purposes and must not be intended as recommendations or guarantees. Please consider eventual backtesting results...
The parabolic SAR is a technical indicator used to determine the price direction of an asset, as well as draw attention to when the price direction is changing. Sometimes known as the "stop and reversal system," the parabolic SAR was developed by J. Welles Wilder Jr., creator of the relative strength index (RSI). PSAR can itself prove to be great trading...
Hello traders! We have heard many times that keep your losses small and allow your profits to grow. But what happens is that we often make the mistake of doing high-margin trades that we cannot afford to lose. The main reason for this problem, in my opinion, is the rush to open a position and not paying attention to how much acceptable loss in each trade is for...
1. General 2. Additional information 3. Access 1. This is a script for crypto trading strategies, based on following trends with moving averages. A fast moving average and a slower getting crosschecked with MACD for buying/selling signals, those signals get crosschecked by 5 different factors, like the MACD or controlling average. Only if all requirements...
With this plot one is able to compare the different % change in the given time frame. It calculates the sma of a given period (defval = 7) for the close/open. Strategy would be to choose (trade) from one to other asset in order to get higher rates when pumping or lower when dumping. The Symbol & exchange has to be specified. defSymbols = BTC, ETH and LINK ...