Skip to main content

Rebote Setup : Market Bounce over a Moving Average

REBOTE SETUP

In this article I will describe another of the many ways to analyze bounces on a line, such as an exponential average.


In previous articles we saw the Setup EMA, which also consists in trading the rebounds of the price on an average, although the methods of defining the trend and then the entry method are different.


I will refer to the bounce line as the EMA (Exponential Moving Average), although the setup is valid for any line.


The concept of bounce is clear; If the price is above the EMA, we want to buy when the price touches the ema.


It only remains to define from what moment we start to be interested in buying, and then, in what way we enter the market.



In the Rebote Setup, I made the decision to count candles that are not touching the ema and that are also a minimum distance away.

Example :

In this chart we look for the bars not to be touching the bounce line for at least 5 candles and as we see, not necessarily in a consecutive way.


Just at the fifth candle we have defined the trend and start looking for a bounce.

The dedicated indicator TIS_Rebote, paints the background with the color corresponding to the current trend and also paints the entries

Once the trend is defined, it does not reset, there is no need to recount, and entering the market at all the rebounds from that moment, unless there is a separation from the other side of the ema, in which case we start the count but for the trend in the opposite direction.

Note: It would be necessary to analyze if after the first signal (red arrow) it may be convenient to reset the count and recount N separation candles (this is not analyzed in the dedicated indicator)


Once we have defined the trend, we start looking for Entries:



In the case of a Long, we look for a candle that has a low below or touching the ema and a close above. It must also be a bullish candle for purchase (green)

Example :

This setup is intended to operate at bar close; without intrabar analysis or placing Limit orders; Simply entering the market at bar close.

The reason why I opted for this type of analysis is to be able to optimize parameters in the Strategy Analyzer and not have to worry about what happens intrabar. It is very easy also to review a chart by looking at historical data precisely because there is no need to know what happened while market was painting a candle or to estimate whether a limit order had fill or not.


This does not mean that we can not put the indicator or strategy to work in intrabar mode, although in this case we must take the necessary precautions when using the strategy analyzer, for example using Ninjatrader 8 with High Fill Resolution.


The dedicated indicator includes several visual and filtering options, allows to expose the trend and input signals to be used from other scripts, such as Markers Plus to be able to automate and / or filter signals. It is compatible with Fast Signals™ by Markers Plus for Ninjatrader 8.

It also includes a strategy created with the builder that allows generating reports and optimizing parameters according to the logic described above. It is open source so that the user can add or change options.


Link to Purchase Page


In this video you can see a description of both :





Comments

Post a Comment

Popular posts from this blog

Best ATR Trend Indicator for NinjaTrader 8

 If you are looking for an indicator to define the Trend that adapts to different market conditions, the TIS_ATR_Trend is the ... Best Trend Indicator for NinjaTrader 8 . This is how the indicator looks on UniRenko using the fastest settings : These are the indicator parameters : With the ATR Multiplier we can adjust the sensibility to change the trend, here we have an example using a value of 1 To the extreme of using zero : But even using a so sensible set of parameters we can filter those lot of signals using the included filter, like this : Here we have an example without filter but with an ATR multiplier of 2 The indicator includes so we can automate the signals or read the trend from another software, like Builder, ninjascript, Markers, etc. I will post here a YouTube Video as soon it is loaded : You can purchase this indicator at The Indicator Store on this link : https://theindicatormarket.com/depot/New/TIS_ATR_Trend Use the coupon code HALO19 and get a 15% Discount ! VI...

How to Use NinjaTrader Templates to Save, Load, and Transfer Chart Setups

 Learn how to save, load, and transfer NinjaTrader chart templates . This guide explains how to use .xml and .zip templates, install custom indicators, and set up your VPS with ease. Do you often find yourself recreating the same chart layout in NinjaTrader? Whether you're trading from a local PC or a remote VPS, NinjaTrader templates can help you save and replicate complete chart configurations — fast and error-free. In this blog post, you’ll learn how to: Save and load chart templates in NinjaTrader Transfer templates between computers or to a VPS Install vendor-provided .zip templates with indicators and strategies Troubleshoot common template errors (like missing indicators) Let’s dive in. 🧩 What Are NinjaTrader Templates? A NinjaTrader template is a saved configuration file (usually .xml ) that stores all settings from a chart, including: Indicator parameters Chart style (candlestick, Renko, tick, etc.) Bar types and timeframes Colors, fo...

Setup Darvas Squeeze - The Best Indicator Combo for NinjaTrader 8

  This setup is the confluence of 2 different Trade Setups : Setup #1 : Darvas The Darvas Indicator is included with NinjaTrader and it draw 2 lines as shown on the picture When the price crosses one of the lines it is a signal. The only special consideration about this indicator is that it redraws, so what we see on the Chart is not what is visible real time, but once the box is drawn in real time, if the price breaks it we have a signal. This system has no parameters, so the only variable we have is the timeframe, and also it is suggested to filter it with some other tool, as we are doing here. Setup #2 : Squeeze This setup uses 2 indicators, also present on NinjaTrader or any standard platform ;  Bollinger Keltner Channel The Bollinger envelope lines visible in orange on the picture, are following a simple moving average of the Close. The distance between the upper envelope and the midline is X times the Std Deviation of the last N Bars, where N is the Period of the SMA ( S...