Page 887 of 2041

Re: MT4 Indicator requests and ideas

Posted: Wed Mar 25, 2020 11:28 am
by micmacaudio
These indicators wont show on chart anyway to fix

Re: MT4 Indicator requests and ideas

Posted: Wed Mar 25, 2020 11:50 am
by mrtools
micmacaudio wrote: Wed Mar 25, 2020 11:28 am These indicators wont show on chart anyway to fix
They both work you just have to change the name of the absolutelynolaglwma(2) to absolutelynolaglwma.

Re: MT4 Indicator requests and ideas

Posted: Wed Mar 25, 2020 1:55 pm
by Wiezman74
Is it possible to add buffers to this indicator for the sweet spot lines, or create one that marks the 100 pip intervals on a chart that has a buffer....Thanks for any help...

Re: MT4 Indicator requests and ideas

Posted: Wed Mar 25, 2020 2:04 pm
by arsd
Mr Tools

Request to add arrows for the attached indicator as per my earlier request just like you had done in 2017 - I had attached that indicator also below.

Any histo above zero should show a buy arrow & any histo below zero should show a sell arrow.

Regards & sorry for troubling you repeatedly.

ARSD

mrtools, Sat Apr 29, 2017 12:42 am

Julio wrote: ↑
Fri Apr 28, 2017 9:24 pm
mrtools wrote: ↑
Fri Apr 28, 2017 12:17 am
Julio wrote: ↑
Thu Apr 27, 2017 3:18 pm


Hi Mr. Tools,

I would be grateful if you could add arrows to this indicator and also SetIndexBuffer (0, Up) and SetIndexBuffer (1, Dn).

Regards,
Hi Julio, under what conditions do you want the arrows to appear, and are you asking for the arrows to be buffers? If so the arrows will have to be in the sub window with the indicator.
The arrows should appear according to the attached image. The buffers (0, Up) and (1, Dn) are required for an EA that I am testing to execute the orders according to those buffers. I do not care if the arrows appear in the secondary window, I think that would be no problem. Anyway, I'd have to check it out.
Julio, added the arrows.
tenkan sen kijun sen histo (mtf + alerts + arrows).mq4
(9.77 KiB) Downloaded 945 times
tsks macd histo arrows.png

Re: MT4 Indicator requests and ideas

Posted: Wed Mar 25, 2020 2:47 pm
by binaryverseofficial
Hi, there Mr tools,

Sir thanks for your kindness and providing us the modification of indicator when we needed it. Sir can you add arrow to this indicator for this file below. I am also adding the rules when the yellow line crosses the red line from above and closed inside the red line, then call arrow. For put the yellow line must cross green line from below and closed inside green.

Red Line level is 5 and green -5 . I am posting screenshot both both value

Re: MT4 Indicator requests and ideas

Posted: Wed Mar 25, 2020 9:43 pm
by Daim2574
mrtools wrote: Wed Mar 25, 2020 11:50 am

They both work you just have to change the name of the absolutelynolaglwma(2) to absolutelynolaglwma.
dear mrtools...could you please enhance the indicator in the link below with mtf, more options for prices, smoothing options, and arrows on crossing of the lines.....thanks a lot

viewtopic.php?p=1295389774#p1295389774

Re: MT4 Indicator requests and ideas

Posted: Wed Mar 25, 2020 10:02 pm
by Daim2574
mrtools wrote: Wed Mar 25, 2020 11:50 am

They both work you just have to change the name of the absolutelynolaglwma(2) to absolutelynolaglwma.
does the "heiken_ashi_ma_t3_absolutelynolaglwma (fix)" repaint/recalculate ?...it just looks too good :)

Re: MT4 Indicator requests and ideas

Posted: Wed Mar 25, 2020 11:47 pm
by arsd
arsd wrote: Wed Mar 25, 2020 2:04 pm Mr Tools

Request to add arrows for the attached indicator as per my earlier request just like you had done in 2017 - I had attached that indicator also below.

Any histo above zero should show a buy arrow & any histo below zero should show a sell arrow.

Regards & sorry for troubling you repeatedly.

ARSD

mrtools, Sat Apr 29, 2017 12:42 am

Julio wrote: ↑
Fri Apr 28, 2017 9:24 pm
mrtools wrote: ↑
Fri Apr 28, 2017 12:17 am
Julio wrote: ↑
Thu Apr 27, 2017 3:18 pm


Hi Mr. Tools,

I would be grateful if you could add arrows to this indicator and also SetIndexBuffer (0, Up) and SetIndexBuffer (1, Dn).

Regards,
Hi Julio, under what conditions do you want the arrows to appear, and are you asking for the arrows to be buffers? If so the arrows will have to be in the sub window with the indicator.
The arrows should appear according to the attached image. The buffers (0, Up) and (1, Dn) are required for an EA that I am testing to execute the orders according to those buffers. I do not care if the arrows appear in the secondary window, I think that would be no problem. Anyway, I'd have to check it out.
Julio, added the arrows.
tenkan sen kijun sen histo (mtf + alerts + arrows).mq4
(9.77 KiB) Downloaded 945 times
tsks macd histo arrows.png

Mr Tools - any development...

ARSD

Re: MT4 Indicator requests and ideas

Posted: Thu Mar 26, 2020 3:38 am
by mrtools
arsd wrote: Wed Mar 25, 2020 2:04 pm Mr Tools

Request to add arrows for the attached indicator as per my earlier request just like you had done in 2017 - I had attached that indicator also below.

Any histo above zero should show a buy arrow & any histo below zero should show a sell arrow.

Regards & sorry for troubling you repeatedly.

ARSD

mrtools, Sat Apr 29, 2017 12:42 am

Julio wrote: ↑
Fri Apr 28, 2017 9:24 pm
mrtools wrote: ↑
Fri Apr 28, 2017 12:17 am
Julio wrote: ↑
Thu Apr 27, 2017 3:18 pm


Hi Mr. Tools,

I would be grateful if you could add arrows to this indicator and also SetIndexBuffer (0, Up) and SetIndexBuffer (1, Dn).

Regards,
Hi Julio, under what conditions do you want the arrows to appear, and are you asking for the arrows to be buffers? If so the arrows will have to be in the sub window with the indicator.
The arrows should appear according to the attached image. The buffers (0, Up) and (1, Dn) are required for an EA that I am testing to execute the orders according to those buffers. I do not care if the arrows appear in the secondary window, I think that would be no problem. Anyway, I'd have to check it out.
Julio, added the arrows.
tenkan sen kijun sen histo (mtf + alerts + arrows).mq4
(9.77 KiB) Downloaded 945 times
tsks macd histo arrows.png
This is the best I can do without completely having to recode it for the arrows to work on zero cross you have to set momentum to zero. Like I have said before the indicator needs to be completely recoded and I don't have the time right now.

Re: MT4 Indicator requests and ideas

Posted: Thu Mar 26, 2020 4:19 am
by mrtools
binaryverseofficial wrote: Wed Mar 25, 2020 2:47 pm Hi, there Mr tools,

Sir thanks for your kindness and providing us the modification of indicator when we needed it. Sir can you add arrow to this indicator for this file below. I am also adding the rules when the yellow line crosses the red line from above and closed inside the red line, then call arrow. For put the yellow line must cross green line from below and closed inside green.

Red Line level is 5 and green -5 . I am posting screenshot both both value
I have tried doing that before on other indicators and wasn't able to do it, sorry!