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 strategy is designed for traders seeking a trend-following system with a focus on precision and adaptability. **Core Strategy Concept** The essence of this strategy lies in use of Exponential Moving Averages (EMAs) to identify potential long (buy) positions based on the relative positions of short-term, medium-term, and long-term EMAs. The use of EMAs is...
// ================================= Trend following strategy. // ================================= Strategy uses two channels. One channel - for opening trades. Second channel - for closing. Channel is similar to Donchian channel, but uses Close prices (not High/Low). That helps don't react to wicks of volatile candles (“stop hunting”). In most cases...
Based in the model of Machine learning: Lorentzian Classification by @jdehorty, you will be able to get into trending moves and get interesting entries in the market with this strategy. I also put some new features for better backtesting results! Backtesting context: 2022-07-19 to 2023-04-14 of US500 1H by PEPPERSTONE. Commissions: 0.03% for each entry, 0.03%...
Using the UT Bot alerts indicator by @QuantNomad, this strategy was designed for showing an example of how this indicator could be used, also, it has the goal to help some people from a group that use to use this indicator for their trading. Under any circumstance I recommend to use it without testing it before in real time. Backtesting context: 2020-02-05...
Stop worrying about catching the lowest price, it's almost impossible!: with this trend-following strategy and protection from bearish phases, you will know how to enter the market properly to obtain benefits in the long term. Backtesting context: 1899-11-01 to 2023-02-16 of SPX by Tvc. Commissions: 0.05% for each entry, 0.05% for each exit. Risk per trade:...
The Rocket Grid Algorithm is a trading strategy that enables traders to engage in both long and short selling strategies. The script allows traders to backtest their strategies with a date range of their choice, in addition to selecting the desired strategy - either SMA Based Crossunder or SMA Based Crossover. The script is a combination of trend following and...
Hello guys!, If you are a swing trader and you are looking for a simple trend strategy, you should check this one. Based in the supertrend indicator, this strategy will help you to catch big movements in BTCUSD 4H and avoid losses as much as possible in consolidated situations of the market This strategy was designed for BTCUSD in 4H timeframe Backtesting...
This is a long term/investment type of strategy designed to have a good idea about where the big trend direction is headed. Its logic, its made entirely on the COT report, mainly from looking into the net non comercial positions aka the speculators. For bullish trend we look that the difference between long non comercial vs short non comercial is higher than...
This is a Trend Following strategy based on the Trend Confidence indicator. The goal of this strategy is to be a simple Trend Following strategy, but also to be as precise as possible when it comes to the question 'how confident are we that a linear trend is ongoing?'. For this we calculate the 'confidence' of a linear trend in the past number of closing prices....
VXD Cloud Edition for Python-Binance-bots. to overcome sideways market conditions this cloud configured for low timeframe. every TA is same as VXD Cloud Edition but custom alert message for bots. Risk:Reward Calculation Risk of Ruin Setting can now selected between Fixed $ or % if Buy your Stoploss will be Swing low if Sell your Stoploss will be Swing high...
Rob Booker - ADX Breakout. The strategy remains unchanged but the code has been updated to pinescript V5. This enables compatibility with all new Tradingview features. Additonally, indicators have been made more easily visible, default cash settings as well as input descriptions have been added. Rob Booker - ADX Breakout: (Directly taken from the official...
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...
This is very simple trend following or momentum strategy. If the price change over the past number of bars is positive, we buy. If the price change over the past number of bars is negative, we sell. This is surprisingly robust, simple, and effective especially on trendy markets such as cryptos. Works for many markets such as: INDEX:BTCUSD INDEX:ETHUSD ...
The basics: In its simplest form, this strategy is a positional trend following strategy which enters long when price breaks out above "middle" EMA bands and closes or flips short when price breaks down below "middle" EMA bands. The top and bottom of the middle EMA bands are calculated from the EMA of candle highs and lows, respectively. The idea is that...
Publishing a strategy that includes adx and ema filter as well Entry: all three Supertrend turns positive. If a filter of ADX and EMA is applied, also check if ADX is above the selected level and close is above EMA Exit: when the first supertrend turns negative opposite for short entries A FIlter is given to take or avoid re-enter on the same side. For example,...
This is another modification for cipher B indicator from VuManChu. I also would like to acknowledge "The Art of Trading" channel in youtube for their mastery pine script course. This script is designed to send alerts to 3commas platform. In strategy.entry in comment option, you can incorporate your token for your bot. The buy signal accomplishes only when BTC is...