Open Drive is a market profile concept introduced by Jim Dalton. It occurs when the price moves directionally and persistently for the first 30 minutes from the cash market open. It is necessary to use 30-minute bars as there needs to be enough time to measure an extreme move of the cash open. This means there will be fewer trades than other strategies using...
Description: A Long only strategy based on breakout from a certain level formed by High price. It has auto-backtesting capabilities (you set ranges for the three main parameters: Lookback, TP and SL; the strategy then goes through different combinations of those parameters and displays a table with results that you can sort by Percentage of profitable trades...
Bollinger Bands Breakout Strategy is the strategy version of Bollinger Bands Filter study version, which can be found under my scripts page. The strategy goes long when price closes above the upper band and goes short signal when price closes below the lower band. Bollinger Bands is a classic indicator that uses a simple moving average of 20 periods, along...
This long only strategy determines the price of the last fractal top and enters a trade when the price breaks above the last fractal top. The strategy also calculates the average price of the last fractal tops to get the trend direction. The strategy exits the long trade, when the average of the fractal tops is falling (when the trend is lower highs as measured by...
EXPERIMENTAL: use at your own discretion. custom session breakout strategy, it uses a percentage of daily atr to set breakout limits. strategy only viable for intraday timeframes and is suggested under 1hour.
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 strategy used by Larry R. Williams called Volatility Breakout. By identifying a strong uptrend that exceeds 'a certain level' on a daily basis as a breakout signal, enter long position, take advantage of long at the the next day's open. 'a certain level (Entry Price)' is calculated by { close + 'k' * high -low }, and applied logarithmic...
This is a follow up to my previous publication of Adaptive HMA+ few months ago, as a mean to provide some kind of initial backtesting tools. Which can be use to explore many possible strategies, optimise its settings to better conform user's pair/tf, and hopefully able to help tweaking your general strategy. If you haven't read the study or use the indicator,...
Exits added using trailing stops. 2.6 Profit Factor and 76% Profitable on SPY , 5M - I think it's a pretty good number for an automated strategy that uses Pivots. I don't think it's possible to add volume and day open price in relation to pivot levels -- that's what I do manually .. Still trying to add EMA for exits.. it will increase profitability. You can...
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...
Previous Day High and Low Breakout Strategy
Following the introduction of the Moving Regression Prediction Bands indicator (see link below), I'd like to propose how to utilize it in a simple band breakout strategy : Go long after the candle closes above the upper band . The lower band (alternatively, the lower band minus the 14-period ATR or the central line ) will serve as a support line . ...
A SUPPORT RESISTANCE BREAKOUT STRATEGY for 5 minute Time-Frame , that has the time condition for Indian Markets The Timing can be changed to fit other markets, scroll down to "TIME CONDITION" to know more. The commission is also included in the strategy . The basic idea is when , 1) Price crosses above Resistance Level ,indicated by Red Line, is a Long...
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...
-Modified version of Squeeze Momentum Indicator by @LazyBear. -Converted to version 5, -Taken inspiration from @KivancOzbilgic for its buy sell calculations, -Used @Bunghole strategy template with Take Profit, Stop Loss and Enable/Disable Toggles -Added Custom Date Backtesting...
Fractal A type of pattern used in technical analysis to predict a reversal in the current trend. A fractal pattern consists of five bars and is identified when the price meets the following characteristics: 1. A shift from a downtrend to an uptrend occurs when the lowest bar is located in the middle of the pattern and two bars with successively higher lows are...
first draft of a breakout scalper which uses a fast and slow window sets up some entry stops and then a trailing exit stop. performs a manual close when going sideways.
Fractal Breakout Strategy This strategy will enter into a Long position when (a) bullish fractal is formed, combined with (b) ATR is relatively low. Trailing stop loss is set based on ATR. Bullish fractal pattern : A bullish fractal pattern looks like this: It is formed when lower-low has reached a local minimum followed by higher-lows. By default, this...