SMC Trend Momentum
35 USD
Démo téléchargée:
6
Publié:
30 octobre 2025
Version actuelle:
1.4
Vous ne trouvez aucun robot qui vous convient ?
Commandez le vôtre
dans la section Freelance
Aller à la section Freelance
Commandez le vôtre
dans la section Freelance
Comment acheter un robot de trading ou un indicateur
Exécutez votre EA sur
hébergement virtuel
hébergement virtuel
Test un indicateur/robot de trading avant d'acheter
Vous voulez gagner de l'argent sur Market ?
Comment présenter un produit pour qu'il se vende bien
Vous manquez des opportunités de trading :
- Applications de trading gratuites
- Plus de 8 000 signaux à copier
- Actualités économiques pour explorer les marchés financiers
Inscription
Se connecter
Vous acceptez la politique du site Web et les conditions d'utilisation
Si vous n'avez pas de compte, veuillez vous inscrire

Are there some rules of thumb on how to trade based on this indicator? When to enter and when to exit? Thanks
Hello, thanks for asking.
There is a blue bar in the oscillator that signals a possible entry, as well as pre-warning levels that you can define yourself.
Since the indicator, like all my indicators, works according to the Smart Money Concept, the lower area is where you go long and the upper area is where you go short – basically when the movement comes to a halt. That is how you can see it.
To sum up, the blue bar is at 0.66 and signals a strong long entry. If that is too high for you and you want to enter earlier, you can change this level.
Mike
Hello, thanks for asking.
There is a blue bar in the oscillator that signals a possible entry, as well as pre-warning levels that you can define yourself.
Since the indicator, like all my indicators, works according to the Smart Money Concept, the lower area is where you go long and the upper area is where you go short – basically when the movement comes to a halt. That is how you can see it.
To sum up, the blue bar is at 0.66 and signals a strong long entry. If that is too high for you and you want to enter earlier, you can change this level.
Mike
I have set "Enable_Popup_Alerts" to "false", but I am still getting popup alerts "SMC TM PREWARN...".
Hello,
I am back.
On each chart where the indicator is attached:
- Right-click → Indicators List → select SMC Trend Momentum → Edit → Inputs
- Set Enable_Popup_Alerts = false
If I want to completely disable the prewarn alerts (not only popups)
- Set Prewarn_Alert_Enable = false
- And, if I also don’t want push notifications: Enable_Push_Alerts = false
Regards
Mike
I do not have a setting "Prewarn_Alert_Enable".
I have both "Enable_Popup_Alerts" and "Enable_Push_Alerts" set to "false", but I am still getting popups.
I do not have a setting "Prewarn_Alert_Enable".
Hi,
thanks a lot for your detailed feedback and the screenshot.
I checked the code again and there is no bug in the alert logic. Both popup and push alerts are always controlled by these two inputs:
The input you see as “enable alerts for Prewarn_Frac” in the Inputs tab is the internal variable Prewarn_Alert_Enable. It only decides whether prewarn signals are generated at all, but even those signals still respect Enable_Popup_Alerts before showing any popup.
Because of this, the issue is not in the code itself, but most likely a configuration/instance problem. To fully disable the “SMC TM PREWARN …” popups, please do the following on every chart where the indicator is attached:
With these settings in the active instance, the indicator will not create any more popup alerts.
Hi,
thanks a lot for your detailed feedback and the screenshot.
I checked the code again and there is no bug in the alert logic. Both popup and push alerts are always controlled by these two inputs:
The input you see as “enable alerts for Prewarn_Frac” in the Inputs tab is the internal variable Prewarn_Alert_Enable. It only decides whether prewarn signals are generated at all, but even those signals still respect Enable_Popup_Alerts before showing any popup.
Because of this, the issue is not in the code itself, but most likely a configuration/instance problem. To fully disable the “SMC TM PREWARN …” popups, please do the following on every chart where the indicator is attached:
With these settings in the active instance, the indicator will not create any more popup alerts.
Thank you! I works now.