Page 1617 of 2170
Re: MT4 Indicator requests and ideas
Posted: Mon Aug 08, 2022 1:50 am
by mrtools
Alphonse91 wrote: Mon Aug 08, 2022 1:41 am
Hello Mr. Tools, I don't know where to ask this question, so I apologize first if I'm asking this in the wrong thread.
This is a little bit silly, but my question is if in the indicator we select the price option, let's say, 'heiken ashi (better formula) close',
what does it mean and what does it do to the indicator? Does the indicator behave like we put it on the heiken ashi candle and not the Japanese stick candle?
Thank you, Mr. Tools, sorry for my silly question.
It's just how the price is calculated if for example you are using heiken ashi (better formula) close the code for determining that close is
Code: Select all
if (_prHABF(tprice))
if (high[i]!=low[i])
haClose = (open[i]+close[i])/2.0+(((close[i]-open[i])/(high[i]-low[i]))*MathAbs((close[i]-open[i])/2.0));
else haClose = (open[i]+close[i])/2.0;
for regular close it's just
Hope that helps.
Re: MT4 Indicator requests and ideas
Posted: Mon Aug 08, 2022 2:16 am
by kenshin281180#
mrtools wrote: Mon Aug 08, 2022 1:30 am
Sorry not able to add a button to that indicator.
I appreciate you looking into it.
Re: MT4 Indicator requests and ideas
Posted: Mon Aug 08, 2022 2:36 am
by kvak
kenshin281180# wrote: Sun Aug 07, 2022 3:44 pm
Hello @MrTools I'm sorry to bother you with this. I was wondering if you might be able to add a toggle button to this indicator so that I can turn it off and on. I use it with support and resistance to get a good entry with minimum draw down. I'm not an expert yet on it though so I use this to help. This tool marks the 123 or abc pattern on smaller candles. So if you know where banks like to trade from it helps in my opinion. I know it kind of clutters the view a little thus the request for the button. Thank you in advance for taking the time to read this.
Iam trying too, but have bug in button, switched on-off, when changing timeframe...
Same for x_my_high_low_v2.01.mq4
Re: MT4 Indicator requests and ideas
Posted: Mon Aug 08, 2022 3:09 am
by mosape
mrtools wrote: Sun Oct 04, 2020 1:10 pm
Divergence added.
Why is this indicator Properties like these MR tools ?
can u clean the code some how ?
Re: MT4 Indicator requests and ideas
Posted: Mon Aug 08, 2022 3:23 am
by kenshin281180#
kvak wrote: Mon Aug 08, 2022 2:36 am
Iam trying too, but have bug in button, switched on-off, when changing timeframe...
Same for x_my_high_low_v2.01.mq4
Thank you for looking into this as well @KVAK i'll keep my fingers crossed.
Re: MT4 Indicator requests and ideas
Posted: Mon Aug 08, 2022 4:19 am
by mrtools
mosape wrote: Mon Aug 08, 2022 3:09 am
Why is this indicator Properties like these MR tools ?
can u clean the code some how ?
Posted a version here
Various indicators
Re: MT4 Indicator requests and ideas
Posted: Mon Aug 08, 2022 8:46 am
by Chickenspicy
works very nicely, to see changes sooner then cci
Re: MT4 Indicator requests and ideas
Posted: Mon Aug 08, 2022 2:52 pm
by Chickenspicy
vvFish wrote: Sat Aug 06, 2022 5:30 pm
vvfish in its prime
Re: MT4 Indicator requests and ideas
Posted: Mon Aug 08, 2022 5:00 pm
by Jedidiah
Expect dear Mr Tool to give it an upgrade, plus 41 averages and MTFs and buttons.
Gratitude
Re: MT4 Indicator requests and ideas
Posted: Mon Aug 08, 2022 9:37 pm
by charli
Hi guys,
Mr.Tools, can you please tell me what is the logic behind this indicator, is it worth further investigation regarding the shape of the bands where I marked? Especially 4 marks inside because the band looks deviated a lot there, also maybe a highest and lowest band of the previous trading session? Thanks