Page 1678 of 2042

Re: MT4 Indicator requests and ideas

Posted: Wed Oct 19, 2022 2:08 am
by Bruno81
mrtools wrote: Fri Dec 07, 2018 11:08 am This one shouldn't repaint.
@mrtools
this indicator is still repaint...1hr EuGbp arrow shifted 2 bars forward after i close and open mt4 terminal,
Pls fix error
Thankx in advance

Re: MT4 Indicator requests and ideas

Posted: Wed Oct 19, 2022 2:59 am
by Chickenspicy
Bruno81 wrote: Wed Oct 19, 2022 2:08 am @mrtools
this indicator is still repaint...1hr EuGbp arrow shifted 2 bars forward after i close and open mt4 terminal,
Pls fix error
Thankx in advance
MA Cross alerts.mq4
moving averages always recalculate until prices has finished moving so it cant m8

Re: MT4 Indicator requests and ideas

Posted: Wed Oct 19, 2022 3:04 am
by mrtools
Bruno81 wrote: Wed Oct 19, 2022 2:08 am @mrtools
this indicator is still repaint...1hr EuGbp arrow shifted 2 bars forward after i close and open mt4 terminal,
Pls fix error
Thankx in advance
MA Cross alerts.mq4
Looking in the code can't see anywhere it could repaint.

Re: MT4 Indicator requests and ideas

Posted: Wed Oct 19, 2022 4:18 am
by Naughty 77
mrtools wrote: Tue Oct 18, 2022 3:03 am The only thing that will shift will be the rsi.
Dear Mr Tools

That will be perfect,understood. Please can you do it for me, will be much appreciated.

Regards

Naughty 77

Re: MT4 Indicator requests and ideas

Posted: Wed Oct 19, 2022 7:18 am
by mrtools
Naughty 77 wrote: Wed Oct 19, 2022 4:18 am Dear Mr Tools

That will be perfect,understood. Please can you do it for me, will be much appreciated.

Regards

Naughty 77
Check here Heiken ashi indicators

Re: MT4 Indicator requests and ideas

Posted: Wed Oct 19, 2022 6:02 pm
by berserkyjc
Dear Mrtools



I did an EA with fxdreema to test this DSL RSI. the system opens trades always one days late. Trades should be open on the blue line day. But it opened one day late.
I did EAs with dsl - DMI oscillator 2, DSL RSI OMA EA, DSL velocity atr normalized, and many other similar indicators, there was no such problem. ( For DSL RSI: buy signal when buffer2 cross abve buffer0, sell when buffer2 cross below buffer1. )
All the EAs are the same, except the indicators. It makes me wondering if there is something with this indicator's buffers.



could you please fix it if it has such a problem?

mang thanks

Re: MT4 Indicator requests and ideas

Posted: Wed Oct 19, 2022 7:57 pm
by PumbaPLS
TDTLModifiedBR1

Request:

Please add a Button, if possible

Re: MT4 Indicator requests and ideas

Posted: Wed Oct 19, 2022 8:01 pm
by Jedidiah
Dear Mr Tools, u know i am loyal TDI fan.
Please help me upgrade this version if you have time.

Modification requirements:
color changing rsi line


1. rsi line is above the signal line, and the rsi line is blue


2. rsi line is below the signal line, and the rsi line is pink

Grateful

Re: MT4 Indicator requests and ideas

Posted: Thu Oct 20, 2022 12:10 am
by uradello
Hi coders, I have this indicator that draws the channel deviations from HALF TREND MTF
I would like the email to be sent when the price touches the channel 1, 2..3..4 with the minimum or when it approaches for example 10 pips.
Set to TRUE / FALSE the sending of the mail for each channel and input the number of pips when the price approaches for each of the channels.
very important, for example, is the fourth level weekly/monthly on TF daily
thank's very much in advance

Re: MT4 Indicator requests and ideas

Posted: Thu Oct 20, 2022 2:50 am
by mrtools
berserkyjc wrote: Wed Oct 19, 2022 6:02 pm Dear Mrtools



I did an EA with fxdreema to test this DSL RSI. the system opens trades always one days late. Trades should be open on the blue line day. But it opened one day late.
I did EAs with dsl - DMI oscillator 2, DSL RSI OMA EA, DSL velocity atr normalized, and many other similar indicators, there was no such problem. ( For DSL RSI: buy signal when buffer2 cross abve buffer0, sell when buffer2 cross below buffer1. )
All the EAs are the same, except the indicators. It makes me wondering if there is something with this indicator's buffers.



could you please fix it if it has such a problem?

mang thanks
Checked the indicator code don't see any problems.