Page 13 of 434
Re: MT4 Indicators with alerts/signals
Posted: Wed Mar 15, 2017 3:11 pm
by gelsas
I am trying to use the value of trend direction& force but somehow there seems to be an issue.Nothing happens, how to test if it gets the value? What am I doing wrong?I use this iCustom (to check value of it on beginning of new candle):
Code: Select all
double td = iCustom(NULL,PERIOD_CURRENT,"Trend direction & force index-",10,0,1);
bool tdcall = td <= -0.8;
bool tdput = td >= 0.8;
Re: MT4 Indicators with alerts/signals
Posted: Wed Mar 15, 2017 3:25 pm
by fxdream
mrtools,
As always - your work is much appreciated. Thank you.
mrtools wrote:
Fxdream, added push notifications.
Re: MT4 Indicators with alerts/signals
Posted: Wed Mar 15, 2017 3:54 pm
by mntiwana
gelsas wrote:I am trying to use the value of trend direction& force but somehow there seems to be an issue.Nothing happens, how to test if it gets the value? What am I doing wrong?I use this iCustom (to check value of it on beginning of new candle):
Code: Select all
double td = iCustom(NULL,PERIOD_CURRENT,"Trend direction & force index-",10,0,1); bool tdcall = td <= -0.8; bool tdput = td >= 0.8;
Hi gelsas
First,you are welcome here,thanks for joining us
then the code you are trying with is a decompiled code (even with wrong name),here is the original code,attached
regards
Re: MT4 Indicators with alerts/signals
Posted: Wed Mar 15, 2017 4:07 pm
by gelsas
Code: Select all
double td = iCustom(NULL,PERIOD_CURRENT,"Trend direction & force index nmc",10,0,1);
mntiwana wrote:
Hi gelsas
First,you are welcome here,thanks for joining us
then the code you are trying with is a decompiled code (even with wrong name),here is the original code,attached
regards
Thank you mntiwana! I just tried to use this and this iCustom but still nothing happens:
Code: Select all
double td = iCustom(NULL,PERIOD_CURRENT,"Trend direction & force index nmc",10,0,1);
What could I try now?
Re: MT4 Indicators with alerts/signals
Posted: Thu Mar 16, 2017 4:09 am
by damber56
mrtools wrote:
Hi Piratik, found this version. It's the same as the one you posted, except the alerts and text are in English.
Re: MT4 Indicators with alerts/signals
Posted: Thu Mar 16, 2017 4:11 am
by damber56
hi mr tools
I've tried your indy. It is useful but metatrader become so slow that is quite impossible to operate
Re: MT4 Indicators with alerts/signals
Posted: Thu Mar 16, 2017 6:13 am
by mrtools
damber56 wrote:hi mr tools
I've tried your indy. It is useful but metatrader become so slow that is quite imossible to operate
Not mine I just added alerts to a version I had.
Re: MT4 Indicators with alerts/signals
Posted: Fri Mar 17, 2017 7:02 am
by lmandipa
hallo Mrtools, please i need some help with adding alerts to this indicator, firstly it has an alert and dot that shows up, but i don't need that dot instead i would like an arrow whenever a candle touches the bands, a sound alert will be great with a message, it should only be when a candle touches the bands.. its a good indicator and working with the bands but now make me look at the screen most of my time not to miss it.
thank you
Re: MT4 Indicators with alerts/signals
Posted: Fri Mar 17, 2017 7:15 am
by mntiwana
lmandipa wrote:hallo Mrtools, please i need some help with adding alerts to this indicator, firstly it has an alert and dot that shows up, but i don't need that dot instead i would like an arrow whenever a candle touches the bands, a sound alert will be great with a message, it should only be when a candle touches the bands.. its a good indicator and working with the bands but now make me look at the screen most of my time not to miss it.
thank you
Hi Imandipa
Welcome here,thanks for joining us
regards
Dots replaced with arrows in this version "sync filters - low pass apz bands mtf nc v 01"
Re: MT4 Indicators with alerts/signals
Posted: Fri Mar 17, 2017 7:58 am
by mrtools
lmandipa wrote:hallo Mrtools, please i need some help with adding alerts to this indicator, firstly it has an alert and dot that shows up, but i don't need that dot instead i would like an arrow whenever a candle touches the bands, a sound alert will be great with a message, it should only be when a candle touches the bands.. its a good indicator and working with the bands but now make me look at the screen most of my time not to miss it.
thank you
Hi Imandipa, try this version,changed the alerts and arrows.