RSI & MA Strategy : INTRODUCTION : This strategy is based on two well-known indicators that work best together: the Relative Strength Index (RSI) and the Moving Average (MA). We're going to use the RSI as a trend-follower indicator, rather than a reversal indicator as most are used to. To the signals sent by the RSI, we'll add a condition on the chart's MA,...
█ Introduction and How It Is Different The "RMI Trend Sync - Strategy " combines the strength of the Relative Momentum Index (RMI) with the dynamic nature of the Supertrend indicator. This strategy diverges from traditional methodologies by incorporating a dual analytical framework, leveraging both momentum and trend indicators to offer a more holistic market...
The "3kilos BTC 15m" is a comprehensive trading strategy designed to work on a 15-minute timeframe for Bitcoin (BTC) or other cryptocurrencies. This strategy combines multiple indicators, including Triple Exponential Moving Averages (TEMA), Average True Range (ATR), and Heikin-Ashi candlesticks, to generate buy and sell signals. It also incorporates risk...
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...
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,...
My exit strategy to reduce risk via tracking price and ATR. Sets new STOP price based on how many ATR is current price above from the entry price. I only check 5 and 20 EMAs for entry strategy. I intentionally used a simple entry strategy to further test the impact of this exit strategy. First sets STOP at 1.5 ATR below the entry price. If there is a 2 ATR...
- 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...
This is a highly-customizable trading strategy made by TradeSmart, focusing mainly on ATR-based indicators and filters. The strategy is mainly intended for trading forex , and has been optimized using the Deep Backtest feature on the 2018.01.01 - 2023.06.01 interval on the EUR/USD (FXCM) 15M chart, with a Slippage value of 3, and a Commission set to 0.00004 USD...
This is a custom indicator that implements a trading strategy based on Renko charts, but they can be used on regular candlestick charts and on any time frame. Renko charts are known for filtering market noise and displaying price movements in a clearer way. However, it is important to note that this indicator is provided for educational and informational purposes...
Here is the strategy version of the indicator - Master Supertrend Options and variations are same throughout. 🎲 Variations Following variations are provided in the form of settings. 🎯 Range Type Instead of ATR, different types of ranges can be used for stop calculation. Here is the complete list used in the script. Plus/Minus Range* - Calculates plus...
Are you looking for a reliable and profitable algorithmic trading strategy for TradingView? If so, you might be interested in our Supertrend basic strategy, which is based on three powerful indicators: Supertrend (ATR), RSI and EMA. Supertrend is a trend-following indicator that helps you identify the direction and strength of the market. It also gives you clear...
This Pine Script code defines a TradingView strategy called "I11L - Better Buy Low Volatility or High Volatility?". The strategy aims to study the difference between buying when an asset's volatility is low and when it is high. It allows the user to select whether to buy during low or high volatility periods by changing the input variable mode. Here's a brief...
**Long Only Strategy** When Price drops below the ATR band below it will enter a buy on the next candle open SL at current price minus ATR* ATR multiplier TP at Mean EMA or if higher than Mean EMA and current candle low is below previous candle low or if price is above ATR NB: I would highly recommend a low fee broker (I use ICmarkets raw spread account) due to...
Saw TradePro's "NEW BEST HIGHEST PROFITING STRATEGY WITH CRAZY RESULTS - 2 EMA+ Stochastic RSI+ ATR", and was curious on the back testing results. This strategy is an attempt to recreate it. This strategy uses 50 / 200 EMAs, Stochastic RSI and ATR. Long Entry Criteria: - 50 EMA > 200 EMA - Price closes below 50 EMA - Stochastic RSI has gone into oversold <...
What? In the price action, levels have a significant role to play. Based on the price moving above/below the levels - the underlying instrument shows some price-action in the direction of breakout/breakdown. There are plenty of ways level can be determined. Levels are the decision point to take a trade or not. But if we make the level derivation complex, then...
🎲 Overview 🎯 this is a optimized version based on ATR_RSI_Strategy with no-repaint. Sharpe ratio: 1.4, trade times: 116 , trade symbol: BINANCE:BTCUSDTPERP 15M you can get same backtesting result with the correct settings. 🎲 Strategy Logic 🎯 the core logic is quite simple, use ATR and RSI and SMA 1. when price is in high volatility ( atr_value > atr_ma); 2....
This is a time based strategy, designed to enter and exit within the same day of the week, using different hours for entry and exit. The script is long only direction, and it has no risk management inside, so use it with caution. At the same time you can also calculate each individual hour return within a certain day, and make your own idea about the best...