Page 1956 of 2169
Re: MT4 Indicator requests and ideas
Posted: Tue Nov 07, 2023 10:30 am
by wojtek
Two lines should rather look like this, I suppose:
Code: Select all
double rsiValue[i] = iRSI(NULL, 0, RSI_Period, RSI_Source, i);
double rsiMA[i] = iMAOnArray(rsiValue,0,RSI_MA_Period, 0, MODE_SMA, i);
and some other minor corrections, price is not a string, declare simply instead
extern ENUM_APPLIED_PRICE RSI_Source = PRICE_CLOSE;
etc.
Re: MT4 Indicator requests and ideas
Posted: Tue Nov 07, 2023 5:44 pm
by mate
Good evening, it seems to me it will be interesting if you add an arrow to change the color and the mtf function. thank you in advance
Re: MT4 Indicator requests and ideas
Posted: Tue Nov 07, 2023 11:30 pm
by naluvs01
Hi Mr Tools and coders respectively,
I found this volume indicator that seems promising with adding a 100-LWMA to confirm trend direction (with other confluences of course). However, it seems to be a heavy indicator (even though the code seems simple, I think) because every time I switch pairs, it takes a minute or two to load. I wanted to know if the code can be edited to make load times faster or maybe a lite version. I know it's derived from the OBV. Marc Chaikin created it, but used the midpoint of the day's close instead of the actual day's close.
Thank you for your time and consideration, always!!!!!
Re: MT4 Indicator requests and ideas
Posted: Wed Nov 08, 2023 1:05 am
by mrtools
mate wrote: Tue Nov 07, 2023 5:44 pm
Good evening, it seems to me it will be interesting if you add an arrow to change the color and the mtf function. thank you in advance
It's a renamed non-lag ma which if usings colors it can repaint. We have some non-repainting versions here in the forum with arrows, etc.
Re: MT4 Indicator requests and ideas
Posted: Wed Nov 08, 2023 1:53 am
by mrtools
naluvs01 wrote: Tue Nov 07, 2023 11:30 pm
Hi Mr Tools and coders respectively,
I found this volume indicator that seems promising with adding a 100-LWMA to confirm trend direction (with other confluences of course). However, it seems to be a heavy indicator (even though the code seems simple, I think) because every time I switch pairs, it takes a minute or two to load. I wanted to know if the code can be edited to make load times faster or maybe a lite version. I know it's derived from the OBV. Marc Chaikin created it, but used the midpoint of the day's close instead of the actual day's close.
Thank you for your time and consideration, always!!!!!
Posted a version
here
Re: MT4 Indicator requests and ideas
Posted: Thu Nov 09, 2023 10:32 am
by traderZ
mntiwana wrote: Sun Apr 30, 2017 1:18 am
Trend direction & force index - smoothed 1.01.mq4
A new version with jurik and some upgrades
Upgraded trend direction & force index that uses jurik smoothing for result smoothing
- made user friendly
- made multi time frame
- made some fancy histogram display
- some code optimization done
Originaly posted here :
viewtopic.php?p=1295351803#p1295351803
May I please get an on & off button for this indicator, thank you
Re: MT4 Indicator requests and ideas
Posted: Thu Nov 09, 2023 9:54 pm
by delp
Dear Mr.tools, Mr.kvak, please make a version of this index for the main schedule.
A combined indicator based on it in the lower window creates problems,
I would like for convenience
move it to the main chart.
Re: MT4 Indicator requests and ideas
Posted: Fri Nov 10, 2023 4:44 am
by mrtools
traderZ wrote: Thu Nov 09, 2023 10:32 am
May I please get an on & off button for this indicator, thank you
Try
here
Re: MT4 Indicator requests and ideas
Posted: Fri Nov 10, 2023 4:47 am
by mrtools
delp wrote: Thu Nov 09, 2023 9:54 pm
Dear Mr.tools, Mr.kvak, please make a version of this index for the main schedule.
A combined indicator based on it in the lower window creates problems,
I would like for convenience
move it to the main chart.
That indicator is trying to look into the future which makes it a
repainter.
Re: MT4 Indicator requests and ideas
Posted: Sat Nov 11, 2023 3:55 am
by sal
mr.kvak/mr.tools
can you please filter arrows based on the below condition
DN arrow
pattern as
bearish bar (+2) ---- bullish bar (+1) ---- bearish current trend bar (0) down arrow