Agressive Scalper StrategyAfter many different tests and tries we found a strategy which is suited for people that likes to trade in shorter time frames. It uses multiple indications for entries. Entries include indications like Double ATR, Consolidation Detection, Dynamic RSI Calculation with Overbought and Oversold lines and also previous bars highs and lows. Although this strategy has been coded and tested on short time frames, after many additions it turns out it can be very profitable in every time frame if you play with the settings. Also it has some helpers for people that likes to optimize and see how their choices affects the outcome.
The strategy calculates the entry with the rules below:
LONG ENTRY RULES
- Price must be in consolidation zone
- Fast ATR Must be higher than Slow ATR
- Dynamic RSI must be below the oversold line (Green Line as Default)
- The Signal lookback must allow entry. (For example if you set signal lookback to 5, if the LOW of current price is LOWEST point of last 5 bars it is okay to enter LONG) If you check the lookback helper it will show you as green arrow at the bottom.
SHORT ENTRY RULES
- Price must be in consolidation zone
- Fast ATR Must be higher than Slow ATR
- Dynamic RSI must be above the overbought line (Red Line as Default)
- The Signal lookback must allow entry. (For example if you set signal lookback to 5, if the HIGHEST of current price is HIGHEST point of last 5 bars it is okay to enter SHORT) If you check the lookback helper it will show you as red arrow at the top.
This strategy has additional settings that are not available in indicator version that is previously released so i suggest everyone to use this instead.
Happy trading everyone!