The basics: In its simplest form, this strategy is a positional trend following strategy which enters long when price breaks out above "middle" EMA bands and closes or flips short when price breaks down below "middle" EMA bands. The top and bottom of the middle EMA bands are calculated from the EMA of candle highs and lows, respectively. The idea is that...
Reversal candles are a very easy way to identify a turn in trend, this indicator has some specific additional conditions for the reversal candle. BUY Signal reversal candle Low of current candle exceeds low of previous candle Low of current candle is lowest for last 7 candles High of current candle exceeds high of previous candle Close of current candle is...
Katana Gaps Bounty Hunter (KGB_Hunter) by RagingRocketBull 2018 Version 1.0 This indicator shows/counts/filters gaps on a chart There are several versions: Simple, Pro and Zones. This is the Simple version. The Differences are listed below. - Simple: shows/counts gaps, changes color based on gap dir (2 colors), filters out price gaps within session, large gaps,...
EXPERIMENTAL: wave counting using swing charts, use at your own discretion.
This might sound like a crazy idea, but actually seems to work, on all time scales nonetheless!
I've created a simple red/green candle counting script with a custom number of candles to look back on. Let me know if any bugs, issues, or suggestions.
An interesting experiment to make an indicator act as a counter. I call it CCH - Close Counter Histogram. It adds 1 when current close is higher than previous close and reduces -1 when current close is lower than previous close. In the CCH settings you set how many bars to look back and use EMA to smooth the results or disable EMA smoothing. Disable the EMA...
Example how to limit the number of round trips per day. If entry condition is never met logic will force a round trip at end of day. Set chart to a timeframe that is lower than 1 Day period. NOTICE: This is an example script and not meant to be used as an actual strategy. By using this script or any portion thereof, you acknowledge that you have read and...
A while ago I published a Candle Counter strategy that got quite some attention. Unfortunately it didn't work for all charts for some reason, so I decided to rewrite it. The result is, to me, astonishing. Judge for yourselves!
Yet another Array indicator, simple, but efficient which i call ADO. The indicator acts as a COUNTER of when CLOSE closes above OPEN and vice versa based on specified look back period in settings. If we have more Closes above Opens, obviously the indicator will be above ZERO and GREEN, otherwise RED. Optional to smooth it by EMA (true by default). Like if you...
Simple green/red sequence counter, also gives current highest achieved sequence(black lines).