Disclaimer: Use proper risk management and remember that all trading involves risk. Based on RicardoSantos' "Open Session Breakout Trader Strategy" I turned it into a study and tweaked it for trading Silver My goal when creating this was to help visualize breakout lines for multiple trading days at the same time without having to always draw them in.
This isn't my own work, hence giving it in Open Source library for others to benefit from it too. I have tried to refin the output of trendlines in this Strategy The original Code is available at The script needs some modifications, so I'll be making further updates in future, but for now I'm publishing this because...
Introducing A New Calculation For Efficient Bands Calculation ! Here it is ! The Recursive Bands Indicator, an indicator specially created to be extremely efficient, i think you already know that calculation time is extra important in algorithmic trading, and this is the principal motivation for the creation of the proposed indicator. Originally described in my...
I didn't find a study for Inside bar as I wanted. Therefore I wrote a one with PineV4. This may help you to see inside bars. It can recalculate and works with either (opens-closes) or (highs-lows) Cheers! :)
Heard this story from Larry Williams…the trader who holds the record for winning the U.S. Trading Championship by turning $10K in to 2 Million. A trader named Owen Taylor developed this formula as a Floor Trader before to calculate the Projected High and Low of the next day. The formula worked so well…Owen charged other Traders 1K to get it. I was pretty...
Opening Range Breakout with 2 Profit Targets. Updated Indicator now works on all Symbols with Many Different Session Options. ***Known PineScript Issue…While the Opening Range is being Formed the lines only adjust for that individual bar. Just reset Indicator after Opening Range Completes. ***All Times are Based on New York Time Session Options Forex U.S....
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...
A ZigZag Like based on candle close. A lot of options that can be hide in options. Triangle/bright - reversal confirmation candle Circle/dark - higher/lower candle breakout Square/light - Insidebar
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...
The purpose of this script is to decipher chop zones from runs/movement/explosion The chop is RSI movement between 40 and 60 tight chop is RSI movement between 45 and 55. There should be an explosion after RSI breaks through 60 (long) or 40 (short). Tight chop bars are colored black, a series of black bars is tight consolidation and should explode imminently. The...
A little, yet hopefully useful update over my previous "Multi Bollinger Heat Bands". For those who like quick visual cue's. In short: It's your Basic Bollinger Bands, but 3 of them, and some pointy things. In full: Three stacked SMA based Bollinger Bands designed just to give you a quick visual on the "heat" of movement. Set inner band as you would expect, then...
My first indicator. A simple average of last 1 to 10 fractals (top and bottom) Trade breakouts of top or bottom lines. Feel free to use and experiment with. Frank Baumann
Introduction Based on lot of requests i'll continue working with the trend-step indicator family and try making the best of it. The trend step originally use a volatility metric for the threshold calculation, originally being a simple standard deviation, this threshold has seen various versions, and today i propose a new version that use the cumulative mean...
Version 2 of my fractal pattern aid (Version 1). I added a bouncing line between the high and low trend lines, connecting consecutive extreme points. I also chased down a pesky bug in the slope calculation...and for now I have disabled the ability to change resolution basis for extreme detection (e.g. 30m on a 1hr chart). For fun, I added some shading to make...
B3 Buyer-Seller Breakouts = If a bar is showing that it is moving in a direction with highs lows and close, all of which are >respectively< moving against the open from the bar before, then it prints indicating buyers or sellers bringing momentum. The arrows and cloud carry into the next bar to give lots of awareness of the micro-term momentum. The cloud...
Today we have a simple, but endlessly versatile, indicator that plots the X Period High/Low/Mid of your chosen market. Traditionally the 52 week High/Low is used as a breakout signal. However, by changing to an X period, and adding a midway line, we create a more versatile indicator that can be tailored to various markets. By default it's set at 250 periods...