Page 219 of 2170
Re: MT4 Indicator requests and ideas
Posted: Fri Oct 06, 2017 2:57 am
by baraozemo
Hi,
I tring to build a indicator called "prior daily close line"
I got the "open line" from mladen and tried to chance some code to make it give me the "prior" daily close line...
but its not working like expect...
my wrong code
what I need
Re: MT4 Indicator requests and ideas
Posted: Fri Oct 06, 2017 3:18 am
by mladen
baraozemo wrote: Fri Oct 06, 2017 2:57 am
Hi,
I tring to build a indicator called "prior daily close line"
I got the "open line" from mladen and tried to chance some code to make it give me the "prior" daily close line...
but its not working like expect...
my wrong code
Snap1.jpg
what I need
Snap2.jpg
Change line 40 to this :
Code: Select all
closeLine[i] = (i>0) ? (TimeToString(time[i-1]+TimeShift*3600,TIME_DATE)==stime) ? closeLine[i-1] : close[i-1] : close[i];
Re: MT4 Indicator requests and ideas
Posted: Fri Oct 06, 2017 4:58 am
by baraozemo
mladen, tks..
how can I hide the connection lines?
Re: MT4 Indicator requests and ideas
Posted: Fri Oct 06, 2017 6:44 am
by nishhhan
Hi Friends,
Can someone please provide me the indicator shown in the screenshot.
Thanks alot in advance.
Regards,
Nishant P.
https://ibb.co/izYhBG
Re: MT4 Indicator requests and ideas
Posted: Fri Oct 06, 2017 7:18 am
by mntiwana
nishhhan wrote: Fri Oct 06, 2017 6:44 am
Hi Friends,
Can someone please provide me the indicator shown in the screenshot.
Thanks alot in advance.
Regards,
Nishant P.
https://ibb.co/izYhBG
Post the picture here with reasonable resolution
Re: MT4 Indicator requests and ideas
Posted: Fri Oct 06, 2017 7:45 am
by nishhhan
Hi Mntiwana,
I have only that image with me.
The indicator name is fibopower.
Could you please share it if you have.
Thanks

Re: MT4 Indicator requests and ideas
Posted: Fri Oct 06, 2017 9:18 am
by Pava
nishhhan wrote: Fri Oct 06, 2017 7:45 am
Hi Mntiwana,
I have only that image with me.
The indicator name is fibopower.
Could you please share it if you have.
Thanks
This is Cycle Finder...the BEST indicator in the World...you're lucky if you get one...because supplies are limited...
Re: MT4 Indicator requests and ideas
Posted: Fri Oct 06, 2017 4:35 pm
by fundamental
Mods, please give link of Keltner Channel
Re: MT4 Indicator requests and ideas
Posted: Fri Oct 06, 2017 6:24 pm
by shinnosuke
Pava wrote: Fri Oct 06, 2017 9:18 am
This is Cycle Finder...the BEST indicator in the World...you're lucky if you get one...because supplies are limited...
BEST repaint indicator right?

Re: MT4 Indicator requests and ideas
Posted: Fri Oct 06, 2017 7:36 pm
by mntiwana
fundamental wrote: Fri Oct 06, 2017 4:35 pm
Mods, please give link of Keltner Channel
Try to search BB indicators thread,if not found,inform and will be posted there