Page 1452 of 2042

Re: MT4 Indicator requests and ideas

Posted: Wed Dec 15, 2021 1:25 pm
by jng640
mrtools wrote: Wed Dec 15, 2021 12:45 pm Yes, far as I can tell.
Thanks Mr.tools, if the signal outcome are changed then it's not necessary to make the modification.

Re: MT4 Indicator requests and ideas

Posted: Wed Dec 15, 2021 3:34 pm
by sal
mrtools wrote: Wed Dec 15, 2021 12:51 pm Not sure if we have one.
if you get time, can you please make , will be contribution to all

Re: MT4 Indicator requests and ideas

Posted: Wed Dec 15, 2021 3:51 pm
by Meyson
mrtools wrote: Wed Dec 15, 2021 2:46 am Try downloading this version, it's the same just compiled it again. Also check some browsers add a () to the file name, and it will not work then.
Thanks a lot!

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 16, 2021 2:58 am
by jng640
Hi Mr.Tools,

I found an interesting indicator which is 3 consecutive bar pattern then draw arrow, it can be setting for 2 consecutive bar pattern too.
But the arrow will disappear after if the next bar turn into like small candle/doji/opposite direction.

In the picture below, the red vertical line actually had an arrow after the bar closed, but the next bar is doji, so the previous arrow became disappeared after I switch to another chart then switch back. is it possible to fix the issue? Because if fix the arrow disappear issue we can see what is the real outcome. This indicator if use with some trend indicator like EMA , have a good result because it just ride the momentum at the right time.

Thanks!

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 16, 2021 3:06 am
by TECHHDATE07
jng640 wrote: Thu Dec 16, 2021 2:58 am Hi Mr.Tools,

I found an interesting indicator which is 3 consecutive bar pattern then draw arrow, it can be setting for 2 consecutive bar pattern too.
But the arrow will disappear after if the next bar turn into like small candle/doji/opposite direction.

In the picture below, the red vertical line actually had an arrow after the bar closed, but the next bar is doji, so the previous arrow became disappeared after I switch to another chart then switch back. is it possible to fix the issue? Because if fix the arrow disappear issue we can see what is the real outcome. This indicator if use with some trend indicator like EMA , have a good result because it just ride the momentum at the right time.

Thanks!

Image
how will he answer without seeing the indicator code ?

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 16, 2021 3:08 am
by jng640
TECHHDATE07 wrote: Thu Dec 16, 2021 3:06 am how will he answer without seeing the indicator code ?
Ahhhhh thanks for remind! I always forgot to attach the file! :Rofl:

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 16, 2021 4:13 am
by mrtools
jng640 wrote: Thu Dec 16, 2021 2:58 am Hi Mr.Tools,

I found an interesting indicator which is 3 consecutive bar pattern then draw arrow, it can be setting for 2 consecutive bar pattern too.
But the arrow will disappear after if the next bar turn into like small candle/doji/opposite direction.

In the picture below, the red vertical line actually had an arrow after the bar closed, but the next bar is doji, so the previous arrow became disappeared after I switch to another chart then switch back. is it possible to fix the issue? Because if fix the arrow disappear issue we can see what is the real outcome. This indicator if use with some trend indicator like EMA , have a good result because it just ride the momentum at the right time.

Thanks!

Image
Try.

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 16, 2021 5:02 am
by mrtools
sal wrote: Tue Dec 14, 2021 10:20 pm hi mr.tools
do you have the attached indicator divergence and fitler arrows as per snap
divergnece rules as below
for UP

CCi BLUE LINES (SUB WINDOW)

LH <0 level
LL < LH price
LL < 200 level

main chart levels
price LL == LH
or
Price LL>LH

see snap
Image

Image
Posted a version here CCI indicators

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 16, 2021 12:20 pm
by jng640
mrtools wrote: Thu Dec 16, 2021 4:13 amTry.
It works well, Thanks Mr.Tools!

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 16, 2021 3:31 pm
by BeatlemaniaSA
Hi @mrtools,

I was wondering if you can work your coding magic on the following indicator. I have been putting it through some testing and feel that the suggestions below will enhance it even further!

The indicator is
The suggestions I have are as follows:
1)When either the BUY or SELL alert is triggered can you code it so that a BUY or SELL signal line is drawn on the chart. ONLY though when it fulfills the requirements for a BUY or SELL as shown below. For FALSE signals colour it grey. Also the option to switch this on or off. Please see attached screenshots.

2) I don't know if it is already in the code but can an alert also be triggered when the white line crosses the zero line. As you can see in the screenshot the white line sometimes crosses a little later.

BUY &amp; SELL requirements BUY & SELL requirements

Warmest regards,
BeatlemaniaSA

Update: So as not to clutter the chart with signal lines maybe you can code it so that ONLY the last BUY and SELL signal line is drawn (i.e. ONLY the last 2 signals :))