TheStratHelperBased on Rob Smith's Quant Edge
CL = Continuation Long e.g. 2up 1inside 2up
RL = Reversal Long (Rev Strat) e.g. 2down 1inside 2up
CS = Continuation Short
RL = Reverse Long (Rev Strat)
Most of the signals have the combinations like 2-1-2,3-1-2,etc written beside CL/RL/CS/RL except for the continuation 2-2 long and short signals. Those i have them set as a purple triangle up or down without a text.
Signals do not wait for the candle close. They show up as soon as the current/signal candle goes over or under the previous candle.
You can set signals for any long, any short or only the reversals or inside out signals.
I have tried to make this as custom as possible. You can set custom colors and choose which signals to display or hide.
Disclaimer: This is not the full system. Use this indicator at your own risk. I advise you to learn TheStrat from Rob Smith. I may be missing some combinations or have something wrong. I encourage you to let me know if there is something missing or something I can improve upon. I am neither an expert in Pine Script or TheStrat but I'll do my best to accommodate any requests.
Strat
Price Continuation (The Strat)Shows the historic bar type, whether it is up, down, up and inside, down and inside, up and outside, or down and outside. Will only display historic bar type based on the selected time timeframe. (Ex. if you are looking at the weekly time frame, you will only see the bar type for Year, Quarter, Month, and Week. It will not display the Day or Hour bar type.)
Candle Type w/2Up + 2DnCandle Type is based on @robintheblack's "THE STRAT" philosophy and @crinklebine's "candle type" pine script.
This version distinguishes 4 potential candle types:
I = Inside previous bar's range
O = Outside previous bar's range
U = Up (high is greater than previous bar's range & NOT outside)
D = Down (low is lower than previous bar's range & NOT ouside)
Multiple Timeframe LevelsBased on Rob Smith from T3Live's "The Strat" system.
Draws lines and labels for high/low of prior day, current day, prior week, current week, prior month, current month, prior year and current year.
Draws lines and labels for current day, week, month and year open.
Not recommended for those who have not completed Rob's course.
Timeframe ContinuityBased on Rob Smith from T3Live's "The Strat" system.
Places an indicator on the top right of the chart that shows if the current bar on the current or higher timeframe is red or green.
Allows the user to identify timeframe continuity or conflicting timeframes at a glance.
Not recommended for those who have not completed Rob's course.
Actionable SignalsBased on Rob Smith from T3Live's "The Strat" system.
Places symbols on inside bars, "Rev Strats", 3-1 "Chicago" setups, "Red Dog Reversals"
Allows creation of alerts for any actionable signal and reversal scenario.
Not recommended for those who have not completed Rob's course.