Thanks!
Re: MT4 Indicator requests and ideas
#14962yes ! Thats why i need some one help me ! Comebine 2 indicator become oneBorshchov A.N. wrote: ↑Tue Feb 15, 2022 11:57 pmare you sure they work? my terminal freezes on HHLL...

Re: MT4 Indicator requests and ideas
#14963mrtools
do you have RSI enter reversal arrows at ob/os level
do you have RSI enter reversal arrows at ob/os level
"There is NO GOD higher than TRUTH" - Mahatma Gandhi
Re: MT4 Indicator requests and ideas
#14964mr.kvak/mrtools
can you filter rsi arrows with psar . RSI arrow to follow SAR dots direction
app.php/attach/file/3246428
can you filter rsi arrows with psar . RSI arrow to follow SAR dots direction
app.php/attach/file/3246428
"There is NO GOD higher than TRUTH" - Mahatma Gandhi
Re: MT4 Indicator requests and ideas
#14965Sorry for the delay, checking it out, thought it was a zero-divide problem with the cci, but wasn't that, checking some other things now.kvak wrote: ↑Wed Feb 16, 2022 10:30 amHello.
Dear Mrtools can you please help me.
I trying add signal to this indicator, but in some pairs, instruments have signal some bug. In average method EMA and Smoothed ma.
I noticed that on pairs where price is under 1, its ok. On the rest have bug.
Thank you.
Re: MT4 Indicator requests and ideas
#14966Think this should be changed here but it doesn't seem to affect the ma's.kvak wrote: ↑Wed Feb 16, 2022 10:30 amHello.
Dear Mrtools can you please help me.
I trying add signal to this indicator, but in some pairs, instruments have signal some bug. In average method EMA and Smoothed ma.
I noticed that on pairs where price is under 1, its ok. On the rest have bug.
Thank you.
from
Code: Select all
val[i] = (prc-avg)/(0.015*dev);
Code: Select all
val[i] = (dev!=0) ? (prc-avg)/(0.015*dev) : 0;
Re: MT4 Indicator requests and ideas
#14968You want to filter the ob/os arrows with psar?sal wrote: ↑Thu Feb 17, 2022 3:52 ammr.kvak/mrtools
can you filter rsi arrows with psar . RSI arrow to follow SAR dots direction
app.php/attach/file/3246428
Re: MT4 Indicator requests and ideas
#14969Thank you for watching on this Mrtools....Delay doesn't matter, I know you have a lot.
Re: MT4 Indicator requests and ideas
#14970Dear programmers, could you add to the settings the ability to select the number of bars in the history
-
- Pointer.mq4
- (2.39 KiB) Downloaded 135 times
-
Similar Topics
-
Requests & Ideas (MT5)
557 Replies 113654 Viewsby mntiwana, Fri Nov 30, 2018 4:28 am in MT5 Indicators
557 Replies
113654 Views -
MT4 Expert advisors of the community, ideas
3 Replies 4580 Viewsby VIDALOCA3, Thu Aug 20, 2020 2:51 am in New Members & Common Forex Q&A's
3 Replies
4580 Views
-