Overview The common practice of using Bollinger bands is to use it for building mean reversion or squeeze momentum strategies. In the current script Bollinger Bands Enhanced Strategy we are trying to combine the strengths of both strategies types. It utilizes Bollinger Bands indicator to buy the local dip and activates trailing profit system after reaching the...
Intramarket Difference Indicator (IDI) Strategy: In layman’s terms this strategy compares two indicators across (correlated) markets and exploits their differences. 📍 Import Notes: This Strategy calculates trade position size independently, this means that the ‘Order size’ input in the ‘Properties’ tab will have no effect on the strategy. Why ? because...
This is a simple strategy script based on Bollinger Bands pullbacks. The strategy is simple, as follows: For LONGS: At the close of any candle, it check to see if this candle is an UP candle where the low broke below the lower Bollinger Band. If so, we call this the trigger candle. For the next bar, we issue a BUY signal if the price breaks above the high of the...
This is my own Twist on Larry Connors Simple Tradingideas. It Combines the RSI, Averaging In and the Lowest Bars in a Single System. The current Configuration is designed for the Daily Timeframe. Feel free to play with the Parameters and keep in mind that Larry Intended to buy fear and sell the greed! The Rules are the following: ---Buy--- Buy, if the lowest...
Default settings are for the ETHUSDT 5 min Binance Chart regular candles. Back test Default settings are 10,000 usd to start, Commission 0.075%, capital deployment per position is 10%, slippage value of 1. This algo uses the EMA to set the trend line . You are also able to turn the trend line into a range instead of just a static line. The algo uses the VWMA to...
Simple mean reversion strategy. Strategy aims to find three bullish or bearish candle pattern which ends with strong move. Position will be open until we get close above previous highs. Strategy uses also simple moving average to filter short positions. This strategy works well with QQQ and daily time frame but it seems to do fairly well intraday also. User...
Hi, this strategy is taken from a video made by Steven Primo. You can look it up on YouTube if you want to know about it. It is a mean-reversion strategy based on the Bollinger Bands, in which we wait for 5 consecutive closes above the upper band, and for a short-term top. Once it happens, we place an entry order on this top, with a stop at the nearest bottom...
This strategy is a modification of the “R3 Strategy” from the book "High Probability ETF Trading" by Larry Connors and Cesar Alvarez. This RSI strategy is for a 1-day time-frame and has these 3 simple rules: Criteria: The price must be above the 200 day moving average. The 2-period (day) RSI drops 3 days in a row. The 2-period RSI must have been below 60 3...
This strategy is taken from Perry Kaufman's book "Trading System and Methods". You can enter on the direction of the candle, or opposite to it. I find that the opposite tends to yield better results in volatile assets, allowing a better reward to risk ratio. There is no stop loss in this strategy, only a fixed take profit and a time limitation.
When asked what the key to successful investing was, Warren Buffet famously said “buy low, sell high.” Was he onto something? Today I am sharing with the community a simple “buy low, sell high” strategy with an optional trend filter and take-profit target. I’ve found that this strategy works well in a variety of markets but has a higher tendency to out-perform buy...
Description : This strategy will enter a position when the following conditions are met: a) Main signal: When source data (ATR) diverts from its moving average value, and b) Confirmation: If predicted direction of trend is favorable. Assumptions : During periods of high price volatility, ATR diverts from its moving average value. Eventually, ATR should...
This strategy will enter into a position when price volatility is relative high, betting that price will subsequently trend in a favourable direction. Hypothesis : During periods of high price volatility, ATR will divert from its moving average by at least +/- one standard deviation. Eventually, ATR will revert back to the mean. However, just knowing the...
In this strategy, I used a combination of trend hunter and vwap mean reversion strategies that I published before. Trend Hunter Strategy: Mean Reversion Vwap Strategy: The results are quite impressive, especially for bitcoin. While the hodl return for bitcoin was 13419%, the strategy's return in the same period was about 5 times (65000%) of this. ...
For Educational Purposes. Results can differ on different markets and can fail at any time. Profit is not guaranteed. This only works in a few markets and in certain situations. Changing the settings can give better or worse results for other markets. This is a good way to show off a good looking strategy, atleast in paper, with minimal effort involved in the...
For Educational Purposes. Results can differ on different markets and can fail at any time. Profit is not guaranteed. This only works in a few markets and in certain situations. Changing the settings can give better or worse results for other markets. This is a mean reversion strategy based on Bollinger Bands and the Intraday Intensity Index (a volume indicator)....
This is based on my GMS: Mean Reversion Indicator () Features: - % Based Profit Target and Stop Loss - SMA Trend Filter - Can choose trade exit based off a moving average or linear regression curve - Filter for long only trades, short only trades, or both at the same time. Source code is open, so feel free to take a look! I hope it helps, Andre
The strategy checks nature of the instruments. It Buys if the close is greater than yesterday's high, reverse the position if the close is lower than yesterday's low and repeat the process. 1. If it is trend following then the equity curve will be in uptrend 2. If it is mean reverting then the equity curve will be downtrend Thanks to Rayner Teo.
This is a type of mean reversion strategy. It only generates long signals when the price is far away from the mean. It tries buy from the dip. Use it with BTC/USDT pair on 4 hour timeframe.