Page 1092 of 2170

Re: MT4 Indicator requests and ideas

Posted: Sat Sep 05, 2020 8:35 am
by mrtools
jeffx33 wrote: Sat Sep 05, 2020 7:39 am Hello dear coders, I have a trendlines indicator and I'd like to be able to change the color of the trendlines depending on the color of the chart

It would be great If someone could add the color options on the settings of the indicator

Best regards
Not 100% sure but think if you change line 23 from

Code: Select all

color CCHs[11]={Black,
                Navy,
                DarkBlue,
                MediumBlue,
                RoyalBlue,
                CornflowerBlue,
                CornflowerBlue,
                CornflowerBlue,
                CornflowerBlue,
                CornflowerBlue,
                CornflowerBlue};
to

Code: Select all

extern color CCHs[11]={Black,
                Navy,
                DarkBlue,
                MediumBlue,
                RoyalBlue,
                CornflowerBlue,
                CornflowerBlue,
                CornflowerBlue,
                CornflowerBlue,
                CornflowerBlue,
                CornflowerBlue};

Re: MT4 Indicator requests and ideas

Posted: Sat Sep 05, 2020 11:55 am
by kam44
kam44 wrote: Thu Aug 27, 2020 4:10 pm Hi mrtools,

Could you please make it so that this indicator shows more historic bars. At the moment it only shows around 100 bars or so.

Also would it be possible to add a 'gray' color or something to show 'no strength'. Right now there is only the option for bulls and bears bars and neutral is left blank.

Thank you.

For anyone interested I finally figured out how to increase the number of bars to make this indicator somewhat more useful.

I don't know how to add colours for neutral bars as right now they're just blank. But you could just consider the 'blankness' as being neutral.

Also if you would like to increase the bar count even more then just adjust the value at line 54.

Hope this helps anyone that's interested?

Re: MT4 Indicator requests and ideas

Posted: Sat Sep 05, 2020 7:41 pm
by constbln
Hey it would be great if there would be a mt4 version of i-KlPrice ; I looked it up but couldnt find anything

here is what I found for mt5
A trend indicator drawn on the basis of the advanced Keltner channel.

big thanks in advance!

Mod edit: Link removed.

Re: MT4 Indicator requests and ideas

Posted: Sat Sep 05, 2020 8:37 pm
by Jimmy
constbln wrote: Sat Sep 05, 2020 7:41 pm big thanks in advance!
Link removed. Links aren't allowed here (see the top of this page) and please follow our rules and make an effort to attach the files/images to your posts.

Re: MT4 Indicator requests and ideas

Posted: Sat Sep 05, 2020 8:49 pm
by ChuChu Rocket
constbln wrote: Sat Sep 05, 2020 7:41 pm Hey it would be great if there would be a mt4 version of i-KlPrice ; I looked it up but couldnt find anything

here is what I found for mt5
A trend indicator drawn on the basis of the advanced Keltner channel.

big thanks in advance!
Just a tip, you've got to attach the files and images to your post. Coders here are busy with requests and work, but if your request has images and files, it's got more chance of being looked at :idea:

Re: MT4 Indicator requests and ideas

Posted: Sat Sep 05, 2020 9:24 pm
by jeffx33
mrtools wrote: Sat Sep 05, 2020 8:35 am

Not 100% sure but think if you change line 23 from

Code: Select all

color CCHs[11]={Black,
                Navy,
                DarkBlue,
                MediumBlue,
                RoyalBlue,
                CornflowerBlue,
                CornflowerBlue,
                CornflowerBlue,
                CornflowerBlue,
                CornflowerBlue,
                CornflowerBlue};
to

Code: Select all

extern color CCHs[11]={Black,
                Navy,
                DarkBlue,
                MediumBlue,
                RoyalBlue,
                CornflowerBlue,
                CornflowerBlue,
                CornflowerBlue,
                CornflowerBlue,
                CornflowerBlue,
                CornflowerBlue};
Unfortunately that didn't work, I couldn't compile the indicator since it has two errors

Re: MT4 Indicator requests and ideas

Posted: Sat Sep 05, 2020 10:23 pm
by Anjum
mrtools wrote: Fri Sep 04, 2020 4:10 am

Try this, out of options after this.
Dear Mr. Tools,

Would it be possible to make an MTF version of the same, please?

Thanks!

Re: MT4 Indicator requests and ideas

Posted: Sun Sep 06, 2020 12:42 am
by Jozo
mrtools wrote: Mon Jan 13, 2020 12:35 pm

Mtf added.
mrtools, thanks for updating this indicator. Would you consider adding the moving averages LSMA, chop zone and side winder indicator levels? As per Woodie's original indicator. Thanks

Re: MT4 Indicator requests and ideas

Posted: Sun Sep 06, 2020 1:17 am
by mrtools
jeffx33 wrote: Sat Sep 05, 2020 9:24 pm

Unfortunately that didn't work, I couldn't compile the indicator since it has two errors
Yeah looking back that wasn't a good idea of mine.

Re: MT4 Indicator requests and ideas

Posted: Sun Sep 06, 2020 1:19 am
by mrtools
Jozo wrote: Sun Sep 06, 2020 12:42 am
mrtools, thanks for updating this indicator. Would you consider adding the moving averages LSMA, chop zone and side winder indicator levels? As per Woodie's original indicator. Thanks
Could you share the link or indicator please, not finding the post.