MACD Intraday Trend PRO
77 USD
Démo téléchargée:
600
Publié:
5 juin 2021
Version actuelle:
1.20
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

Hi Roberto.
Hi, tks for your reply, please don't forget to rate by stars.
I dont know how or if is possible install indicators at smartphones. I do not think so. I suggest you contact metaquotes support.
Best regards
T
I bought the stated indicator but there is no alert notification.
T
I bought the stated indicator but there is no alert notification.
There is 6 alerts
Can you refund me amount of $77 because there is no alert
There is 6 alerts...You need to setup them....
ALERT SETUP BUT NOTHING ON THE SCREEN EXCEPT HISTOGRAM
Alerts will only happen when events happen, turning on the indicator does not generate alerts.
Thanks
Jaro
Thanks
Jaro
Hi Jaro, thank you for buying.
Here's an example:
int hnd = iCustom(_Symbol, PERIOD_CURRENT, "::MACD_IntradayTrendPro.ex5", // CUSTOM INDICATOR SETUP
"", 0, // TREND CONFIG
"", 0, 0, // ALERT 1 CONFIG
"", 0, 0, // ALERT 2 CONFIG
"", 0, 0, // ALERT 3 CONFIG
"", 0, 0, // ALERT 4 CONFIG
"", 0, 0, // ALERT 5 CONFIG
"", 0, 0); // ALERT 6 CONFIG
if (WRONG_VALUE == hnd) return(INIT_FAILED);
Hi Jaro, thank you for buying.
Here's an example:
int hnd = iCustom(_Symbol, PERIOD_CURRENT, "::MACD_IntradayTrendPro.ex5", // CUSTOM INDICATOR SETUP
"", 0, // TREND CONFIG
"", 0, 0, // ALERT 1 CONFIG
"", 0, 0, // ALERT 2 CONFIG
"", 0, 0, // ALERT 3 CONFIG
"", 0, 0, // ALERT 4 CONFIG
"", 0, 0, // ALERT 5 CONFIG
"", 0, 0); // ALERT 6 CONFIG
if (WRONG_VALUE == hnd) return(INIT_FAILED);
Hi Roberto,
thanks a lot.
Hi Roberto,
I used your example and I have some notices.
Buffers:
Buffer ID 5: MACD Value // It's OK for all TREND CONFIG values
Buffer ID 6: Signal Line Value // It's OK for some TREND CONFIG values. When I used 0 or 1 as TREND CONFIG value, all values in this buffer were 0.
Buffer ID 12: Alert 1 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 13: Alert 2 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 14: Alert 3 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 15: Alert 4 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 16: Alert 5 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 17: Alert 6 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
but I found
Buffer ID 4: // this buffer included MACD change TREND Color
Buffer ID 7: // this buffer included Signal Line change TREND Color
TREND CONFIG values:
I'm not sure, but I found next values for TREND CONFIG
FASTEST 3
FAST 5
NORMAL 8
SLOW 10
SLOWEST 21
Can you send me correct input values for TREND CONFIG , Alert Config and correct Buffer ID's , please ?
Thanks
Jaro
Hi Roberto,
I used your example and I have some notices.
Buffers:
Buffer ID 5: MACD Value // It's OK for all TREND CONFIG values
Buffer ID 6: Signal Line Value // It's OK for some TREND CONFIG values. When I used 0 or 1 as TREND CONFIG value, all values in this buffer were 0.
Buffer ID 12: Alert 1 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 13: Alert 2 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 14: Alert 3 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 15: Alert 4 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 16: Alert 5 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 17: Alert 6 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
but I found
Buffer ID 4: // this buffer included MACD change TREND Color
Buffer ID 7: // this buffer included Signal Line change TREND Color
TREND CONFIG values:
I'm not sure, but I found next values for TREND CONFIG
FASTEST 3
FAST 5
NORMAL 8
SLOW 10
SLOWEST 21
Can you send me correct input values for TREND CONFIG , Alert Config and correct Buffer ID's , please ?
Thanks
Jaro
-----------------------------------------------------
enum SpeedSignal
{
FASTEST = 3,
FAST = 5,
NORMAL = 8,
SLOW = 13,
SLOWEST = 21
};
enum TriggerType
{
NONE = 0,
POPUP,
SOUND,
NOTIFICATION,
POPUP_SOUND,
NOTIFICATION_SOUND,
POPUP_NOTIFICATION,
POP_SOUND_NOTIFICATION
};
enum SountType
{
alert = 0,
alert2,
connect,
disconnect,
email,
expert,
news,
ok,
request,
stops,
tick,
timeout,
wait
};
Does this indicator REPAINT???