Ride Bull Trends Via Stochastic with Special Rules for Heavy Bullish Bias TLDR: Long Only Trend Indicator Where you are always entered Long if the stochastic is over the lower band line and the price is above the Donchian Chanel high. Exit when Stochastic RSI is below the lower band. Indicators: Filter = Trend/Bullish indicator is Donchian of ema(high) this is...
// This is a strategy that draws a trend line in the form of a slope whenever the high point and low point are updated. // The upper slope serves as a resistance line, and the lower slope serves as a support line. // Buy when the of the candle crosses the slope
What is the Trend Breakout high/low #1? This script uses the high/low of each fixed time period as a conditional judgment, and when the high/low is broken as a buy/sell signal, trying to capture a trend. How to use this script? Start date and Stop date: You can choose the date of the test. Trading cycle: Selected time period is used as the basis for determining...
the 1st indicator is E M A , and the 2nd indicator is donchian trend , and the final one is Q Q E MODe , and we have to change some settings , change this E M A length from 9 to 200 , and change some settings on donchian indicator , so lets change Donchian channel period from 20 to 30 , and Q Q E MOD on default sittings for a long signal to be valid...
Hello everyone, We are proud to present you our "Straight Trend" Strategy. Strategy is use a specified timeline's opening price as reference and draw a line between the current price and trend line. Trend line is smoothed with last X times of highest and lowest values ( Donchian Methodology) in order to create less noise and fake alerts , therefore creates a...
This strategy idea is a variation of the "Donchian Channel" trading strategy. It is built with a highest-high band, a lowest-low band, and a baseline which is average the highest-high and the lowest-low bands. This strategy is very useful in trending instruments on 1W and 1D timeframes. This is the implementation used in the QuantCT app. You can set the operation...
This is a classic long term trend following system. The breakout period is 50 days instead of 20 and the moving average crossover are 40 and 120. The moving averages are also exponential instead of simple. The stoploss is 4 ATRs away from the price. Recommendations: Donchian Channels settings > 50 days Moving Averages > 40 and 120, 80 and 140 Important...
As the title already describes: this is a Donchian breakout strategy. This strategy, as of now, only goes long. It goes long when the price close makes a new high and the 8 day moving average is above the 32 day moving average. The strategy exits the trade if the price breaks the atr trailing stop of * 3 or the 8 day moving average crosses below the 32 day moving...
In this version, the winning ratio has been decreased, but the Risk to Reward Ratio (RRR) has been set to be better than the previous version. This is a technical trading strategy for Ethereum ( BINANCE:ETHUSDT ). We built and developed it on MetaEditor and optimized it with MetaTrader optimizer. The main indicators are Donchian Channel, Oscillator of ROC ,...
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 technical trading strategy for Ethereum ( BINANCE:ETHUSDT ). We built and developed it on MetaEditor and optimized it with MetaTrader optimizer. The main indicators are Donchian Channel, Oscillator of ROC, Bears Power, Balance of Power, and Simple Moving Average (SMA). Default values in the input panel are the best combination of these indicators, but...
Here's another trading strategy for you. This one is based on the standard Donchian Channels. This one will - by default - wait for 2 consecutive higher highs (or lower lows) before taking a position. This can be disabled so the script will take a new trade without waiting for the 2nd high or low. This is useful to avoid getting into a trade when market makers...
Strategy based on Donchian Trend filter indicator: Which in turn is derived from custom Donchian Channel indicator: Few extra paremters added: EntryType Breakout : Entry on first confirmation of trend. Pullback : After confirmation of trend, wait till price comes back to mid band before entry. Combined : Prefer pullback entry. But, if price...
█ OVERVIEW A Swing Trade indicator providing backtest and alerts which can be used as a long, short or reversal strategy. Its main goal is to catch breakouts and huge moves, and to try and beat the Buy & Hold Return. █ CONCEPTS The strategy consists of a unique custom indicator that works like this: A Smoothed Donchian Channel combined with a...
This strategy is a demo for fixed price stop loss. This strategy enables you to specify fixed price stop loss. Let's say your deposit is USD. When you trade EURCAD, you need to specify the quantity for trade. Here comes three chances for trade. A: SL pips: 500 B: SL pips: 200 C: SL pips: 100 In these trade, the risk is different for each. ABC risk ratio...
This script looks for two entry signals. Long is when the previous breakout of the donchian channels was a low, price is above the input EMA, current price is equal or higher than the upper band and we're not in a position yet. Short is the other way around, so previous breakout of the donchian channels was a high, price is below the input EMA, current price is...
This Strategy is finding high and low breaks of the day and enter into the trader based on RSI value and time value 1) This strategy is created for Indian Index like Nifty, Bank Nifty and so... 2) Trades are initiate only after 10:15 AM and before 3:10PM 3) High and Low of the day break will be check during the above time frame 4) RSI value will be check (RSI...
Hey everybody, This is my first strategy and script I wrote mostly myself. There's tons of content out there to learn how to code in Pinescript and it's exactly what I wanted and needed in this time of my life. In any case, I made a rather simple MACD crossover strategy that only takes trades in the direction of both EMA and SMA (there are inputs to change the...