Page 94 of 429

Re: MT4 Indicators with alerts/signals

Posted: Thu Aug 10, 2017 2:01 pm
by li yu cen
Dear mntiwana, after the candle off i did not find it redrawed, i had used it for a long time, if i was wrong please tell me. In the other two-line MACD, I have not found the same characteristics and pictures, I used to use this two-line macd, the other two lines macd column are often ordinary OSMA, but the gmacd column different, forgive me Naive, i'm just a novice, thanks.

Re: MT4 Indicators with alerts/signals

Posted: Thu Aug 10, 2017 4:10 pm
by mntiwana
li yu cen wrote: Thu Aug 10, 2017 2:01 pm 20170810_113415.jpgDear mntiwana, after the candle off i did not find it redrawed, i had used it for a long time, if i was wrong please tell me. In the other two-line MACD, I have not found the same characteristics and pictures, I used to use this two-line macd, the other two lines macd column are often ordinary OSMA, but the gmacd column different, forgive me Naive, i'm just a novice, thanks.
First - please try drawing pictures from MT4 terminal by clicking on "file" tab -
from drop down menu click on "save as picture"
test all 3 upper options which best suits you
some times needs all available information's in the picture for to know the matter - if your pictures are not some secrete
dont worry about language or being novice,it is OK

Re: MT4 Indicators with alerts/signals

Posted: Thu Aug 10, 2017 4:36 pm
by li yu cen
Haha, mntiwana, before you tell me how to save the picture, I will only take pictures with the phone, now will, thank you! But you may still not understand my questions and requests

Re: MT4 Indicators with alerts/signals

Posted: Thu Aug 10, 2017 5:02 pm
by mntiwana
li yu cen wrote: Thu Aug 10, 2017 4:36 pm Haha, mntiwana, before you tell me how to save the picture, I will only take pictures with the phone, now will, thank you! But you may still not understand my questions and requests
I was guessing ,the pictures with camera :)
you have to know,some times parameters (within indicator window) tell a lot than the poster explains

Re: MT4 Indicators with alerts/signals

Posted: Thu Aug 10, 2017 9:02 pm
by Barons1
Hello to all,

This indicator shows various alarms related to the expansion and contraction of the bands.
Can you change it so that the alerts are referenced only and exclusively, to the expansion (green bar)?

Thanks in advance!
Barons1

Re: MT4 Indicators with alerts/signals

Posted: Thu Aug 10, 2017 9:04 pm
by mladen
emmany4 wrote: Thu Aug 10, 2017 11:30 am Hello Mladen/MrTools , please help to add option of alerts on current candle to this indicator.

Thanks in advance.
emmany4

Change lines 227 and 228 from this :

Code: Select all

   bool uptrend = trend[1] > 0 && trend[2] <= 0;                  
   bool dntrend = trend[1] < 0 && trend[2] >= 0;
to this :

Code: Select all

   bool uptrend = trend[0] > 0 && trend[1] <= 0;                  
   bool dntrend = trend[0] < 0 && trend[1] >= 0;

Re: MT4 Indicators with alerts/signals

Posted: Fri Aug 11, 2017 7:13 pm
by marwilli
dear sirs,
is it possible to get vertical lines or arrows, if mainline cross zero line?
thanks in advance
best regards Markus

Re: MT4 Indicators with alerts/signals

Posted: Fri Aug 11, 2017 7:23 pm
by bilbao
marwilli wrote: Fri Aug 11, 2017 7:13 pm dear sirs,
is it possible to get vertical lines or arrows, if mainline cross zero line?
thanks in advance
best regards Markus
This is the version with arrows on chart

Re: MT4 Indicators with alerts/signals

Posted: Fri Aug 11, 2017 7:31 pm
by marwilli
bilbao wrote: Fri Aug 11, 2017 7:23 pm

This is the version with arrows on chart
hello bilbao,
yes your´re right, in this version, vertical lines will be draw at slope (change color).

my question was, if it is possible to get the lines, when mainline cross ZEROline

regards Markus

Re: MT4 Indicators with alerts/signals

Posted: Fri Aug 11, 2017 8:23 pm
by pacois
Barons1 wrote: Thu Aug 10, 2017 9:02 pm Hello to all,

This indicator shows various alarms related to the expansion and contraction of the bands.
Can you change it so that the alerts are referenced only and exclusively, to the expansion (green bar)?

Thanks in advance!
Barons1
Try