QaSH Momentum EntriesThis script implements a variation of the Rob Hoffman's Inventory Retracement strategy, with entries being triggered by inventory retracement candles. Various confirmation parameters are available, such as
EMA slope for momentum confirmation
multi-timeframe EMA
multi-timeframe Ehler's mother of all moving averages
volume confirmation
Position management tools include
up to 3 orders can be tracked simultaneously and independently as a method of pyramiding into and out of a position
unique order ID's that pass along into the alert message (for helping the automation service manage positions)
entry filters based on current position profit
entry filters based on entry frequency
trade timers that can end a position after a specified amount of time
moving the stoploss when in profit
various parameters can be passed along into the alerts
Retracement
(IK) Base Break BuyThis strategy first calculates areas of support (bases), and then enters trades if that support is broken. The idea is to profit off of retracement. Dollar-cost-averaging safety orders are key here. This strategy takes into account a .1% commission, and tests are done with an initial capital of 100.00 USD. This only goes long.
The strategy is highly customizable. I've set the default values to suit ETH/USD 15m. If you're trading this on another ticker or timeframe, make sure to play around with the settings. There is an explanation of each input in the script comments. I found this to be profitable across most 'common sense' values for settings, but tweaking led to some pretty promising results. I leaned more towards high risk/high trade volume.
Always remember though: historical performance is no guarantee of future behavior . Keep settings within your personal risk tolerance, even if it promises better profit. Anyone can write a 100% profitable script if they assume price always eventually goes up.
Check the script comments for more details, but, briefly, you can customize:
-How many bases to keep track of at once
-How those bases are calculated
-What defines a 'base break'
-Order amounts
-Safety order count
-Stop loss
Here's the basic algorithm:
-Identify support.
--Have previous candles found bottoms in the same area of the current candle bottom?
--Is this support unique enough from other areas of support?
-Determine if support is broken.
--Has the price crossed under support quickly and with certainty?
-Enter trade with a percentage of initial capital.
-Execute safety orders if price continues to drop.
-Exit trade at profit target or stop loss.
Take profit is dynamic and calculated on order entry. The bigger the 'break', the higher your take profit percentage. This target percentage is based on average position size, so as safety orders are filled, and average position size comes down, the target profit becomes easier to reach.
Stop loss can be calculated one of two ways, either a static level based on initial entry, or a dynamic level based on average position size. If you use the latter (default), be aware, your real losses will be greater than your stated stop loss percentage . For example:
-stop loss = 15%, capital = 100.00, safety order threshold = 10%
-you buy $50 worth of shares at $1 - price average is $1
-you safety $25 worth of shares at $0.9 - price average is $0.966
-you safety $25 worth of shares at $0.8. - price average is $0.925
-you get stopped out at 0.925 * (1-.15) = $0.78625, and you're left with $78.62.
This is a realized loss of ~21.4% with a stop loss set to 15%. The larger your safety order threshold, the larger your real loss in comparison to your stop loss percentage, and vice versa.
Indicator plots show the calculated bases in white. The closest base below price is yellow. If that base is broken, it turns purple. Once a trade is entered, profit target is shown in silver and stop loss in red.
Buy The Retrace backtest strategyA trend-following strategy entering pullbacks
Simple but efficient
Mostly used it on 1 min chart but it works extremely well on 5 min as well.
The components of the strategy:
-MTF ATR based Trend
-Fib based cloud to help determine the trend - Caution when trend and cloud shows a different trend - a reversal may be possible.
-Optional values for the signals -how often you would like to get one- can be changed based on - the current close relative to the close-only high-low range over a given period of time.
-3x take profit levels
- all adjustable in %
- take profit quantities adjustable in % for each level
-paints a line where your average position is
-labels the current position size
Be careful where the cloud is broken, a reversal may happen.
Be careful longing / shorting the same levels which acted as a support/resistance before - this is why the win ratio is around 80% only as a small percentage gets stopped out usually.
Would like to get access? Pm me I'll grant it.
Ultimate Pullback StrategyWhat is the Ultimate Pullback Strategy?
This strategy script is based on my Ultimate Pullback Indicator which detects pullback trading opportunities by analyzing price action in a very specific manner.
By combining simple trend filters with various advanced candlestick patterns it detects high-probability trend-continuation setups (and optional exits).
If you use this script to set alerts then you will never miss a pullback trading opportunity ever again!
I personally use this indicator to profitably trade pullback signals in the forex markets on multiple timeframes, from the 15-Minute chart to the 4-Hour and Daily chart.
Note: This strategy companion script is only available for subscribers of The Ultimate Pullback Indicator.