This is a very simple strategy for swing trade in stock indexes. this strategy only trade long position, recommend to use this in day chart of sp500 or nas100. SPX NDX Buy condition: close price above long term SMA(default period 200),close price under short term SMA(default period 10), RSI is under 30(default period 3) Sell condition: 1:if close price is...
RENKO STRATEGY CAUTION : This strategy must be applied to a candlestick chart (not a Renko chart). INTRODUCTION : The Traditional Renko chart has been reproduced and is plotted according to the evolution of the price. It will enable us to receive buy or sell signals and follow major trends. This is a medium/long term strategy and depends a lot on the box...
This is a strategy script that combines trend-based price action analysis with the Relative Strength Index (RSI) and Exponential Moving Averages (EMA) as trend filters. Here's a summary of the key components and logic: Price Action Candlestick Patterns: Bullish patterns: Engulfing candle and Morning Star. Bearish patterns: Engulfing candle and Evening Star. ...
The script above is a trading strategy with rules based on the Engulfing candlestick pattern within the context of the trend. Some key elements of this script include: 1. ATR (Average True Range) settings to measure market volatility. 2. Supertrend settings to identify the market trend. 3. Conditions for determining uptrend and downtrend. 4. Determination of...
Narrow Range Strategy : INTRODUCTION : This strategy is based on the Narrow Range Day concept, implying that low volatility will generate higher volatility in the days ahead. The strategy sends us buy and sell signals with well-defined profit targets. It's a medium/long-term strategy. There's also a money management method that allows us to reinvest part of...
本策略是一款創新的量化交易系統,融合了多種先進的技術分析工具,包括 SuperTrend 指標、QQE(Quantitative Qualitative Estimation)和 Trend Indicator A-V2。這一綜合方法為交易者提供了一個全面而靈活的工具,旨在捕捉市場的主要趨勢,同時有效地管理風險。 核心特點: 多元指標結合:集成了 SuperTrend、QQE和 Trend Indicator A-V2...
Code By Rajesh This is Signal Based Stratgy With Max 160% Draw Down Contact me for best setting 9825074077
The Bollinger Bands & Fibonacci Strategy is a powerful technical analysis trading strategy designed to identify potential entry and exit points in financial markets. This strategy combines two widely used indicators, Bollinger Bands and Fibonacci retracement levels, to assist traders in making informed trading decisions. Key Features: Bollinger Bands: This...
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...
The "Merovinh - Mean Reversion Lowest Low" strategy is a mean reversion trading approach that aims to identify potential reversal points based on the updated lowest low of the specified number of bars. This strategy focuses on the detection of bullish price movements. Works well on Tech giant's shares. Strategy Overview: The strategy detects the lowest low...
Introduction: In the ever-evolving world of Forex trading, strategies that provide a competitive edge are highly sought after. The Moving Average (MA) crossover technique is a popular long-term approach, but its vulnerability to false signals can lead to potential losses. To overcome this challenge, we introduce a game-changing MA crossover filter designed to...
🇺🇸 GENERAL OVERVIEW Buy&Sell Bullish Engulfing - The Quant Science It is a Buy&Sell strategy based on the 'Bullish Engulfing' candlestick pattern. The main goal of the strategy is to achieve a consistent and sustainable return over time, with a manageable level of risk. Bullish Engulfing The template was developed at the top of the Indicator provided by...
This is a simple strategy that is working well on SPY but also well performing on Mini Futures SP500. The strategy is composed by the followin rules: 1. If RSI(2) is less than 15, then enter at the close. 2. Exit on close if today’s close is higher than yesterday’s high. If you backtest it on Mini Futures SP500 you will be able to track data from 1993. It is...
This is a simple strategy that is working well on SPY but also well performing on Mini Futures SP500. The strategy is composed by the followin rules: 1. If today’s close is below yesterday’s five-day low, go long at the close. 2. Sell at the close when the two-day RSI closes above 50. 3. There is a time stop of five days if the sell criterium is not...
This is a simple strategy that is working well on SPY but also well performing on Mini Futures SP500. The strategy is composed by the followin rules: 1. Today is Monday. 2. The close must be lower than the close on Friday. 3. The IBS must be below 0.5. 4. If 1-3 are true, then enter at the close. 5. Sell 5 trading days later (at the close). If you backtest it on...
The new "Pure Morning 2.0 - Candlestick Pattern Doji Strategy" is a trend-following, intraday cryptocurrency trading system authored by devil_machine. The system identifies Doji and Morning Doji Star candlestick formations above the EMA60 as entry points for long trades. For best results we recommend to use on 15-minute, 30-minute, or 1-hour timeframes, and are...
Introduction: The Swing Momentum Strategy is a quantitative trading strategy designed to capture mid-term opportunities in the financial markets by combining swing trading principles with momentum indicators. It utilizes a combination of technical indicators, including moving averages, crossover signals, and volume analysis, to generate buy and sell signals. The...
This script calculates the fair value of gold, which is set as an input parameter. It then gets the current price of gold and calculates the gap between the price and the fair value. If the gap is positive, it enters a long trade, and if it's negative, it enters a short trade. The script also uses proper risk management techniques by setting a stop loss and take...