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...
Apologies, there was an error in printing for the thick gray boxes, happened when MTF was switched on. All better, and here is the details from before: This is an interesting study that can be used as a tool for determining trend direction, and also could be a trailing stop setter. I use it as a gauge on MTF settings. If on, you can look at the bar cycle of the...
With this support and resistance indicator, if you want more levels just change the timeframe it looks at in the settings. It will pull the SR levels off the timeframe specified in the settings. Note: SR1 and SR2 timeframe should match.
Seismic Market Spike Detector v1.0 This indicator helps identify spikes in market activity , typified by bars with extreme open / close or high / low prices. This indicator plots 2 lines. The Blue line simply depicts extreme price movements with in that bar regardless of the initial opening price of the closing price of the bar. This allows you to get an...
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...
Request for DCC/coondawg71 added support for using session. theres a issue with the session it needs to have the format inverted: (start-end) to (end-start) '0000-1500' to '1500-0000'
Simple indicator to highlight Inside Bar Breakout Failure patterns on chart.
The base of the indicator is the breakout of historic High and lows. There are 3 basic configurations 1° The High length that measure the latest 10 bars and make the "higher high" 2° The Low length taht measure the latest 10 bars and make the "lower low" 3° The Breakout PIPs administrator that defines how much pips are needed from the latest higher high to be...
UPDATE: had a minor bug on how to detect the range.
I don't expect to iterate any further on this script, unless any weird issue crops up. Description and usage detailed in the comments at the top of the script. Cheers! To repaint or not to repaint, all the relevant sources are exposed as inputs for customisation - so the choice is yours. Cheers!
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,...
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...
Breakout strategy of H4 and L4 levels. Manual entries and exits - higher profits BUT because I am a novice in pinescript, Can someone please: 1. Show me how to add exit strategy lines : close> ema(close,3) for exit short and opposite for long. I added myself but I can't make it to work in relation to camarilla entries; instead it shows all ema crossings.. 2.Why...
EXPERIMENTAL: using multiple length bollinger bands to create a better reading of ?price/range? strength?. • calculates 2 candle plots for upper and lower bands, were the high and low are the extremes of the bands, open is the previous close of the band and close is the extreme midline.