This indicator is an all-in-one " The Strat " script. This script displays the following: The Strat candle numbers (1's, 2's, & 3's) The Strat Combo labels along with trigger line Pivot Machine Gun ( PMG ) dynamic labels Hammer & Shooter candle labels The Strat Candle Numbers label each candle, on any timeframe, either a 1, 2, or 3. 1's are inside...
Strat Assistant This script will help you follow the strat. While other collections of scripts exist to do similar functionality, the idea of this (work in progress) is to be a one stop shop for all things strat that will evolve over time. Fairly new to the strat and pine script. The script is for informational purposes only. Please do you due diligence. If...
This indicator plots a table off to the right of the chart to help with determining timeframe continuity. Per the Strat, a great edge is only taking trades where full timeframe continuity is in place (i.e. if you are going long, make sure other timeframes are also green). In this script: Green candles have green colored boxes, red candles have red colored...
This is just a simple EMA cross strategy which is meant to be similar to Turtle Trading Strategy. It uses in default 4 Hour 21 / 10 EMA to long or short. This is not perfect but in the long run it will profit. Works best in bull market. LINK TO ALERT :
Based on 'The Strat' methodology by Rob Smith. This script will paint 1 & 3 bars per 'The Strat'. N.B. Per 'The Strat' a bar is seen as a 1 (inside) when the bar's high or low is an equal tick to the previous bar.
This indicator scan up to 40 tickers of your choice for bullish and bearish Randy Jackson setups. Randy Jackson setups are 2u-2u-2d-2u for bullish cases and 2d-2d-2u-2d for bearish cases. If a ticker has a possible RJ setup, the ticker name will be display on the table depending if it is bullish or bearish. The only thing you need to do it change one of the...
2u = Green 2d = Orange inside bar = yellow outside bar = pink
type: properties manipulation, no programming needed time required: 15minutes, at least level: medium (need to know contracts, trading pairs) A strategy can "appear" to work or be broken depending on the pile of cash that is working on. This amount is defined in the strat properties, under "order size". For noobs (like me) this is very confusing at first :) A...
This simple strat fires up on green bars, down on red bars. cannot get any simpler. So, it's a good example to check how returns are calculated. First, the internal firing mechanism for the strategy.entry function is something hardcore. As result, the entry points can be confusing, and seem to appear in a wrong bar (as the 2nd and 3rd signals are good examples),...
This script is a "fork" of Crinklebine's excellent "Candle Type" script for Rob Smith's ( aka RobInTheBlack) #thestrat methodology. 1 strategy that's becoming increasingly popular is looking for 3-1 (outside-inside) set-ups per #thestrat. The idea is that as the inside candle breaks, the target to take profits is given by the high/low of the previous outside...
This script allows traders to view timeframe continuity on 7 timeframes at the top of the chart. The trader selects 7 different timeframes, and the script will reflect whether the current candle for each timeframe is bullish or bearish (current price > the open OR current price < the open). If a timeframe is currently bearish, the box will be purple. If a...
This script allows traders to customize candlestick colors based on The Strat trading system developed by Rob Smith. The script determines if the current candle is an inside bar (1), outside bar (3), directional up (2u) , or directional down (2d). An inside bar is a candle that trades fully within the previous candle. An outside bar breaks both the high and the...
Strat Radar is a visual tool to trade "TheStrat" methodology. TheStrat is a simple yet powerful model to view the market. From one bar to the next, there are only three possible scenarios or three types of candles: type 1 - an inside bar. Market is in consolidation. type 2 - a directional bar (2 up or 2 down). Market is trending. type 3 - an outside...
The script implements the Strat method of trading. Script will label the candles as 1,2,3 where 1 = inside candle. 2 = trend candle, 3 = outside candle. The bullish , bearish and continuation patterns are labelled with the relevant strat combination and up, down rrows. Some setups are 2-1-2 Bearish Reversal = 2 green candle, 1 inside candle, 2 red...
1 = Inside Bar 2 = Breaks one side of the previous bar 3 = Breaks both sides of the previous bar 2up Green = Current bar breaks previous bar's high and it is a green bar 2up Red = Current bar breaks previous bar's high but it is a red bar 2Down Green = Current bar breaks previous bar's low but it is a green bar 2Down Red = Current bar breaks previous bar's low...
1 = Inside Bar 2 = Breaks one side of the previous bar 3 = Breaks both sides of the previous bar 2up Green = Current bar breaks previous bar's high and it is a green bar 2up Red = Current bar breaks previous bar's high but it is a red bar 2Down Green = Current bar breaks previous bar's low but it is a green bar 2Down Red = Current bar breaks previous bar's low...