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);
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#p1295394402mrtools 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);
Could be tma or really any ma type indicator, could have been the reason for the terminal freezing.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?
It does not repaint.
We have a heiken ashi rsi, but it doesn't have all the other indicators though.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
Here is the histo version without notifications256robertm 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.
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
Try heredmnik 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!