SMC Trend Momentum
35 USD
Versione demo scaricata:
6
Pubblicato:
30 ottobre 2025
Versione attuale:
1.4
Non hai trovato un robot adatto?
Ordina il tuo
su Freelance
Vai alla sezione Freelance
Ordina il tuo
su Freelance
Come acquistare un Robot di Trading o un indicatore
Esegui il tuo EA
hosting virtuale
hosting virtuale
Prova un indicatore/robot di trading prima di acquistarlo
Vuoi guadagnare nel Market?
Come presentare un prodotto per venderlo con successo
Ti stai perdendo delle opportunità di trading:
- App di trading gratuite
- Oltre 8.000 segnali per il copy trading
- Notizie economiche per esplorare i mercati finanziari
Registrazione
Accedi
Accetti la politica del sito e le condizioni d’uso
Se non hai un account, registrati

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.