Hello, I've been utilizing this DCA approach in my trading strategy for a while now, and I believe it's time to share it with the community. The VWMA Bands and RMF DCA Strategy is a powerful trading approach that combines the concepts of Volume Weighted Moving Average (VWMA) bands and the Relative Momentum Factor (RMF). This strategy employs Dollar Cost...
## Introduction and How it is Different The Elliott Wave with Supertrend Exit provides automated detection and validation of Elliott Wave patterns for algorithmic trading. It is designed to objectively identify high-probability wave formations and signal entries based on confirmed impulsive and corrective patterns. * The Elliott part is mostly referenced from...
## Introduction and How it is Different The Dual-Supertrend with MACD strategy offers an amalgamation of two trend-following indicators (Supertrend 1 & 2) with a momentum oscillator (MACD). It aims to provide a cohesive and systematic approach to trading, eliminating the need for discretionary decision-making. Key advantages over traditional single-indicator...
What This is a plain and vanilla reversal based strategy for intraday (15m) timeframe on Futures prices of the assets. Now what all it comprises of? It finds out the dynamic support & resistance from Bollinger Band (20 period, 1.5 std dev). It finds out the potential divergence of price deviation from 5 period exponential moving average (EMA). If the...
OKX MA Crossover. The simply example how you can use strategy on the TradingView for trade on the OKX Exchange. This strategy generate JSONs for place orders on the exchange by alerts and webhooks. In the script 2 function to generate entry and exit orders, and input parameters that needed for setup exchange. Use it for test this stack and to write you own...
█ Introduction and How it is Different The AI Supertrend Strategy is a unique hybrid approach that employs both traditional technical indicators and machine learning techniques. Unlike standard strategies that rely solely on traditional indicators or mathematical models, this strategy integrates the power of k-Nearest Neighbors (KNN), a machine learning...
Concept behind this Strategy : Considering a normal "buy/sell" situation, an asset would be bought in average at the median price following a Gaussian like concept. A higher or lower average trend would significate that the current perceived value is respectively higher or lower than the current median price, which mean that the buyers are evaluating the price...
There are many strategies that use RSI or Volume but very few that take advantage of how useful and important the two of them combined are. This strategy uses the Highs and Lows with Volume and RSI weighted calculations on top of them. You may be wondering how much of an impact Volume and RSI can have on the prices; the answer is a lot and we will discuss those...
Introduction and How It Is Different In the vast world of trading strategies, the TrendGuard Flag Finder stands out as a unique blend of traditional flag pattern detection and the renowned SuperTrend indicator. - A significant portion of the Flag Pattern detection is inspired by the "Flag Finder" code by @Amphibiantrading, which serves as one of foundational...
- Introduction and How It Is Different The Liquidity Breakout Strategy is a unique trading strategy that focuses on identifying and leveraging patterns in market price data. This strategy, mainly inspired by the script "Master Pattern" by LuxAlgo, takes a different approach from many traditional strategies that rely on technical indicators or fundamental...
What are financial ratios? Financial ratios are basic calculations using quantitative data from a company’s financial statements. They are used to get insights and important information on the company’s performance, profitability, and financial health. Common financial ratios come from a company’s balance sheet, income statement, and cash flow...
Library "Trade" A Trade Tracking Library Monitor conditions with less code by using Arrays. When your conditions are met in chronologically, a signal is returned and the scanning starts again. Create trades automatically with Stop Loss, Take Profit and Entry. The trades will automatically track based on the market movement and update when the targets are...
This is a momentum strategy based on the Commodity Channel Index (CCI), with the aim of entering long trades in oversold conditions and short trades in overbought conditions. Optionally, you can enable an Exponential Moving Average (EMA) to only allow trading in the direction of the larger trend. Please note that the strategy will not plot the EMA. If you want,...
- Introduction and How it is Different The SuperTrend Enhanced Pivot Reversal is a unique approach to trading that combines the best of two worlds: the precision of pivot reversal points and the trend-following power of the SuperTrend indicator. This strategy is designed to provide traders with clear entry and exit points, while also filtering out potentially...
- Introduction and how it is different The 'Volatility Capture RSI-Bollinger - Strategy ' is a trading strategy that combines the concepts of Bollinger Bands (BB), Relative Strength Index (RSI), and Simple Moving Average (SMA) to generate trading signals. The uniqueness of this strategy is it calculates which is a dynamic level between the upper and lower...
- Introduction and how it is different The PresentTrend strategy is a unique custom trend-following strategy. This combination allows the strategy to take advantage of both short-term and long-term market trends, making it suitable for various market conditions. BTCUSDT 4hr chart (700.hk) 3D chart - Strategy, How it Works RSI or MFI: The first part uses a...
Don't know how to code? No problem! TradingView is an excellent platform for you. ✅ ✅ If you have an indicator that you want to backtest using a risk-to-reward ratio or fixed take profit/stop loss levels, then the Risk to Reward - FIXED SL Backtester script is the perfect solution for you. introducing Risk to Reward - FIXED SL Backtester Script which will...
In Binary options, strategy testing is a bit different. The strategy result depends upon expiry intervals and payout ratio. My previous script was a try to resolve this but has some bugs in specific choices. The new version overcame those and added some new features useful for binary option strategy testing. Assumption: We are opening position at next candle...