Re: MT4 Indicator requests and ideas

10911
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

10912
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

10914
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.
Are you looking for a Forex broker? FBS cuts spreads by up to 58%. Click here to begin your trading journey, today.
No commissions are earned by Forex-station.


Guide to the "All Averages" Filters (ADXvma, Laguerre etc.) 🆕
Use Fibonacci numbers for indicator settings + How to draw Fibonacci Extensions
An easy trick for drawing Support & Resistance

IdeaRe: MT4 Indicator requests and ideas

10915
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:
Important: The worst forex brokers of all time 👎


Re: MT4 Indicator requests and ideas

10916
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
Attachments


Who is online

Users browsing this forum: alex4x, alimpe2000, jeffx33, RodrigoRT7, tc1688 and 61 guests