MATR 4H Strategy - UpTradingEN // MATR 4H Strategy - UpTradin
Use 1:
This script is effective for all assets. Find out how to get the best performance. This indicator offers several possibilities:
- Only in TimeFrame 4H.
- The gray curve shows you the trend. You should not trade against it.
- Once the trend is established you can buy or sell according to the Buy and Sell sign.
- When the orange point (warning) appears you must remain attentive to a continuation of the movement or a reversal.
Use 2:
You can program limit orders using the green or red stripe. These are two bands that anticipate the high or low point of the price.
Legend:
- The gray line is an Ema 20 based on a Daily TimeFrame.
- The orange point means a continuation or a reversal.
- Buy means a buy zone.
- Sell means a sales area.
- The green curve allows you to program a limit order to buy.
- The red curve allows you to program a limited order to sell.
Operation:
This script works from an ATR programmable according to your needs and correlated according to an Ema. It also shows you the trend in a single one thanks to an Ema 20 based on Daily data.
FR // MATR 4H Strategy - UpTrading
Utilisation 1 :
Ce script est efficace pour la totalité des actifs. Découvrez comment obtenir le fonctionnement idéal. Cet indicateur offre plusieurs possibilités :
- Uniquement en TimeFrame 4H.
- La courbe grise vous indique la tendance. Il ne faut pas trader contre celle-ci.
- Une fois la tendance établie vous pouvez acheter ou vendre selon le signe Buy et Sell.
- Lorsque le point orange (warning) apparaît vous devez rester attentif à une continuation du mouvement ou d’un retournement.
Utilisation 2 :
Vous pouvez programmer des ordres limites grâce à la bande verte ou rouge. Il s’agit de deux bandes qui anticipent le point haut ou bas du prix.
Légende:
- La courbe grisée est une Ema 20 basée sur un TimeFrame Daily.
- Le point orange signifie une continuation ou un retournement.
- Buy signifie une zone d’achat.
- Sell signifie une zone de vente.
- La courbe verte vous permet de programmer un ordre limite à l’achat.
- La courbe rouge vous permet de programmer un ordre limité à la vente.
Fonctionnement:
Ce script fonctionne à partir d’un ATR programmable suivant vos besoins et corrélé suivant une Ema. Il vous indique également en une seule la tendance grâce à une Ema 20 basée sur des données en Daily.
H4
Engulfing H4 + FilterI realized this indicator to facilitate the Backtesting operations.
The indicator autonomously detects the Engulfings to which filters can be placed. The available filters are:
- ATR (discards Engulfings which do not have a body greater than or equal to the value of ATR)
-SWING(SWING filter, the indicator ensures that the Engulfing minimum/maximum must be the absolute minimum/maximum with respect to the number of spark plugs selected in the settings)
- L3C/H3C (discards Engulfings that do not form an L3C or H3C)
- RSI (Discards Engulfing that is not in overbought/oversold in the first pattern candle)
In addition, the indicator draws 4 lines (2 for bullish Engulfings and 2 for bearish Engulfings) which are SL and TP.
The Stop Loss is calculated an ATR below/above the swing generated by the two Engulfing spark plugs and the Take Profit is calculated according to the return risk set in the indicator, which is 1.5 by default.