Page 1894 of 2169

Re: MT4 Indicator requests and ideas

Posted: Fri Jul 14, 2023 5:23 am
by mrtools
dmnik wrote: Fri Jul 14, 2023 4:47 am maybe this source code will be helpful?
Thanks but now we need "Border ligns"

Code: Select all

double sell= iCustom(NULL,0,"Border ligns"  ,1,i);
double buy = iCustom(NULL,0,"Border ligns"   ,2,i);

Re: MT4 Indicator requests and ideas

Posted: Fri Jul 14, 2023 6:09 am
by ffsss
mrtools wrote: Fri Jul 14, 2023 5:23 am Thanks but now we need "Border ligns"

Code: Select all

double sell= iCustom(NULL,0,"Border ligns"  ,1,i);
double buy = iCustom(NULL,0,"Border ligns"   ,2,i);
viewtopic.php?p=1295394402#p1295394402

Looks like tma, so maybe it would be better not to use it as filter? What do you think?

Re: MT4 Indicator requests and ideas

Posted: Fri Jul 14, 2023 6:30 am
by mrtools
ffsss wrote: Fri Jul 14, 2023 6:09 am viewtopic.php?p=1295394402#p1295394402

Looks like tma, so maybe it would be better not to use it as filter? What do you think?
Could be tma or really any ma type indicator, could have been the reason for the terminal freezing.

Re: MT4 Indicator requests and ideas

Posted: Fri Jul 14, 2023 6:39 am
by ParallelNative
ffsss wrote: Thu Jul 13, 2023 7:41 pm Does it repaint?
It does not repaint.
If a candle breaks and closes beyond dynamic linear regression channel and the next candle retraces back into what would be the broken channel it will then form a new channel. So multiple channels of different sizes can follow the same trend.
We can observe this faster on the 1min.

Re: MT4 Indicator requests and ideas

Posted: Fri Jul 14, 2023 6:55 am
by mrtools
sadd wrote: Fri Jul 14, 2023 2:23 am Hi dear programmer, I have translated the source code using AI, but it still needs improvement. Can you help me
We have a heiken ashi rsi, but it doesn't have all the other indicators though.

Re: MT4 Indicator requests and ideas

Posted: Fri Jul 14, 2023 7:24 am
by zookeeper
256robertm wrote: Thu Jul 13, 2023 7:54 am Could anyone create a histogram that alerts on the breakout and paints green when price is closing above the red line vice versa for sells and paints grey when price closes in the middle of the included indicator.......the included indicator builds two envelopes on the mean prices of the pre-defined number of upper and lower fractals and the central line.
Image
Here is the histo version without notifications

Re: MT4 Indicator requests and ideas

Posted: Fri Jul 14, 2023 8:53 am
by dmnik
Dear mptools! Please be so kind as to add arrows to your indicator (! rsi candles with keltner channel) please, as in the screenshot.
I provide you with two source codes for arrows. I put one on top of the other indicator and I got two in one. I would like everything to be in one. Sapibo!

Re: MT4 Indicator requests and ideas

Posted: Fri Jul 14, 2023 11:24 am
by 256robertm
zookeeper wrote: Fri Jul 14, 2023 7:24 am Here is the histo version without notifications
Thanks zookeeper for your work....could someone please add alerts to the first histogram transition to red to blue or grey to blue or red

Re: MT4 Indicator requests and ideas

Posted: Fri Jul 14, 2023 12:04 pm
by mrtools
dmnik wrote: Fri Jul 14, 2023 8:53 am Dear mptools! Please be so kind as to add arrows to your indicator (! rsi candles with keltner channel) please, as in the screenshot.
I provide you with two source codes for arrows. I put one on top of the other indicator and I got two in one. I would like everything to be in one. Sapibo!
Image
Try here

Re: MT4 Indicator requests and ideas

Posted: Fri Jul 14, 2023 2:10 pm
by sal
mr.tools
someone new trader posted this indicator (thanks to him) and seems good if you consider to update in subwindow chart with RSI candles combination (same as RSI keltner channel)
its NRP channel