Page 716 of 2041

Re: MT4 Indicator requests and ideas

Posted: Tue Oct 15, 2019 7:42 am
by mrtools
Barons1 wrote: Tue Oct 15, 2019 6:52 am

Thank you for your kindness Mr.Tools. Compared to the version you reported to me, I would need the alarm when the indicator immediately reverses. I'm applying a specific strategy with that exact point.
Far as I can tell that's what it does, if you want the alerts sooner maybe try alertsOnCurrent = true, but you stand a chance of fake outs doing it that way.

Re: MT4 Indicator requests and ideas

Posted: Tue Oct 15, 2019 8:20 am
by thiru
mrtools wrote: Tue Oct 15, 2019 2:54 am MTF added
Thank you very much mrtools :clap: :clap:

Re: MT4 Indicator requests and ideas

Posted: Tue Oct 15, 2019 8:27 am
by Barons1
mrtools wrote: Tue Oct 15, 2019 7:42 am

Far as I can tell that's what it does, if you want the alerts sooner maybe try alertsOnCurrent = true, but you stand a chance of fake outs doing it that way.
Thank you very much Mr.Tools!

Re: MT4 Indicator requests and ideas

Posted: Tue Oct 15, 2019 10:47 am
by schemman
Can somebody please help me remove the entire histogram setup from this Abs. Str. indicator? I would like to keep it as a "two-line crossing" type of indicator (the output should be like the one shown at the bottom). Thank you very much! :)

Re: MT4 Indicator requests and ideas

Posted: Tue Oct 15, 2019 8:05 pm
by aleqsei
schemman wrote: Tue Oct 15, 2019 10:47 am Can somebody please help me remove the entire histogram setup from this Abs. Str. indicator? I would like to keep it as a "two-line crossing" type of indicator (the output should be like the one shown at the bottom). Thank you very much! :)
just set those "red & blue" bar colors to "none".

aleqsei

Re: MT4 Indicator requests and ideas

Posted: Tue Oct 15, 2019 8:29 pm
by aleqsei
Good day MrTools and coders,
Can you please fix the "Shift" option of this indicator "averages ribbon - filled (mtf + alerts + arrows.exe".
Unfortunately, it didn't display the "arrow" when the the value of FastMaPeriod & SlowMaPeriod are the same even the the FastMaShift & SlowMaShift values are 1 & -1?
I think what you did in this file "ma cross histo_mtf+alerts+arrows nmc" are great! Maybe you can do the same MrTools.
The shift function works properly on this indicator. Please see the attachments.

Thank you very much.
aleqsei

Re: MT4 Indicator requests and ideas

Posted: Tue Oct 15, 2019 9:35 pm
by schemman
aleqsei wrote: Tue Oct 15, 2019 8:05 pm

just set those "red & blue" bar colors to "none".

aleqsei
Thanks for the response. In fact, that's how I showed the indicator at the bottom. But the idea is to incorporate this indicator into an EA and the indicator has to be a 2-lines-crossing type. Hiding the histograms didn't seem to work. :(

Re: MT4 Indicator requests and ideas

Posted: Tue Oct 15, 2019 9:56 pm
by Cladi39
.

Re: MT4 Indicator requests and ideas

Posted: Tue Oct 15, 2019 9:58 pm
by Cladi39
schemman wrote: Tue Oct 15, 2019 9:35 pm

Thanks for the response. In fact, that's how I showed the indicator at the bottom. But the idea is to incorporate this indicator into an EA and the indicator has to be a 2-lines-crossing type. Hiding the histograms didn't seem to work. :(
Use buffers 2 and 3,

Re: MT4 Indicator requests and ideas

Posted: Tue Oct 15, 2019 11:19 pm
by schemman
Cladi39 wrote: Tue Oct 15, 2019 9:58 pm
Use buffers 2 and 3,
Sorry, I am not quite good at coding. Could you please make the necessary changes for me? It would be great if you can effectively remove all those "Mode_Histo" lines as well. There is a rather long if-else function in the code for this. I will be using only Mode_Histo = 3.