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 strategy idea uses two, fast and slow, momentum indicators for trade setups and exits. This is a fast reacting strategy which is very useful in trending instruments on 1D and 4H timeframes. This is the implementation used in QuantCT app. You can set operation mode to be Long/Short or long-only. You also can set a fixed stop-loss or ignore it so that the...
Trend Surfers - Premium Breakout Strategy with Alerts I am happy today to release the first free Trend Surfers complete Breakout Strategy! The strategy includes: Entry for Long and Short Stoploss Position Size Exit Signal Risk Management Feature How the strategy works This is a Trend Following strategy. The strategy will have drawdowns, but they...
Using combination bollinger band and RSI indicator as guide to predict price volatility and the best entry point. The strategy logic is pretty straightforward where we're interested with close price that touches the lower bollinger band ; there are only two scenarios that will happened after the price reaches the lower band; the price might rebound from the lower...
Easy Trend Following Strategy using Highs and Lows breakout of the last X candles to enter and exit trades. You can easily change the ENTRY and EXIT value in order to find the best settings. This strategy seems to be working well for $BTC and $ETH on the 4H and 1D. I didn't play with it too much as I am testing script to trade on the 15 minutes chart with...
This is a variation on my other Breakout Trend Follower script. In the other script, you can use a moving average to act as a filter for your trades (i.e. if the price is below the moving average, it won't go long). After making the tool that detects trends on higher timeframes, I wanted to see if that might be a better filter than a moving average. So this...
This strategy buys when the Donchian Channel is broken to the upside and uses the lower Donchian Channel line as a trailing stop. You can also choose to use a moving average as a filter to keep you out of trades that are counter trend. You can also configure which dates you want to backtest, so you can see how this behaves over specific time frames and market cycles.
This strategy goes long when highs are broken and uses a trailing stop that follows swing lows. User can configure a back test date range and choose whether or not to only take trades above a selected moving average. The desire for me to make this script was to try to capture those extreme breakouts that can occur after a consolidation/equilibrium pattern. This...
This strategy takes the ADX Indicator I wrote and applies it to a strategy for back testing purposes. I've also applied a date filter so you can back test specific date ranges and a moving average filter so you can choose whether to filter your longs/shorts based on a moving average.
" The trend is your friend. " This is one of the most famous and valuable teachings that experienced traders can give to newbies. There is a reason for that. No matter your views about where the price moves, what matters is where the price heads to . The market is always right, and ultimately it decides who gets the profit and who has to take a loss. The...
This is my first attempt at producing a strategy in Pine Script. I am NOT a professional coder. I'm not even a good coder at that. I've only started Pine Script coding since September 2019. I am teaching myself. This script is far from finished. I need to tweak a number of things about this script. Namely: Add a validity window to the 'trigger bar' condition....
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...
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 an educational script created to demonstrate few basic building blocks of a trend based strategy and how to achieve different entry and exit types. My initial intention was to create a comprehensive strategy template which covers all the aspects of strategy. But, ended up creating fully fledged strategy based on trend following. This is an enhancement on ...
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....